-
Notifications
You must be signed in to change notification settings - Fork 25.3k
[DOCS] Add processing details to get transforms stats API #54368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pinging @elastic/ml-core (:ml/Transform) |
Pinging @elastic/es-docs (>docs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, a reference needs an update
@@ -262,7 +270,7 @@ The following example gets usage information for the `ecommerce_transform` | |||
|
|||
[source,console] | |||
-------------------------------------------------- | |||
GET _transform/ecommerce_transform/_stats | |||
GET _transform/ecommerce-customer-transform/_stats |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
look like line 268 has to be changed, too:
The following example gets usage information for the
ecommerce_transform
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I've removed that qualifier
Related to #53770
This PR adds the processing_time_in_ms and processing_total statistics to the "get transform stats" API reference (https://www.elastic.co/guide/en/elasticsearch/reference/master/get-transform-stats.html).
Preview: http://elasticsearch_54368.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/master/get-transform-stats.html