Merge pull request 'refs #2618 collect ogagentuser logs' (#27) from filebeat-home into main

Reviewed-on: #27
main 3.13.0
Natalia Serrano 2025-08-08 13:39:28 +02:00
commit af37caddef
3 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
OpenGnsys Client 3.12.1
OpenGnsys Client 3.13.0