From bd12d48175629d2ec7b2f3df079fcc380a3f4448 Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Mon, 18 Nov 2024 18:07:13 -0500 Subject: [PATCH 1/6] First draft --- docs/release-notes.asciidoc | 1 + docs/release-notes/8.16.asciidoc | 30 +++++++++++++++++++++++------- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index ca01ecb5a8..72b6d6a4e3 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in each release. +* <> * <> * <> * <> diff --git a/docs/release-notes/8.16.asciidoc b/docs/release-notes/8.16.asciidoc index 6f647d96e4..63d0d09580 100644 --- a/docs/release-notes/8.16.asciidoc +++ b/docs/release-notes/8.16.asciidoc @@ -1,6 +1,22 @@ [[release-notes-header-8.16.0]] == 8.16 +[discrete] +[[release-notes-8.16.1]] +=== 8.16.1 + +[discrete] +[[bug-fixes-8.16.1]] +==== Bug fixes +* Fixes a bug that caused the **Alerts** to page crash if you upgraded to 8.16 and accessed the page in a non-default {kib} space ({kibana-pull}200058[#200058]). +* Fetching Assistant Knowledge Base fails when current user's username contains a : character ({kibana-pull}200131[#200131]). +* Index Values are not available in dropdown under New Index Enter for Knowledge Base ({kibana-pull}199990[#199990]). +* Fixes `required_fields` being removed after rule `PATCH` calls ({kibana-pull}199901[#199901]). +* Update file validation because the file type is empty on windows ({kibana-pull}199791[#199791]). +* API changes for right placement of deleting the old component template ({kibana-pull}199734[#199734]). +* Improve asset criticality bulk error when entities are duplicated ({kibana-pull}199651[#199651]). +* Fixes a time skew bug when Linux VMs using eBPF event probes are suspended and then resumed. + [discrete] [[release-notes-8.16.0]] === 8.16.0 @@ -65,7 +81,10 @@ On November 12, 2024, it was discovered that manually running a custom query rul On November 14, 2024, it was discovered that the **Alerts** page would crash and display an `Unable to load` error if you upgraded to 8.16 and accessed the page in a non-default {kib} space. *Workaround* + -Manually edit your browser's local storage and refresh the **Alerts** page: + +Upgrade to 8.16.1. + +Alternatively, manually edit your browser's local storage and refresh the **Alerts** page: NOTE: These instructions only apply to the Google Chrome browser. Modify the steps based on the browser you're using. @@ -75,15 +94,12 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste . Search for the `siem..pageFilters` key, right-click on the value, then click *Delete*. If you have multiple non-default spaces, do this for each space. . Refresh the **Alerts** page to reload it. +*Resolved* + +On November 21, 2024, this issue was resolved. + ==== // end::known-issue-53[] -[discrete] -[[breaking-changes-8.16.0]] -==== Breaking changes - -* During shutdown, {kib} now waits for all the ongoing requests to complete according to the `server.shutdownTimeout` setting. During that period, the incoming socket is closed and any new incoming requests are rejected. Before this update, new incoming requests received a response with the status code 503 and body `{ "message": "{kib} is shutting down and not accepting new incoming requests" }`. - [discrete] [[features-8.16.0]] ==== New features From aa7fa28d49eff6302a4421789023d63ed9c6f17b Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Mon, 18 Nov 2024 18:07:13 -0500 Subject: [PATCH 2/6] First draft --- docs/release-notes.asciidoc | 1 + docs/release-notes/8.16.asciidoc | 30 +++++++++++++++++++++++------- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index ca01ecb5a8..72b6d6a4e3 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in each release. +* <> * <> * <> * <> diff --git a/docs/release-notes/8.16.asciidoc b/docs/release-notes/8.16.asciidoc index 6f647d96e4..63d0d09580 100644 --- a/docs/release-notes/8.16.asciidoc +++ b/docs/release-notes/8.16.asciidoc @@ -1,6 +1,22 @@ [[release-notes-header-8.16.0]] == 8.16 +[discrete] +[[release-notes-8.16.1]] +=== 8.16.1 + +[discrete] +[[bug-fixes-8.16.1]] +==== Bug fixes +* Fixes a bug that caused the **Alerts** to page crash if you upgraded to 8.16 and accessed the page in a non-default {kib} space ({kibana-pull}200058[#200058]). +* Fetching Assistant Knowledge Base fails when current user's username contains a : character ({kibana-pull}200131[#200131]). +* Index Values are not available in dropdown under New Index Enter for Knowledge Base ({kibana-pull}199990[#199990]). +* Fixes `required_fields` being removed after rule `PATCH` calls ({kibana-pull}199901[#199901]). +* Update file validation because the file type is empty on windows ({kibana-pull}199791[#199791]). +* API changes for right placement of deleting the old component template ({kibana-pull}199734[#199734]). +* Improve asset criticality bulk error when entities are duplicated ({kibana-pull}199651[#199651]). +* Fixes a time skew bug when Linux VMs using eBPF event probes are suspended and then resumed. + [discrete] [[release-notes-8.16.0]] === 8.16.0 @@ -65,7 +81,10 @@ On November 12, 2024, it was discovered that manually running a custom query rul On November 14, 2024, it was discovered that the **Alerts** page would crash and display an `Unable to load` error if you upgraded to 8.16 and accessed the page in a non-default {kib} space. *Workaround* + -Manually edit your browser's local storage and refresh the **Alerts** page: + +Upgrade to 8.16.1. + +Alternatively, manually edit your browser's local storage and refresh the **Alerts** page: NOTE: These instructions only apply to the Google Chrome browser. Modify the steps based on the browser you're using. @@ -75,15 +94,12 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste . Search for the `siem..pageFilters` key, right-click on the value, then click *Delete*. If you have multiple non-default spaces, do this for each space. . Refresh the **Alerts** page to reload it. +*Resolved* + +On November 21, 2024, this issue was resolved. + ==== // end::known-issue-53[] -[discrete] -[[breaking-changes-8.16.0]] -==== Breaking changes - -* During shutdown, {kib} now waits for all the ongoing requests to complete according to the `server.shutdownTimeout` setting. During that period, the incoming socket is closed and any new incoming requests are rejected. Before this update, new incoming requests received a response with the status code 503 and body `{ "message": "{kib} is shutting down and not accepting new incoming requests" }`. - [discrete] [[features-8.16.0]] ==== New features From eb6834fbd183932ac6338eda36f65d360efc5306 Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Wed, 20 Nov 2024 10:12:47 -0500 Subject: [PATCH 3/6] Second draft --- docs/release-notes/8.16.asciidoc | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/release-notes/8.16.asciidoc b/docs/release-notes/8.16.asciidoc index 63d0d09580..1122918c90 100644 --- a/docs/release-notes/8.16.asciidoc +++ b/docs/release-notes/8.16.asciidoc @@ -9,13 +9,13 @@ [[bug-fixes-8.16.1]] ==== Bug fixes * Fixes a bug that caused the **Alerts** to page crash if you upgraded to 8.16 and accessed the page in a non-default {kib} space ({kibana-pull}200058[#200058]). -* Fetching Assistant Knowledge Base fails when current user's username contains a : character ({kibana-pull}200131[#200131]). -* Index Values are not available in dropdown under New Index Enter for Knowledge Base ({kibana-pull}199990[#199990]). -* Fixes `required_fields` being removed after rule `PATCH` calls ({kibana-pull}199901[#199901]). -* Update file validation because the file type is empty on windows ({kibana-pull}199791[#199791]). -* API changes for right placement of deleting the old component template ({kibana-pull}199734[#199734]). -* Improve asset criticality bulk error when entities are duplicated ({kibana-pull}199651[#199651]). -* Fixes a time skew bug when Linux VMs using eBPF event probes are suspended and then resumed. +* Fixes a bug that caused the Elastic AI Assistant Knowledge Base to fail if the current user had a colon (`:`) in their username and attempted to access Knowledge Base entries ({kibana-pull}200131[#200131]). +* Fixes a bug that made values unavailable for the Knowledge Base **Index** field, which lets you specify an index as a knowledge source ({kibana-pull}199990[#199990]). +* Fixes a bug that unset the `required_fields` field if you updated a rule by sending a `PATCH` request that didn't contain the `required_fields` field ({kibana-pull}199901[#199901]). +* Fixes an issue that prevented you from successfully importing TSV files with asset criticality data if you were on Windows ({kibana-pull}199791[#199791]). +* Fixes the entity store initialization error that was caused by risk engine failures ({kibana-pull}199734[#199734]). +* Improves the warning message that displays when asset criticality assignments are duplicated during the bulk assignment flow ({kibana-pull}199651[#199651]). +* Fixes a time skew bug that occurs when Linux virtual machines that are using eBPF event probes are suspended and then resumed. [discrete] [[release-notes-8.16.0]] @@ -34,10 +34,11 @@ Updating a Knowledge Base entry of type "index" results in an error. *Workaround* + -Instead of updating an "index" entry, delete it and add it again with the desired changes. -==== -// end::known-issue[] +Upgrade to 8.16.1. Alternatively, instead of updating an "index" entry, delete it and add it again with the desired changes. + +*Resolved* + +On November 21, 2024, this issue was resolved. // tag::known-issue-189676[] [discrete] From d4861e5a5389a6cfe86cf1df8877291b966f9e8b Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Wed, 20 Nov 2024 11:30:26 -0500 Subject: [PATCH 4/6] Fixes issue --- docs/release-notes/8.16.asciidoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/8.16.asciidoc b/docs/release-notes/8.16.asciidoc index 1122918c90..ec1136e4f3 100644 --- a/docs/release-notes/8.16.asciidoc +++ b/docs/release-notes/8.16.asciidoc @@ -13,7 +13,7 @@ * Fixes a bug that made values unavailable for the Knowledge Base **Index** field, which lets you specify an index as a knowledge source ({kibana-pull}199990[#199990]). * Fixes a bug that unset the `required_fields` field if you updated a rule by sending a `PATCH` request that didn't contain the `required_fields` field ({kibana-pull}199901[#199901]). * Fixes an issue that prevented you from successfully importing TSV files with asset criticality data if you were on Windows ({kibana-pull}199791[#199791]). -* Fixes the entity store initialization error that was caused by risk engine failures ({kibana-pull}199734[#199734]). +* Fixes the entity store initialization error that was caused by risk engine failures. Now, when you upgrade to 8.16.1, or follow the standard flow for initializing the entity store, the risk engine no longer fails while deleting the component template. In addition, the index template will correctly reference the new component template, ensuring the successful initialization of the entity store ({kibana-pull}199734[#199734]). * Improves the warning message that displays when asset criticality assignments are duplicated during the bulk assignment flow ({kibana-pull}199651[#199651]). * Fixes a time skew bug that occurs when Linux virtual machines that are using eBPF event probes are suspended and then resumed. @@ -40,6 +40,9 @@ Upgrade to 8.16.1. Alternatively, instead of updating an "index" entry, delete i *Resolved* + On November 21, 2024, this issue was resolved. +==== +// end::known-issue[] + // tag::known-issue-189676[] [discrete] .Tags appear in Elastic AI Assistant's responses From e15269b1be2afcca7b1dfc856194f0670cdbd162 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:34:01 -0500 Subject: [PATCH 5/6] Update docs/release-notes/8.16.asciidoc Co-authored-by: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com> --- docs/release-notes/8.16.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.16.asciidoc b/docs/release-notes/8.16.asciidoc index ec1136e4f3..4c919b11ff 100644 --- a/docs/release-notes/8.16.asciidoc +++ b/docs/release-notes/8.16.asciidoc @@ -15,7 +15,7 @@ * Fixes an issue that prevented you from successfully importing TSV files with asset criticality data if you were on Windows ({kibana-pull}199791[#199791]). * Fixes the entity store initialization error that was caused by risk engine failures. Now, when you upgrade to 8.16.1, or follow the standard flow for initializing the entity store, the risk engine no longer fails while deleting the component template. In addition, the index template will correctly reference the new component template, ensuring the successful initialization of the entity store ({kibana-pull}199734[#199734]). * Improves the warning message that displays when asset criticality assignments are duplicated during the bulk assignment flow ({kibana-pull}199651[#199651]). -* Fixes a time skew bug that occurs when Linux virtual machines that are using eBPF event probes are suspended and then resumed. +* Fixes a time skew bug that occurred when Linux virtual machines using eBPF event probes were suspended and then resumed. [discrete] [[release-notes-8.16.0]] From 359ba539f0376a83e6c5b38fbcaecba4318d3f8c Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:34:06 -0500 Subject: [PATCH 6/6] Update docs/release-notes/8.16.asciidoc Co-authored-by: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com> --- docs/release-notes/8.16.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.16.asciidoc b/docs/release-notes/8.16.asciidoc index 4c919b11ff..6edcfec9bc 100644 --- a/docs/release-notes/8.16.asciidoc +++ b/docs/release-notes/8.16.asciidoc @@ -8,7 +8,7 @@ [discrete] [[bug-fixes-8.16.1]] ==== Bug fixes -* Fixes a bug that caused the **Alerts** to page crash if you upgraded to 8.16 and accessed the page in a non-default {kib} space ({kibana-pull}200058[#200058]). +* Fixes a bug that caused the **Alerts** page to crash if you upgraded to 8.16 and accessed the page in a non-default {kib} space ({kibana-pull}200058[#200058]). * Fixes a bug that caused the Elastic AI Assistant Knowledge Base to fail if the current user had a colon (`:`) in their username and attempted to access Knowledge Base entries ({kibana-pull}200131[#200131]). * Fixes a bug that made values unavailable for the Knowledge Base **Index** field, which lets you specify an index as a knowledge source ({kibana-pull}199990[#199990]). * Fixes a bug that unset the `required_fields` field if you updated a rule by sending a `PATCH` request that didn't contain the `required_fields` field ({kibana-pull}199901[#199901]).