Skip to content

Serverless changelog 04/07/25 #3017

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions docs/en/install-upgrade/serverless-changelog.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,63 @@ For serverless API changes, refer to https://www.elastic.co/docs/api/changes[API

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-04072025]]
=== April 7, 2025

[discrete]
[[features-enhancements-04072025]]
==== Features and enhancements
* Adds keyboard navigation for drag-and-drop interactions in Dashboards ({kibana-pull}208286[#208286]).
* Adds 'Read More' and 'Read Less' functionality to fields in Document view in Discover ({kibana-pull}215326[#215326]).
* Injects and extracts tag references in Dashboards ({kibana-pull}214788[#214788]).
* Adds an option to User Settings that allows the Kibana interface to display in a high contrast mode ({kibana-pull}216242[#216242]).
* Adds a back external link indicator to the side navigation ({kibana-pull}215946[#215946]).
* Adds a default metrics dashboard for Node.js open telemetry in Elastic Observability Serverless ({kibana-pull}215735[#215735]).
* Replaces Sourcerer with the the Discover Data View picker in Elastic Security Serverless ({kibana-pull}210585[#210585]).
* Replaces Sourcerer in the global header in Elastic Security Serverless ({kibana-pull}216685[#216685]).
* Handles grouping in multivalue fields in Elastic Security Serverless ({kibana-pull}215913[#215913]).
* Adds validation and autocomplete support for the `CHANGE_POINT` command in ES|QL ({kibana-pull}216043[#216043]).
* Adds support for aggregrate filtering in the ES|QL editor ({kibana-pull}216379[#216379]).
* Changes the agent details last activity value to show the formatted datetime in Fleet ({kibana-pull}215531[#215531]).
* Allows SSL configuration to be disabled for the Fleet agent Logstash output ({kibana-pull}216216[#216216]).
* Enhances the display for anomaly time function values for Machine Learning ({kibana-pull}216142[#216142]).
* Adds Voyage AI and DeepSeek icons for Machine Learning ({kibana-pull}216651[#216651]).
* Moves rule settings to a flyout instead of a modal ({kibana-pull}216162[#216162]).

[discrete]
[[fixes-04072025]]
==== Fixes
* Fixes a race condition in `useBatchedPublishingSubjects` in Dashboards and visualizations ({kibana-pull}216399[#216399]).
* Fixes State being dropped when editing visualize embeddables in Dashboards and visualizations ({kibana-pull}216901[#216901]).
* Updates the HTTP API response from 201 to 200 in Dashboards and visualizations ({kibana-pull}217054[#217054]).
* Fixes an issue where scaling edits weren't saved in Dashboards and visualizations ({kibana-pull}217235[#217235]).
* Fixes an issue where the Discover flyout closed when the focus was on filter ({kibana-pull}216630[#216630]).
* Fixes the CSV export for ES|QL embeddable in Discover ({kibana-pull}216325[#216325]).
* Fixes the JSON view for ES|QL record in DocViewer ({kibana-pull}216642[#216642]).
* Adds items count to fields accordion titled `aria-label` in Discover ({kibana-pull}216993[#216993]).
* Makes service inventory icons visible if the `agentName` is returned in Elastic Observability Serverless ({kibana-pull}216220[#216220]).
* Changes the TPM abbreviation to trace per minute for screen readers in Elastic Observability Serverless ({kibana-pull}216282[#216282]).
* Adds the `aria-label` to the fold traces button in Elastic Observability Serverless ({kibana-pull}216485[#216485]).
* Adds the `aria-label` to the technical preview badge in Elastic Observability Serverless ({kibana-pull}216483[#216483]).
* Allows only `.ndjson` files when bulk importing to the knowledge base in Elastic Observability Serverless ({kibana-pull}215433[#215433]).
* Fixes the span link invalid filter in Elastic Observability Serverless ({kibana-pull}215322[#215322]).
* Fixes the missing URL in the transaction summary in Elastic Observability Serverless ({kibana-pull}215397[#215397]).
* Fixes the query for transaction marks in Elastic Observability Serverless ({kibana-pull}215819[#215819]).
* Updates the `retrieve_elastic_doc` API test in Elastic Observability Serverless ({kibana-pull}215237[#215237]).
* Adds error text in the environment filter when the input is invalid in Elastic Observability Serverless ({kibana-pull}216782[#216782]).
* Fixes the fold/unfold button in traces waterfall explorer in Elastic Observability Serverless ({kibana-pull}216972[#216972]).
* Fixes the alert severity order in Elastic Security Serverless ({kibana-pull}215813[#215813]).
* Fixes the error callout placement on the **Entity Store** page's **Engine Status** tab in Elastic Security Serverless ({kibana-pull}216228[#216228]).
* Reads `config` from preconfigured connectors in AI Assistant and Attack Discovery in Elastic Security Serverless ({kibana-pull}216700[#216700]).
* Fixes bedrock `modelId` encoding in Elastic Security Serverless ({kibana-pull}216915[#216915]).
* Fixes the AI Assistant prompt in Elastic Security Serverless ({kibana-pull}217058[#217058]).
* Hides "not" operators from the suggestions menu in ES|QL ({kibana-pull}216355[#216355]).
* Fixes the CSV report time range when exporting from Discover in ES|QL ({kibana-pull}216792[#216792]).
* Fixes unenroll inactive agent tasks if the first set of agents returned is equal to `UNENROLLMENT_BATCH_SIZE` in Fleet ({kibana-pull}216283[#216283]).
* Supports integrations having secrets with multiple values in Fleet ({kibana-pull}216918[#216918]).
* Adds overlay to the add/edit integration page in Fleet ({kibana-pull}217151[#217151]).

[discrete]
[[serverless-changelog-03312025]]
=== March 31, 2025
Expand Down