From 6863c07d504267fefc17f994b2167d9de32796b0 Mon Sep 17 00:00:00 2001 From: Mauri de Souza Meneguzzo Date: Mon, 10 Mar 2025 10:16:36 -0300 Subject: [PATCH 1/2] chore: update elastic-agent-libs to v0.18.8 (#42804) * chore: update elastic-agent-libs * add changelog * fix changelog entry (cherry picked from commit d1450faec5400e0b60d49dce7744f474518e02d3) --- CHANGELOG.next.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 5d616459d0f5..d857fbfe890b 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -18,6 +18,8 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Fix metrics not being ingested, due to "Limit of total fields [10000] has been exceeded while adding new fields [...]". The total fields limit has been increased to 12500. No significant performance impact on Elasticsearch is anticipated. {pull}41640[41640] - Fix templates and docs to use correct `--` version of command line arguments. {issue}42038[42038] {pull}42060[42060] - removed support for a single `-` to precede multi-letter command line arguments. Use `--` instead. {issue}42117[42117] {pull}42209[42209] +- Removed encryption from diskqueue V2 for fips compliance {issue}4534[4534]{pull}42848[42848] +- The Beats logger and file output rotate files when necessary. The beat now forces a file rotation when unexpectedly writing to a file through a symbolic link. *Auditbeat* From cb598433c890aca221de23950b284639ad789aca Mon Sep 17 00:00:00 2001 From: Mauri de Souza Meneguzzo Date: Mon, 10 Mar 2025 12:46:07 -0300 Subject: [PATCH 2/2] tidy changelog --- CHANGELOG.next.asciidoc | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index d857fbfe890b..4b8adbbe9502 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -18,7 +18,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Fix metrics not being ingested, due to "Limit of total fields [10000] has been exceeded while adding new fields [...]". The total fields limit has been increased to 12500. No significant performance impact on Elasticsearch is anticipated. {pull}41640[41640] - Fix templates and docs to use correct `--` version of command line arguments. {issue}42038[42038] {pull}42060[42060] - removed support for a single `-` to precede multi-letter command line arguments. Use `--` instead. {issue}42117[42117] {pull}42209[42209] -- Removed encryption from diskqueue V2 for fips compliance {issue}4534[4534]{pull}42848[42848] - The Beats logger and file output rotate files when necessary. The beat now forces a file rotation when unexpectedly writing to a file through a symbolic link. *Auditbeat*