Skip to content

Commit ece128a

Browse files
authored
Merge branch 'main' into fix-3214-create-time-series
2 parents 31850dd + 73d555a commit ece128a

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

explore-analyze/query-filter/languages/esql-kibana.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ FROM kibana_sample_data_logs
190190

191191
To display data within a specified time range, you can use the standard time filter, custom time parameters, or a WHERE command.
192192

193+
% DO NOT REMOVE - Link from the product, will become a real section link shortly
194+
$$$esql-multi-values-controls$$$
195+
193196

194197
#### Standard time filter [_standard_time_filter]
195198

release-notes/elastic-cloud-serverless/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
423423
* Improves rate limiter UX [#227678]({{kib-pull}}227678)
424424
* Adds table list view to the space selector screen [#229046]({{kib-pull}}229046)
425425
* Adds `kibana.alert.grouping` field to infra alerts [#229054]({{kib-pull}}229054)
426+
* Organization IdP routes are now public in the OpenAPI specifications.
426427

427428
### Fixes [serverless-changelog-08042025-fixes]
428429
* Fixes loading of saved queries in the Alerting rule definition [#229964]({{kib-pull}}229964)
@@ -1011,6 +1012,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
10111012
* Adds callouts for Fleet breaking changes for integration upgrades [#217257](https://github.com/elastic/kibana/pull/217257)
10121013
* Adds support for local `xpack.productDocBase.artifactRepositoryUrl` file path in Machine Learning [#217046](https://github.com/elastic/kibana/pull/217046)
10131014
* Adds defaultSolution to spaces configuration [#218360](https://github.com/elastic/kibana/pull/218360)
1015+
* Adds support for dots in the role mappings. Dots (.) can be used as part of the role mappings and the groups that are returned by the custom IdPs to match to.
10141016

10151017
### Fixes [serverless-changelog-04212025-fixes]
10161018
* Fixes allow_hidden usage in the request for fields in Discover [#217628](https://github.com/elastic/kibana/pull/217628)
@@ -1360,6 +1362,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
13601362
* Fixes the values control FT [#211159]({{kib-pull}}211159)
13611363
* Trained models: Replaces the **Download** button by extending the deploy action [#205699]({{kib-pull}}205699)
13621364
* Adds the useCustomDragHandle property [#210463]({{kib-pull}}210463)
1365+
* Upcoming removal of SMS multifactor authentication method. In October, we made multifactor authentication mandatory for all users. As an additional security measure, the SMS MFA method will be removed in April. If you’re still using SMS, you will be prompted to set up a more secure MFA method, and your registered SMS MFA devices will be automatically deleted from Elastic Cloud.
13631366

13641367
### Fixes [elastic-cloud-serverless-02172025-fixes]
13651368
* Fixes an issue where clicking on the name badge for a synthetics monitor on an SLO details page would lead to a page that failed to load monitor details [#210695]({{kib-pull}}210695)
@@ -1491,6 +1494,7 @@ Review the changes, fixes, and more to {{serverless-full}}.
14911494
* Updates KNN search and query template autocompletion in Elasticsearch Serverless [#207187]({{kib-pull}}207187)
14921495
* Updates JSON schemas for code editors in Machine Learning [#207706]({{kib-pull}}207706)
14931496
* Reindexes the .kibana_security_session_1 index to the 8.x format in Security [#204097]({{kib-pull}}204097)
1497+
* Disables `prompt=login` and sign out of Okta before initiating SSO. Fixes an issue when using organization SAML SSO where users are required to re-authenticate with the external IdP due to ForceAuthn=true being sent in SAML requests. SAML requests will now send `ForceAuthn=false`.
14941498

14951499
### Fixes [elastic-cloud-serverless-01272025-fixes]
14961500
* Fixes editing alerts filters for multi-consumer rule types in Alerting [#206848]({{kib-pull}}206848)
@@ -1521,6 +1525,8 @@ Review the changes, fixes, and more to {{serverless-full}}.
15211525
* Adds Feature Flag Support for Cloud Security Posture Plugin in Elastic Security Serverless [#205438]({{kib-pull}}205438)
15221526
* Adds the ability to sync Machine Learning saved objects to all spaces [#202175]({{kib-pull}}202175)
15231527
* Improves messages for recovered alerts in Machine Learning Transforms [#205721]({{kib-pull}}205721)
1528+
* Introduces new deployment performance metrics charts. AutoOps provides aggregate metrics at the cluster level for key performance indicators. The data is tier-based, offering users a comprehensive understanding of each tier and the entire cluster.
1529+
* Deprecates Cloud Defend billing alerts. Following the deprecation of Cloud Defend in {{serverless-short}}, removes the billing logic associated with the feature.
15241530

15251531
### Fixes [elastic-cloud-serverless-01132025-fixes]
15261532
* Fixes an issue where "KEEP" columns are not applied after an Elasticsearch error in Discover [#205833]({{kib-pull}}205833)

solutions/security/detect-and-alert/create-detection-rule.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ To filter noisy {{ml}} rules, use [rule exceptions](/solutions/security/detect-a
142142
3. Use the **Group by** and **Threshold** fields to determine which source event field is used as a threshold and the threshold’s value.
143143

144144
::::{note}
145-
Nested fields are not supported for use with **Group by**.
145+
Consider the following when using the **Group by** field:
146+
- Nested fields are not supported.
147+
- High cardinality in the fields or a high number of matching documents can result in a rule timeout or a circuit breaker error from {{es}}.
146148
::::
147149

148150
4. Use the **Count** field to limit alerts by cardinality of a certain field.

0 commit comments

Comments
 (0)