-
Notifications
You must be signed in to change notification settings - Fork 159
Adding links to related pages #2681
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
There are no details about the default ILM policy settings or index template options in the Rollover tutorial, so I'm adding them as these topics are relevant to expore. I'm also adding a link to the page about viewing the lifecycle of an existing index or data stream into the tutorial. Fixes #1562
🔍 Preview links for changed docs |
manage-data/lifecycle/index-lifecycle-management/tutorial-automate-rollover.md
Outdated
Show resolved
Hide resolved
manage-data/lifecycle/index-lifecycle-management/tutorial-automate-rollover.md
Outdated
Show resolved
Hide resolved
manage-data/lifecycle/index-lifecycle-management/tutorial-automate-rollover.md
Outdated
Show resolved
Hide resolved
manage-data/lifecycle/index-lifecycle-management/tutorial-automate-rollover.md
Outdated
Show resolved
Hide resolved
manage-data/lifecycle/index-lifecycle-management/tutorial-automate-rollover.md
Outdated
Show resolved
Hide resolved
* `index.lifecycle.rollover_alias` specifies the index alias to be rolled over when the rollover action is triggered for an index. | ||
|
||
You can use the {{kib}} Create template wizard to add the template. To access the wizard, open the menu and go to **Stack Management > Index Management**. In the **Index Templates** tab, click **Create template**. | ||
::::{tab-set} |
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.
You could consider using a snippet if the content of this tab is the same as the one above/elsewhere on the page. It'll be easier to keep the info consistent
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, Wajiha! Although very similar, these steps are not entirely equivalent.
I'm thinking it would probably be better to break this up into three separate pages (future improvement task), one per each tutorial and rewrite them with content reuse in mind.
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 looks great, @yetanothertw! 🎉 Just leaving a couple of suggestions for conciseness
Thanks so much, @wajihaparvez -- really loved your suggestions and implemented them in a separate commit. 💟 |
There are no details about the default ILM policy settings or index template options in the Rollover tutorial, so I'm adding them as these topics are relevant to explore. I'm also adding a link to the page about viewing the lifecycle of an existing index or data stream into the tutorial.
To match other ILM pages, I've added tabs for Kibana and API steps where applicable.
Fixes #1562