diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c0108..4fee569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.13.0] - 2025-08-08 + +### Added + +- Have filebeat collect OGAgentUser logs in /home + ## [3.12.1] - 2025-08-05 ### Added diff --git a/includes/etc/filebeat/filebeat.yml b/includes/etc/filebeat/filebeat.yml index ceedb1b..9675fbe 100644 --- a/includes/etc/filebeat/filebeat.yml +++ b/includes/etc/filebeat/filebeat.yml @@ -3,6 +3,7 @@ filebeat.inputs: enabled: true paths: - /var/log/opengnsys.json.log + - /home/*/opengnsys.json.log setup.template.settings: index.number_of_shards: 1 diff --git a/includes/etc/initramfs-tools/scripts/VERSION.txt b/includes/etc/initramfs-tools/scripts/VERSION.txt index 4d4a0ee..8403286 100644 --- a/includes/etc/initramfs-tools/scripts/VERSION.txt +++ b/includes/etc/initramfs-tools/scripts/VERSION.txt @@ -1 +1 @@ -OpenGnsys Client 3.12.1 +OpenGnsys Client 3.13.0