[DOCS] Clarify impact of delayed data in anomaly detection (#66816) (#67041)

Co-authored-by: Benjamin Trent <ben.w.trent@gmail.com>
This commit is contained in:
Lisa Cawley 2021-01-05 13:15:19 -08:00 committed by GitHub
parent e9b798bdb1
commit 6175e18e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,9 @@
[[ml-delayed-data-detection]]
= Handling delayed data
Delayed data are documents that are indexed late. That is to say, it is data
related to a time that the {dfeed} has already processed.
Delayed data are documents that are indexed late. That is to say, it is data
related to a time that your {dfeed} has already processed and it is therefore
never analyzed by your {anomaly-job}.
When you create a {dfeed}, you can specify a
{ref}/ml-put-datafeed.html#ml-put-datafeed-request-body[`query_delay`] setting.
@ -50,4 +51,3 @@ action to consider is to increase the `query_delay` of the datafeed. This
increased delay allows more time for data to be indexed. If you have real-time
constraints, however, an increased delay might not be desirable. In which case,
you would have to {ref}/tune-for-indexing-speed.html[tune for better indexing speed].