elasticsearch/docs/reference/ml/df-analytics/apis
Dimitris Athanasiou f6a97decac
[ML] Improve progress reportings for DF analytics (#45856)
Previously, the stats API reports a progress percentage
for DF analytics tasks that are running and are in the
`reindexing` or `analyzing` state.

This means that when the task is `stopped` there is no progress
reported. Thus, one cannot distinguish between a task that never
run to one that completed.

In addition, there are blind spots in the progress reporting.
In particular, we do not account for when data is loaded into the
process. We also do not account for when results are written.

This commit addresses the above issues. It changes progress
to being a list of objects, each one describing the phase
and its progress as a percentage. We currently have 4 phases:
reindexing, loading_data, analyzing, writing_results.

When the task stops, progress is persisted as a document in the
state index. The stats API now reports progress from in-memory
if the task is running, or returns the persisted document
(if there is one).
2019-08-23 17:31:36 +03:00
..
delete-dfanalytics.asciidoc
dfanalyticsresources.asciidoc [ML] Add description to DF analytics (#45774) 2019-08-21 19:58:09 +03:00
estimate-memory-usage-dfanalytics.asciidoc Add docs for HLRC for Estimate memory usage API (#45538) 2019-08-21 12:52:17 +02:00
evaluate-dfanalytics.asciidoc Allow the user to specify 'query' in Evaluate Data Frame request (#45775) 2019-08-22 08:27:38 +02:00
evaluateresources.asciidoc [DOCS] Moves content to ML anomaly-detection folder (#44520) 2019-07-17 13:48:12 -07:00
get-dfanalytics-stats.asciidoc [ML] Improve progress reportings for DF analytics (#45856) 2019-08-23 17:31:36 +03:00
get-dfanalytics.asciidoc [DOCS] Amends data frame analytics resources, GET, and PUT API docs (#44806) 2019-07-26 11:39:59 +02:00
index.asciidoc Implement ml/data_frame/analytics/_estimate_memory_usage API endpoint (#45188) 2019-08-13 20:59:35 +02:00
put-dfanalytics.asciidoc [ML] Add description to DF analytics (#45774) 2019-08-21 19:58:09 +03:00
start-dfanalytics.asciidoc
stop-dfanalytics.asciidoc