Skip to content
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

Serverless changelog update for Jan. 6, 2025 #251

Merged
merged 3 commits into from
Jan 7, 2025
Merged
Changes from 1 commit
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
43 changes: 43 additions & 0 deletions serverless/pages/serverless-changelog.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,49 @@ 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-01062025]]
=== January 6, 2025

[discrete]
[[deprecations-01062025]]
==== Deprecations
* Disables log stream and settings pages ({kibana-pull}203996[#203996]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved
* Removes Logs Explorer ({kibana-pull}203685[#203685]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved


[discrete]
[[features-01062025]]
==== New features
* Introduces case observables (phase 0 & 1) ({kibana-pull}190237[#190237]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved

[discrete]
[[enhancements-01062025]]
==== Enhancements
* Passes any field to ServiceNow using the ServiceNow SecOps connector with a JSON field called "additional fields" ({kibana-pull}201948[#201948]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved
* Configures appearance color mode to sync dark mode with the system value ({kibana-pull}203406[#203406]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved
* Makes the "Copy" action visible on cell hover ({kibana-pull}204744[#204744]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved
* Updates `EnablementModalCallout`` name to `AdditionalChargesMessage` ({kibana-pull}203061[#203061]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved
* Provides users additional control over which alerts in Attack Discovery are included as context to the large language model (LLM) ({kibana-pull}205070[#205070]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved
* Adds a consistent layout and other UI enhancements for {ml} pages ({kibana-pull}203813[#203813]).
* Sets HTTP2 as the default if SSL is enabled, and adds a deprecation log if SSL is not enabled or protocol is set to HTTP1 ({kibana-pull}204384[#204384]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved

[discrete]
[[fixes-01062025]]
==== Fixes
* Fixes an issue that caused dashboards to lag when dragging the time slider ({kibana-pull}201885[#201885]).
* Switches to the latest CloudFormation template ({kibana-pull}204185[#204185]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved
* Fixes Integration and Datastream name validation ({kibana-pull}204943[#204943]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved
* Ensures that the field mapping for Automatic Import contains the `@timestamp` field whenever possible ({kibana-pull}204931[#204931]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved
* Fixes how Automatic Import generates accesses for the field names that are not valid Painless identifiers ({kibana-pull}205220[#205220]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved
* Aligns native box connector configurations ({kibana-pull}203241[#203241]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved
* Fixes the "Show all agent tags" option when the agent list is filtered ({kibana-pull}205163[#205163]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved
* Data frame analytics: Updates Results Explorer flyout footer buttons alignment ({kibana-pull}204735[#204735]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved
* Data frame analytics: Adds a missing space between lines in delete job modal ({kibana-pull}204732[#204732]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved
* Anomaly Detection: Fixes an issue where the Refresh button in the Datafeed counts table was unresponsive ({kibana-pull}204625[#204625]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved
* Fixes an inference timeout check in File Upload ({kibana-pull}204722[#204722]).
jmikell821 marked this conversation as resolved.
Show resolved Hide resolved
* Fixes the side bar navigation for the Data Visualizer ({kibana-pull}205170[#205170]).

[discrete]
[[serverless-changelog-12162024]]
== December 16, 2024
Expand Down
Loading