[ML][Data Frame] add node attr to GET _stats (#43842)

* [ML][Data Frame] add node attr to GET _stats

* addressing testing issues with node.attributes
This commit is contained in:
Benjamin Trent 2019-07-02 14:32:16 -05:00 committed by GitHub
parent d1c6fb865d
commit 8f4ae63289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 636 additions and 29 deletions

View file

@ -52,4 +52,5 @@ include-tagged::{doc-tests-file}[{api}-response]
<3> The running state of the transform indexer e.g `started`, `indexing`, etc.
<4> The overall transform statistics recording the number of documents indexed etc.
<5> The progress of the current run in the transform. Supplies the number of docs left until the next checkpoint
and the total number of docs expected.
and the total number of docs expected.
<6> The assigned node information if the task is currently assigned to a node and running.