refs #2447 fix opensearch pipeline

filebeat
Natalia Serrano 2025-07-18 14:41:36 +02:00
parent 33b25f1646
commit 045a522267
3 changed files with 8 additions and 2 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.11.1] - 2025-07-11
### Fixed
- Fix opensearch pipeline
## [3.11.0] - 2025-07-11
### Added

View File

@ -9,7 +9,7 @@ setup.template.settings:
output.elasticsearch:
hosts: ["__OGLOG_IP__:__OGLOG_PORT__"]
pipeline: "copy-message-pipeline"
pipeline: "filebeat_opengnsys_pipeline"
username: "filebeat_writer"
password: "__OPENSEARCH_PASSWORD__"
protocol: "https"

View File

@ -1 +1 @@
OpenGnsys Client 3.11.0
OpenGnsys Client 3.11.1