From cdea924e320f2794a258d0c981646cd57bdecf0a Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:23:20 +0000 Subject: [PATCH] Fix MSI breaking change release note to apply to all Beats (#38076) (#38077) * Add MSI installer change to 8.12 release notes. * Fix location of MSI breaking change notice. (cherry picked from commit 7a756931334fb622db8b100e18452601829e3411) Co-authored-by: Craig MacKenzie --- CHANGELOG.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index a2513350661..a25cb6baddb 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -72,7 +72,12 @@ If you are not using the Elasticsearch output, set `queue.mem.flush.timeout: 1s` ==== Breaking changes +*Affecting all Beats* + +- Windows MSI installers now store configuration in C:\Program Files instead of C:\ProgramData. https://github.com/elastic/elastic-stack-installers/pull/209 + *Heartbeat* + - Decrease the ES default timeout to 10 for the load monitor state requests. - Windows MSI installers now store configuration in C:\Program Files instead of C:\ProgramData. https://github.com/elastic/elastic-stack-installers/pull/209