From 2d5c41fa7b48cadb75a6fbb03a9d1613d1de9523 Mon Sep 17 00:00:00 2001 From: Janeen Roberts Date: Wed, 7 May 2025 19:55:23 -0400 Subject: [PATCH] Update index.md --- .../elastic-cloud-serverless/index.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/release-notes/elastic-cloud-serverless/index.md b/release-notes/elastic-cloud-serverless/index.md index 744a94321f..ad4da59f08 100644 --- a/release-notes/elastic-cloud-serverless/index.md +++ b/release-notes/elastic-cloud-serverless/index.md @@ -9,6 +9,48 @@ Review the changes, fixes, and more to {{serverless-full}}. For {{serverless-full}} API changes, refer to [APIs Changelog](https://www.elastic.co/docs/api/changes). +## May 5, 2025 [serverless-changelog-050525] + +### Features and enhancements [serverless-changelog-050525-features-enhancements] + +* Adds grouping per row to the {{esql}} rule type [#212135](https://github.com/elastic/kibana/pull/212135) +* Adds a compact view on the Monitors overview page in {{obs-serverless}} [#219060](https://github.com/elastic/kibana/pull/219060) +* Adds backend schema changes for investigation guides in {{obs-serverless}} [#216377](https://github.com/elastic/kibana/pull/216377) +* Adds the `context.grouping` action variable for the SLO Burn rate and {{esql}} rules in {{obs-serverless}} [#213550](https://github.com/elastic/kibana/pull/213550) +* Updates the styles for the color formatter to appear like a badge in Discover [#189391](https://github.com/elastic/kibana/pull/189391) +* Enhances the handling of missing `service.environment` attributes in {{obs-serverless}} [#217899](https://github.com/elastic/kibana/pull/217899) +* Adds `logging_level` to the agent central configuration for the EDOT Java agent in {{obs-serverless}} [#219722](https://github.com/elastic/kibana/pull/219722) +* Updates {{kib}} MITRE data to `v16.1` [#215026](https://github.com/elastic/kibana/pull/215026) +* Makes the {{fleet}} agents tag filter searchable and sortable [#219639](https://github.com/elastic/kibana/pull/219639) +* Adds logic to exclude the `temperature` parameter from the body request of some OpenAI models [#218887](https://github.com/elastic/kibana/pull/218887) +* Adds the ability to switch between relative and absolute time range in Discover [#218056](https://github.com/elastic/kibana/pull/218056) + +### Fixes [serverless-changelog-050525-fixes] + +* Fixes ignored dynamic templates [#219875](https://github.com/elastic/kibana/pull/219875) +% Dashboards and visualizations +* Syncs the Dashboard {{esql}} query and filters with the corresponding one in Visualizations [#218997](https://github.com/elastic/kibana/pull/218997) +* Fixes the option list control, making two requests upon refreshing [#219625](https://github.com/elastic/kibana/pull/219625) +* Ensures that an individual alert is sent per monitor configuration when the "Receive distinct alerts per location" toggle is unchecked in {{obs-serverless}} [#219291](https://github.com/elastic/kibana/pull/219291) +* Fixes an error that occurred when you interacted with the monitor status rule flyout's numeric controls in {{obs-serverless}} [#218994](https://github.com/elastic/kibana/pull/218994) +* Fixes an issue where the Observability AI Assistant flyout reopened after navigating to another page URL [#219420](https://github.com/elastic/kibana/pull/219420) +* Fixes an issue with alerts filtering when the service environment was not defined in {{obs-serverless}} [#219228](https://github.com/elastic/kibana/pull/219228) +* Handles missing `trace` in API response [#219512](https://github.com/elastic/kibana/pull/219512) +* Correctly displays an error message if there are failures when creating anomaly detection jobs [#219364](https://github.com/elastic/kibana/pull/219364) +* Adds optional chaining to prevent undefined error in `custom_link_flyout.tsx` in {{obs-serverless}} [#219668](https://github.com/elastic/kibana/pull/219668) +* Corrects quotes in {{esql}} queries for function arguments in {{obs-serverless}} [#217680](https://github.com/elastic/kibana/pull/217680) +* Queries alerts using the `alert.start` field in {{obs-serverless}} [#219651](https://github.com/elastic/kibana/pull/219651) +* Fixes a scroll error for the Rules flyout in {{sec-serverless}} [#218697](https://github.com/elastic/kibana/pull/218697) +* Adds a privilege check for enabling the **Run Engine** button in {{sec-serverless}} [#213054](https://github.com/elastic/kibana/pull/213054) +* Removes checks for an unused connector role in {{sec-serverless}} [#219358](https://github.com/elastic/kibana/pull/219358) +* Fixes the rule import error message display [#218701](https://github.com/elastic/kibana/pull/218701) +* Fixes the capability required for the SIEM Migrations Topic in {{fleet}} [#219427](https://github.com/elastic/kibana/pull/219427) +* Ensures the ability to change providers without error in {{ml-cap}} [#219020](https://github.com/elastic/kibana/pull/219020) +* Fixes broken icons in integrations from the Home plugin [#219206](https://github.com/elastic/kibana/pull/219206) + + + + ## April 28, 2025 [serverless-changelog-04282025]