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

Adds 18-Nov Serverless changelog #203

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions serverless/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ include::{observability-serverless}/index.asciidoc[]
include::{security-serverless}/index.asciidoc[]
include::./index-serverless-devtools.asciidoc[]
include::./index-serverless-project-settings.asciidoc[]
include::./serverless-changelog.asciidoc[]
64 changes: 64 additions & 0 deletions serverless/serverless-changelog.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
[[serverless-changelog]]
= 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).

[discrete]
[[serverless-changelog-november-18-2024]]
== November 18, 2024

[discrete]
[[deprecations-november-18-2024]]
=== Deprecation
*Remove `metrics:allowCheckingForFailedShards` Advanced Setting*

The `metrics:allowCheckingForFailedShards` Advanced Setting in TSVB has been removed. This change eliminates the ability to suppress warnings about failed shards in TSVB visualizations. Users are encouraged to address shard issues directly rather than relying on suppression mechanisms. For more information, refer to ({kibana-pull}197227[#197227]).

Impact:

* TSVB will no longer suppress warnings for failed shards in visualizations.
* You may encounter shard-related warnings more prominently when misconfigurations or data inconsistencies arise.

To test and adjust for this deprecation:

1. Create a TSVB visualization, such as one using the *Kibana Ecommerce* data view, and include a field (e.g., `day_of_week_i``).
2. Modify the data view pattern to match multiple indices (e.g., change `kibana_sample_data_ecommerce` to `kibana_sample_data_ecommerce`).
3. Add an index with mismatched mappings via the Dev Console:
+
POST /kibana_sample_data_ecommerce_2/_doc
{
"order_date": "2024-10-22",
"day_of_week_i": "Hello"
}
4. Refresh your TSVB visualization and observe shard warnings for misconfigured or inconsistent data.

[discrete]
[[features-and-enhancements-november-18-2024]]
=== Features and enhancements
* Files can now be attached to cases directly via API ({kibana-pull}198377[#198377])
* Elastic Observability Serverless now uses `semantic_text` for its internal knowledge base ({kibana-pull}186499[#186499])
* Retry statements have been added to resolve flaky tests in Elastic Observability Serverless ({kibana-pull}200022[#200022])
* S|QL adds autocomplete and validation to support `MATCH`` and `QSRT` queries ({kibana-pull}199032[#199032])
* Machine Learning file upload workflows now include a deployment initialization step ({kibana-pull}198446[#198446])
* Anomaly detection in Machine Learning adds a spacer below the split card chart in the job wizard ({kibana-pull}199708[#199708])
* AIOps introduces an action to add Log Pattern embeddables to dashboards and cases ({kibana-pull}199478[#199478])

[discrete]
[[fixes-november-18-2024]]
=== Fixes
* Dashboards and visualizations now prevent identical include and exclude values in filters ({kibana-pull}197628[#197628])
* Fixed Time slider control to better sync with dashboard time ranges ({kibana-pull}199544[#199544])
* Resolved the "Cannot create AbstractESSourceDescriptor" error in maps panels when `indexPatternId` is not provided ({kibana-pull}199690[#199690])
* Fixed Elastic Observability Serverless to remove extra fields from synthetics indicator parameters in SLOs ({kibana-pull}199542[#199542])
* Added AdHoc instructions for Slack connectors in Elastic Observability Serverless to avoid execution loops ({kibana-pull}199531[#199531])
* Removed the copy button in Elastic Observability Serverless when there is no content to copy ({kibana-pull}199064[#199064])
* Presentation panel borders have been removed, with hover action styles cleaned up in Elastic Observability Serverless ({kibana-pull}198454[#198454])
* Fixed summary calculations for calendar-aligned and occurrence-based SLOs in Elastic Observability Serverless ({kibana-pull}199873[#199873])
* Fixed the `kustomize` command functionality in Elastic Observability Serverless ({kibana-pull}199758[#199758])
* Resolved Asset Criticality index issues when setting up entity engines concurrently in Elastic Security Serverless ({kibana-pull}199486[#199486])
* Improved bulk error handling for duplicated entities in Elastic Security Serverless asset criticality ({kibana-pull}199651[#199651])
* Updated file validation in Elastic Security Serverless to handle empty file types on Windows systems ({kibana-pull}199791[#199791])
* Fixed removal of `required_fields` after rule `PATCH` calls in Elastic Security Serverless ({kibana-pull}199901[#199901])
* Added the `eventIngestedEnabled` flag to Fleet configurations ({kibana-pull}199733[#199733])
* Fixed time range filtering issues in the AIOps change point chart within Machine Learning ({kibana-pull}200183[#200183])