From 988667332b856a9597878e8e37de2cd871acbec9 Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Thu, 5 Sep 2024 12:12:54 -0400 Subject: [PATCH 1/2] Update 8.12 Release Notes for Remote ES / Elastic Defend bug --- docs/en/ingest-management/index.asciidoc | 2 +- .../release-notes/release-notes-8.12.asciidoc | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/en/ingest-management/index.asciidoc b/docs/en/ingest-management/index.asciidoc index b17ec05bf..0df68a155 100644 --- a/docs/en/ingest-management/index.asciidoc +++ b/docs/en/ingest-management/index.asciidoc @@ -223,7 +223,7 @@ include::troubleshooting/troubleshooting.asciidoc[leveloffset=+2] include::troubleshooting/faq.asciidoc[leveloffset=+2] -include::release-notes/release-notes-8.15.asciidoc[leveloffset=+1] +include::release-notes/release-notes-8.12.asciidoc[leveloffset=+1] include::elastic-agent/install-fleet-managed-agent.asciidoc[leveloffset=+2] diff --git a/docs/en/ingest-management/release-notes/release-notes-8.12.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.12.asciidoc index 8333b9f90..76df286cd 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.12.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.12.asciidoc @@ -576,6 +576,22 @@ DELETE _security/role/fleet_superuser After running these API requests, wait at least 10 minutes, and then the agents should be upgradeable again. ==== +[[known-issue-3939]] +.Remote {es} output does not support {elastic-defend} response actions +[%collapsible] +==== + +*Details* + +Support for a <> was introduced in this release to enable {agents} to send integration or monitoring data to a remote {es} cluster. A bug has been found that causes {elastic-defend} response actions to stop working when a remote {es} output is configured for an agent. + +*Impact* + + +This bug is currently being investigated and is expected to be resolved in an upcoming release. + +==== + + [discrete] [[new-features-8.12.0]] === New features From 7784e1949f8f483ba7aafb3216d095153fb4f5cd Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Thu, 5 Sep 2024 12:18:15 -0400 Subject: [PATCH 2/2] Fix index file --- docs/en/ingest-management/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/index.asciidoc b/docs/en/ingest-management/index.asciidoc index 0df68a155..b17ec05bf 100644 --- a/docs/en/ingest-management/index.asciidoc +++ b/docs/en/ingest-management/index.asciidoc @@ -223,7 +223,7 @@ include::troubleshooting/troubleshooting.asciidoc[leveloffset=+2] include::troubleshooting/faq.asciidoc[leveloffset=+2] -include::release-notes/release-notes-8.12.asciidoc[leveloffset=+1] +include::release-notes/release-notes-8.15.asciidoc[leveloffset=+1] include::elastic-agent/install-fleet-managed-agent.asciidoc[leveloffset=+2]