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

[8.13] [DOCS] Adds limitation about scripted metric aggregations in datafeeds (backport #2669) #2670

Merged
merged 1 commit into from
Mar 7, 2024
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
8 changes: 8 additions & 0 deletions docs/en/stack/ml/anomaly-detection/ml-limitations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ You can change this default behavior by setting the `size` parameter.
If you send pre-aggregated data to a job for analysis, you must ensure that the
`size` is configured correctly. Otherwise, some data might not be analyzed.

[discrete]
=== Scripted metric aggregations are not supported

Using
{ref}/search-aggregations-metrics-scripted-metric-aggregation.html[scripted metric aggregations]
in {dfeeds} is not supported. Refer to the <<ml-configuring-aggregation>> page
to learn more about aggregations in {dfeeds}.


[discrete]
=== Fields named "by", "count", or "over" cannot be used to split data
Expand Down