From 045a522267dbcb318cbcd44175b654f46129a2ac Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Fri, 18 Jul 2025 14:41:36 +0200 Subject: [PATCH] refs #2447 fix opensearch pipeline --- CHANGELOG.md | 6 ++++++ includes/etc/filebeat/filebeat.yml | 2 +- includes/etc/initramfs-tools/scripts/VERSION.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f0bad8..a0fd9eb 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.11.1] - 2025-07-11 + +### Fixed + +- Fix opensearch pipeline + ## [3.11.0] - 2025-07-11 ### Added diff --git a/includes/etc/filebeat/filebeat.yml b/includes/etc/filebeat/filebeat.yml index de987c7..ceedb1b 100644 --- a/includes/etc/filebeat/filebeat.yml +++ b/includes/etc/filebeat/filebeat.yml @@ -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" diff --git a/includes/etc/initramfs-tools/scripts/VERSION.txt b/includes/etc/initramfs-tools/scripts/VERSION.txt index cb8d090..d413855 100644 --- a/includes/etc/initramfs-tools/scripts/VERSION.txt +++ b/includes/etc/initramfs-tools/scripts/VERSION.txt @@ -1 +1 @@ -OpenGnsys Client 3.11.0 +OpenGnsys Client 3.11.1