From 1351df4a68528c312c731107c025f613b3db9779 Mon Sep 17 00:00:00 2001 From: Mike Birnstiehl Date: Wed, 26 Nov 2025 11:07:32 -0600 Subject: [PATCH 1/3] [Observability] 9.1.8 release notes --- release-notes/elastic-observability/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/release-notes/elastic-observability/index.md b/release-notes/elastic-observability/index.md index ee4763adbc..d783840bb8 100644 --- a/release-notes/elastic-observability/index.md +++ b/release-notes/elastic-observability/index.md @@ -103,6 +103,17 @@ To check for security updates, go to [Security announcements for the Elastic sta * Improves accessibility for Streams badges [#235625]({{kib-pull}}235625). * Fixes code area responsiveness in Stream management [#232630]({{kib-pull}}232630). +## 9.1.8 [elastic-observability-9.1.8-release-notes] + +### Features and enhancements [elastic-observability-9.1.8-features-enhancements] +* Adds new sub-feature privileges for Synthetics global parameters. [#243821]({{kib-pull}}243821). + +### Fixes [elastic-observability-9.1.8-fixes] +* Stops UI from breaking when the `error.id` field is missing [#243638]({{kib-pull}}243638). +* Reverts the PR that introduced show transform errors across all SLO pages [#243013]({{kib-pull}}243013). +* Fixes issue with custom links clearing filter views when a new field is selected or deleted [#241164]({{kib-pull}}241164). +* Fixes CPU query by changing the gap policy to include zeros [#239596]({{kib-pull}}239596). + ## 9.1.7 [elastic-observability-9.1.7-release-notes] ### Fixes [elastic-observability-9.1.7-fixes] From 820eded4834496f3841a1116c5f727b5535da8c7 Mon Sep 17 00:00:00 2001 From: Mike Birnstiehl Date: Wed, 26 Nov 2025 11:14:18 -0600 Subject: [PATCH 2/3] fix text --- release-notes/elastic-observability/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/elastic-observability/index.md b/release-notes/elastic-observability/index.md index d783840bb8..d97c4c9847 100644 --- a/release-notes/elastic-observability/index.md +++ b/release-notes/elastic-observability/index.md @@ -110,7 +110,7 @@ To check for security updates, go to [Security announcements for the Elastic sta ### Fixes [elastic-observability-9.1.8-fixes] * Stops UI from breaking when the `error.id` field is missing [#243638]({{kib-pull}}243638). -* Reverts the PR that introduced show transform errors across all SLO pages [#243013]({{kib-pull}}243013). +* Reverts the PR that introduced transform errors across all SLO pages [#243013]({{kib-pull}}243013). * Fixes issue with custom links clearing filter views when a new field is selected or deleted [#241164]({{kib-pull}}241164). * Fixes CPU query by changing the gap policy to include zeros [#239596]({{kib-pull}}239596). From 727156b6bc0c82859be511fccfe15a6c1b30ea56 Mon Sep 17 00:00:00 2001 From: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> Date: Wed, 26 Nov 2025 13:56:34 -0600 Subject: [PATCH 3/3] Update release-notes/elastic-observability/index.md Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> --- release-notes/elastic-observability/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/elastic-observability/index.md b/release-notes/elastic-observability/index.md index d97c4c9847..bb57409282 100644 --- a/release-notes/elastic-observability/index.md +++ b/release-notes/elastic-observability/index.md @@ -106,7 +106,7 @@ To check for security updates, go to [Security announcements for the Elastic sta ## 9.1.8 [elastic-observability-9.1.8-release-notes] ### Features and enhancements [elastic-observability-9.1.8-features-enhancements] -* Adds new sub-feature privileges for Synthetics global parameters. [#243821]({{kib-pull}}243821). +* Adds new sub-feature privileges for Synthetics global parameters [#243821]({{kib-pull}}243821). ### Fixes [elastic-observability-9.1.8-fixes] * Stops UI from breaking when the `error.id` field is missing [#243638]({{kib-pull}}243638).