Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts195 committed Jan 25, 2024
1 parent eb805de commit a64b9b8
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,18 @@ image::images/ml-annotations.png["Delayed data annotations in the Single Metric
[IMPORTANT]
====
As the `doc_count` from an aggregation is compared with the
bucket results of the job, the delayed data check will not work correctly in the
bucket results of the job, the delayed data check will not work correctly in the
following cases:
* if the datafeed uses aggregations and its `analysis_config` does not have its
* if the datafeed uses aggregations and the job's `analysis_config` does not have its
`summary_count_field_name` set to `doc_count`,
* if your job is _not_ using aggregations and `summary_count_field_name` is set to
* if the datafeed is _not_ using aggregations and `summary_count_field_name` is set to
any value.
If the datafeed is using aggregations then it's highly likely that the
`summary_count_field_name` should be set to `doc_count`. If
`summary_count_field_name` is set to any value other than `doc_count`, the
delayed data check for that job must be disabled.
If the datafeed is using aggregations then it's highly likely that the job's
`summary_count_field_name` should be set to `doc_count`. If
`summary_count_field_name` is set to any value other than `doc_count`, the
delayed data check for the datafeed must be disabled.
====
There is another tool for visualizing the delayed data on the *Annotations* tab
in the {anomaly-detect} job management page:
Expand Down

0 comments on commit a64b9b8

Please sign in to comment.