elasticsearch/docs/reference/ml
Benjamin Trent 8d882863d7
[ML] adding running_state to datafeed stats object (#73926)
It is useful to know the following information when reading datafeed stats:

 - Is the datafeed a "real-time" datafeed, i.e. a datafeed without a configured `end` time
 - Has the datafeed processed all past data available at the time of starting.

This object is only available if the datafeed task has been created.

It has the form:

```
"running_state": {
  "is_real_time": <boolean>,
  "look_back_finished": <boolean>
}
```
2021-06-10 08:08:49 -04:00
..
anomaly-detection [ML] adding running_state to datafeed stats object (#73926) 2021-06-10 08:08:49 -04:00
df-analytics/apis [DOCS] Adds max_trees hyperparameter to GET TM API docs (#72298) 2021-05-06 08:18:19 +02:00
images [DOCS] Adds anomaly detection rule advanced settings to docs (#72072) 2021-04-26 09:55:02 +02:00
ml-shared.asciidoc [DOCS] Adds defaults to get ML results APIs (#73540) 2021-06-03 10:05:47 -07:00