From 8547548e3ca876a956f1d10360348ba5230341d3 Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein Date: Wed, 4 Dec 2024 12:42:26 -0800 Subject: [PATCH 1/5] Serverless changelog Dec 3 --- serverless/index.asciidoc | 2 +- serverless/serverless-changelog.asciidoc | 39 ++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 serverless/serverless-changelog.asciidoc diff --git a/serverless/index.asciidoc b/serverless/index.asciidoc index 167a877bbc..0718684cd7 100644 --- a/serverless/index.asciidoc +++ b/serverless/index.asciidoc @@ -19,4 +19,4 @@ include::./index-serverless-elasticsearch.asciidoc[] include::{observability-serverless}/index.asciidoc[] include::{security-serverless}/index.asciidoc[] include::./index-serverless-project-settings.asciidoc[] - +include::./serverless-changelog.asciidoc[] diff --git a/serverless/serverless-changelog.asciidoc b/serverless/serverless-changelog.asciidoc new file mode 100644 index 0000000000..dfd49b3fc4 --- /dev/null +++ b/serverless/serverless-changelog.asciidoc @@ -0,0 +1,39 @@ +[[serverless-changelog]] +[chapter] += Serverless changelog + +For serverless API changes, refer to [APIs Changelog](https://www.elastic.co/docs/api/changes). +For serverless changes in Cloud Console, refer to [Elasticsearch Service Documentation: Release notes](https://www.elastic.co/guide/en/cloud/current/ec-release-notes.html). + +[[serverless-changelog-deploy@1733120035]] +== December 3, 2024 + +[discrete] +[[features-deploy@1733120035]] +=== Features and enhancements +* Adds tabs for Import Entities and Engine Status to the Entity Store ({kibana-pull}201235[#201235]). +* Adds status tracking for agentless integrations to {fleet} ({kibana-pull}199567[#199567]). +* Adds a new machine learning module that can detect anomalous activity in host-based logs ({kibana-pull}195582[#195582]). +* Allows custom Mapbox Vector Tile sources to style map layers and provide custom legends ({kibana-pull}200656[#200656]). +* Excludes stale SLOs from counts of healthy and violated SLOs ({kibana-pull}201027[#201027]). +* Adds a "continue without adding integrations" button to the {elastic-sec} Dashboards page that takes you to the Entity Analytics dashboard ({kibana-pull}201363[#201363]). +* Sets a minimum width for the DistributionBar EUI component ({kibana-pull}202247[#202247]). +* Displays visualization descriptions under their titles ({kibana-pull}198816[#198816]). + +[discrete] +[[fixes-deploy@1733120035]] +=== Fixes +* Hides the *Clear* button when no filters are selected ({kibana-pull}200177[#200177]). +* Fixes a mismatch between how wildcards were handled in previews versus actual rule executions ({kibana-pull}201553[#201553]). +* Fixes incorrect Y-axis and hover values in the Service Inventory's Log rate chart ({kibana-pull}201361[#201361]). +* Disables the *Add note* button in the alert details flyout for users who lack privileges ({kibana-pull}201707[#201707]). +* Fixes descriptions of Threshold rules that use cardinality ({kibana-pull}201162[#201162]). +* Disables the *Install All* button on the Add Elastic Rules page when rule installation is in progress ({kibana-pull}201731[#201731]). +* Reintroduces a data usage warning on the Entity Analytics Enablement modal ({kibana-pull}201920[#201920]). +* Improves accessibility for the Create a connector page ({kibana-pull}201590[#201590]). +* Fixes a bug that could cause {agent}s to get stuck updating during scheduled upgrades ({kibana-pull}202126[#202126]). +* Fixes a bug related to starting {ml} deployments with autoscaling and 0 active nodes ({kibana-pull}201256[#201256]). +* Initializes saved objects upon Trained Model page load ({kibana-pull}201426[#201426]). +* Fixes the display of deployment stats for unallocated deployments of {ml} models ({kibana-pull}202005[#202005]). +* Enables the solution type "search" for instant deployments ({kibana-pull}201688[#201688]). +* Improves consistency of alert counts across different views ({kibana-pull}202188[#202188]). \ No newline at end of file From 0982430c9512ee1dd692d98558964ea867040d6a Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:01:25 -0800 Subject: [PATCH 2/5] Apply suggestions from code review Co-authored-by: Kaarina Tungseth --- serverless/serverless-changelog.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/serverless/serverless-changelog.asciidoc b/serverless/serverless-changelog.asciidoc index dfd49b3fc4..6323d32784 100644 --- a/serverless/serverless-changelog.asciidoc +++ b/serverless/serverless-changelog.asciidoc @@ -5,11 +5,11 @@ For serverless API changes, refer to [APIs Changelog](https://www.elastic.co/docs/api/changes). For serverless changes in Cloud Console, refer to [Elasticsearch Service Documentation: Release notes](https://www.elastic.co/guide/en/cloud/current/ec-release-notes.html). -[[serverless-changelog-deploy@1733120035]] +[[serverless-changelog-12032024]] == December 3, 2024 [discrete] -[[features-deploy@1733120035]] +[[features-enhancements-12032024]] === Features and enhancements * Adds tabs for Import Entities and Engine Status to the Entity Store ({kibana-pull}201235[#201235]). * Adds status tracking for agentless integrations to {fleet} ({kibana-pull}199567[#199567]). @@ -21,7 +21,7 @@ For serverless changes in Cloud Console, refer to [Elasticsearch Service Documen * Displays visualization descriptions under their titles ({kibana-pull}198816[#198816]). [discrete] -[[fixes-deploy@1733120035]] +[[fixes-12032024]] === Fixes * Hides the *Clear* button when no filters are selected ({kibana-pull}200177[#200177]). * Fixes a mismatch between how wildcards were handled in previews versus actual rule executions ({kibana-pull}201553[#201553]). From 51790ab5ace7f1ed8d21b568177f069427c202eb Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:24:56 -0800 Subject: [PATCH 3/5] Apply suggestions from code review Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> --- serverless/serverless-changelog.asciidoc | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/serverless/serverless-changelog.asciidoc b/serverless/serverless-changelog.asciidoc index 6323d32784..27ec3c41a8 100644 --- a/serverless/serverless-changelog.asciidoc +++ b/serverless/serverless-changelog.asciidoc @@ -13,11 +13,10 @@ For serverless changes in Cloud Console, refer to [Elasticsearch Service Documen === Features and enhancements * Adds tabs for Import Entities and Engine Status to the Entity Store ({kibana-pull}201235[#201235]). * Adds status tracking for agentless integrations to {fleet} ({kibana-pull}199567[#199567]). -* Adds a new machine learning module that can detect anomalous activity in host-based logs ({kibana-pull}195582[#195582]). +* Adds a new {ml} module that can detect anomalous activity in host-based logs ({kibana-pull}195582[#195582]). * Allows custom Mapbox Vector Tile sources to style map layers and provide custom legends ({kibana-pull}200656[#200656]). * Excludes stale SLOs from counts of healthy and violated SLOs ({kibana-pull}201027[#201027]). -* Adds a "continue without adding integrations" button to the {elastic-sec} Dashboards page that takes you to the Entity Analytics dashboard ({kibana-pull}201363[#201363]). -* Sets a minimum width for the DistributionBar EUI component ({kibana-pull}202247[#202247]). +* Adds a **Continue without adding integrations** button to the {elastic-sec} Dashboards page that takes you to the Entity Analytics dashboard ({kibana-pull}201363[#201363]). * Displays visualization descriptions under their titles ({kibana-pull}198816[#198816]). [discrete] @@ -27,13 +26,13 @@ For serverless changes in Cloud Console, refer to [Elasticsearch Service Documen * Fixes a mismatch between how wildcards were handled in previews versus actual rule executions ({kibana-pull}201553[#201553]). * Fixes incorrect Y-axis and hover values in the Service Inventory's Log rate chart ({kibana-pull}201361[#201361]). * Disables the *Add note* button in the alert details flyout for users who lack privileges ({kibana-pull}201707[#201707]). -* Fixes descriptions of Threshold rules that use cardinality ({kibana-pull}201162[#201162]). -* Disables the *Install All* button on the Add Elastic Rules page when rule installation is in progress ({kibana-pull}201731[#201731]). +* Fixes the descriptions of threshold rules that use cardinality ({kibana-pull}201162[#201162]). +* Disables the *Install All* button on the **Add Elastic Rules** page when rules are installing ({kibana-pull}201731[#201731]). * Reintroduces a data usage warning on the Entity Analytics Enablement modal ({kibana-pull}201920[#201920]). -* Improves accessibility for the Create a connector page ({kibana-pull}201590[#201590]). -* Fixes a bug that could cause {agent}s to get stuck updating during scheduled upgrades ({kibana-pull}202126[#202126]). -* Fixes a bug related to starting {ml} deployments with autoscaling and 0 active nodes ({kibana-pull}201256[#201256]). -* Initializes saved objects upon Trained Model page load ({kibana-pull}201426[#201426]). +* Improves accessibility for the **Create a connector** page ({kibana-pull}201590[#201590]). +* Fixes a bug that could cause {agents} to get stuck updating during scheduled upgrades ({kibana-pull}202126[#202126]). +* Fixes a bug related to starting {ml} deployments with autoscaling and no active nodes ({kibana-pull}201256[#201256]). +* Initializes saved objects when the **Trained Model** page loads ({kibana-pull}201426[#201426]). * Fixes the display of deployment stats for unallocated deployments of {ml} models ({kibana-pull}202005[#202005]). -* Enables the solution type "search" for instant deployments ({kibana-pull}201688[#201688]). -* Improves consistency of alert counts across different views ({kibana-pull}202188[#202188]). \ No newline at end of file +* Enables the solution type search for instant deployments ({kibana-pull}201688[#201688]). +* Improves the consistency of alert counts across different views ({kibana-pull}202188[#202188]). \ No newline at end of file From fb96e4698e5bacee5e129e1ebb6fe8a606da3faf Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:58:59 -0800 Subject: [PATCH 4/5] Apply suggestions from code review Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> --- serverless/serverless-changelog.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serverless/serverless-changelog.asciidoc b/serverless/serverless-changelog.asciidoc index 27ec3c41a8..614d5859b1 100644 --- a/serverless/serverless-changelog.asciidoc +++ b/serverless/serverless-changelog.asciidoc @@ -2,8 +2,8 @@ [chapter] = Serverless changelog -For serverless API changes, refer to [APIs Changelog](https://www.elastic.co/docs/api/changes). -For serverless changes in Cloud Console, refer to [Elasticsearch Service Documentation: Release notes](https://www.elastic.co/guide/en/cloud/current/ec-release-notes.html). +For serverless API changes, refer to https://www.elastic.co/docs/api/changes[APIs Changelog]. +For serverless changes in Cloud Console, refer to https://www.elastic.co/guide/en/cloud/current/ec-release-notes.html[Elasticsearch Service Documentation: Release notes]. [[serverless-changelog-12032024]] == December 3, 2024 From 7369dddc96367c6a58c91c968ba4b6e6cf297229 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Wed, 4 Dec 2024 16:04:41 -0600 Subject: [PATCH 5/5] Update serverless/serverless-changelog.asciidoc --- serverless/serverless-changelog.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/serverless/serverless-changelog.asciidoc b/serverless/serverless-changelog.asciidoc index 614d5859b1..5c237a6a0a 100644 --- a/serverless/serverless-changelog.asciidoc +++ b/serverless/serverless-changelog.asciidoc @@ -5,6 +5,7 @@ For serverless API changes, refer to https://www.elastic.co/docs/api/changes[APIs Changelog]. For serverless changes in Cloud Console, refer to https://www.elastic.co/guide/en/cloud/current/ec-release-notes.html[Elasticsearch Service Documentation: Release notes]. +[discrete] [[serverless-changelog-12032024]] == December 3, 2024