Co-authored-by: Benjamin Trent <ben.w.trent@gmail.com>
This commit is contained in:
parent
e9b798bdb1
commit
6175e18e92
|
@ -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].
|
||||
|
||||
|
|
Loading…
Reference in New Issue