-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
Update missed documentation change for new watcher index settings #125758
base: 8.x
Are you sure you want to change the base?
Update missed documentation change for new watcher index settings #125758
Conversation
Documentation preview: |
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-data-management (Team:Data Management) |
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.
Makes sense and looks like it matches the implementation so LGTM.
@@ -11,10 +11,17 @@ | |||
For the most up-to-date API details, refer to {api-es}/group/endpoint-watcher[{watcher} APIs]. | |||
-- | |||
|
|||
This API allows a user to modify the settings for the Watcher internal index (`.watches`). Only a subset of settings are allowed to by modified. This includes: | |||
This API allows a user to modify the settings for the Watcher internal index (`.watches`). Only a subset of settings | |||
are allowed to by modified. This includes: |
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.
are allowed to by modified. This includes: | |
are allowed to be modified. This includes: |
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.
Aside from the typo, LGTM.
This PR adds a documentation change to the 8.x branches that was missed when merging #115251.
9.x documentation is handled in the new elasticsearch-spec docs system via elastic/elasticsearch-specification#4141