-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[DOCS] Document missing query parms for cat recovery API #47181
[DOCS] Document missing query parms for cat recovery API #47181
Conversation
Documents the following query parameters for the /_cat/recovery API: * `active_only` * `detailed` * `index`
Pinging @elastic/es-docs |
Pinging @elastic/es-distributed |
Pinging @elastic/es-core-features |
@elasticmachine update branch |
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 but left a comment about a missing `
docs/reference/cat/recovery.asciidoc
Outdated
@@ -13,6 +13,8 @@ to the <<indices-recovery, indices recovery>> API. | |||
|
|||
`GET /_cat/recovery/<index>` | |||
|
|||
`GET /_cat/recovery |
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.
Missing ` at the end
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.
@elasticmachine update branch |
@elasticmachine run elasticsearch-ci/2 |
@elasticmachine run elasticsearch-ci/packaging-sample |
Documents the following query parameters for
the
/_cat/recovery
API:active_only
detailed
index
Closes #41986