mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[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:
parent
d1c6fb865d
commit
8f4ae63289
14 changed files with 636 additions and 29 deletions
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue