elasticsearch/docs/reference/ml/anomaly-detection
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
..
apis [ML] adding running_state to datafeed stats object (#73926) 2021-06-10 08:08:49 -04:00
functions
ml-configuring-aggregations.asciidoc [DOCS] Removes Kibana charts-related advise about agg interval and bucket span. (#73673) 2021-06-02 16:47:01 +02:00
ml-configuring-alerts.asciidoc [DOCS] Adds anomaly detection rule advanced settings to docs (#72072) 2021-04-26 09:55:02 +02:00
ml-configuring-categories.asciidoc [ML] Make ml_standard tokenizer the default for new categorization jobs (#72805) 2021-06-01 15:11:32 +01:00
ml-configuring-detector-custom-rules.asciidoc [DOCS] Clarifies that custom rules are job rules in Kibana (#71678) 2021-04-15 09:33:03 +02:00
ml-configuring-populations.asciidoc
ml-configuring-transform.asciidoc [DOCS] Updates datafeed related runtime field examples (#73725) 2021-06-08 11:27:55 +02:00
ml-configuring-url.asciidoc
ml-delayed-data-detection.asciidoc