diff --git a/CHANGELOG.md b/CHANGELOG.md index 608a22c..a0fd9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.11.1] - 2025-07-11 + +### Fixed + +- Fix opensearch pipeline + +## [3.11.0] - 2025-07-11 + +### Added + +- Install filebeat + ## [3.10.1] - 2025-07-03 ### Changed diff --git a/includes/etc/filebeat/filebeat.yml b/includes/etc/filebeat/filebeat.yml new file mode 100644 index 0000000..ceedb1b --- /dev/null +++ b/includes/etc/filebeat/filebeat.yml @@ -0,0 +1,28 @@ +filebeat.inputs: +- type: log + enabled: true + paths: + - /var/log/opengnsys.json.log + +setup.template.settings: + index.number_of_shards: 1 + +output.elasticsearch: + hosts: ["__OGLOG_IP__:__OGLOG_PORT__"] + pipeline: "filebeat_opengnsys_pipeline" + username: "filebeat_writer" + password: "__OPENSEARCH_PASSWORD__" + protocol: "https" + ssl.enabled: true + ssl.verification_mode: none + #ssl.certificate: "/opt/opengnsys/etc/filebeat.crt.pem" + #ssl.key: "/opt/opengnsys/etc/filebeat.key.pem" + +processors: + - add_host_metadata: + when.not.contains.tags: forwarded + - add_cloud_metadata: ~ + - add_docker_metadata: ~ + - add_kubernetes_metadata: ~ + +seccomp.enabled: false diff --git a/includes/etc/initramfs-tools/scripts/VERSION.txt b/includes/etc/initramfs-tools/scripts/VERSION.txt index a41235d..d413855 100644 --- a/includes/etc/initramfs-tools/scripts/VERSION.txt +++ b/includes/etc/initramfs-tools/scripts/VERSION.txt @@ -1 +1 @@ -OpenGnsys Client 3.10.1 +OpenGnsys Client 3.11.1 diff --git a/mkoglive.cfg b/mkoglive.cfg index 3d2bd87..b56b62a 100644 --- a/mkoglive.cfg +++ b/mkoglive.cfg @@ -131,7 +131,7 @@ xwindows = #roxterm gparted #+80M #openbox midori #xvesa en compilacion -ogagent = stunnel4 +ogagent = stunnel4 filebeat ogbrowser = sway libinput-tools hwdata ogbrowser