-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[DOCS] Update alias API docs for data stream aliases #73419
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
Updates the docs for several alias APIs for data stream aliases. Also removes some redundant examples now covered in the [aliases guide][0]. [0]: https://www.elastic.co/guide/en/elasticsearch/reference/master/alias.html
Pinging @elastic/es-core-features (Team:Core/Features) |
Pinging @elastic/es-docs (Team: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, thanks James!
`index_routing`:: | ||
(Optional, string) Value used to route indexing operations to a specific shard. | ||
If specified, this overwrites the `routing` value for indexing operations. Data | ||
stream aliases don't support this parameter. |
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.
This line can now be removed. I just merged #73462.
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 the line for the is_write_index
parameter.
Thanks @martijnvg. |
@elasticmachine update branch |
Updates the docs for several alias APIs for data stream aliases. Also removes some redundant examples now covered in the [aliases guide][0]. [0]: https://www.elastic.co/guide/en/elasticsearch/reference/master/alias.html
Updates the docs for several alias APIs for data stream aliases. Also
removes some redundant examples now covered in the aliases guide.
Previews