Skip to content

Commit 53c64d5

Browse files
szabostevelcawl
andauthored
[DOCS] Adds UI related limitation to configuring aggs docs (#65184) (#65327)
Co-authored-by: Lisa Cawley <[email protected]>
1 parent 5b6f44d commit 53c64d5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/reference/ml/anomaly-detection/ml-configuring-aggregations.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,19 @@ finer, more granular time buckets, which are ideal for this type of analysis. If
4545
your detectors use <<ml-count-functions,count>> or <<ml-rare-functions,rare>>
4646
functions, set the interval to the same value as the bucket span.
4747

48+
If your <<aggs-dfeeds,{dfeed} uses aggregations with nested `terms` aggs>> and
49+
model plot is not enabled for the {anomaly-job}, neither the **Single Metric
50+
Viewer** nor the **Anomaly Explorer** can plot and display an anomaly
51+
chart for the job. In this cases, the charts are not visible and an explanatory
52+
message is shown.
53+
54+
When the aggregation interval of the {dfeed} and the bucket span of the job
55+
don't match, the values of the chart plotted in both the **Single Metric
56+
Viewer** and the **Anomaly Explorer** differ from the actual values of the job.
57+
To avoid this behavior, make sure that the aggregation interval in the {dfeed}
58+
configuration and the bucket span in the {anomaly-job} configuration have the
59+
same values.
60+
4861

4962
[discrete]
5063
[[aggs-include-jobs]]

0 commit comments

Comments
 (0)