-
Notifications
You must be signed in to change notification settings - Fork 155
Adding screenshots to certain equivalent steps #3251
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
For the [Manage general content with data streams](https://www.elastic.co/docs/manage-data/lifecycle/index-lifecycle-management/tutorial-general-content-with-data-streams) Relates to #1566
🔍 Preview links for changed docs |
manage-data/lifecycle/index-lifecycle-management/tutorial-general-content-with-data-streams.md
Outdated
Show resolved
Hide resolved
manage-data/lifecycle/index-lifecycle-management/tutorial-general-content-with-data-streams.md
Outdated
Show resolved
Hide resolved
manage-data/lifecycle/index-lifecycle-management/tutorial-general-content-with-data-streams.md
Outdated
Show resolved
Hide resolved
manage-data/lifecycle/index-lifecycle-management/tutorial-general-content-with-data-streams.md
Show resolved
Hide resolved
manage-data/lifecycle/index-lifecycle-management/tutorial-general-content-with-data-streams.md
Outdated
Show resolved
Hide resolved
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! 🏎️
This looks so much better and so much more helpful with the UI steps! I added a few comments but all super minor.
* that the template is data stream enabled by including the `data_stream` definition | ||
* the index pattern, which ensures that this template will be applied to matching indices and in our example is `movetods` | ||
|
||
You can create the template in {{kib}} or with the [create or update index template](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-put-index-template) API. |
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.
@kilfoyle -- I've made a few more changes here since you've last reviewed this and added the steps to create a template in Kibana for this specific tutorial example.
Would you please mind having another look at this tabbed section?
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.
Looks great! I checked the new section and had just the one comment below. So nice to have all the UI steps now!
manage-data/lifecycle/index-lifecycle-management/tutorial-general-content-with-data-streams.md
Outdated
Show resolved
Hide resolved
…ral-content-with-data-streams.md Co-authored-by: David Kilfoyle <[email protected]>
For the Manage general content with data streams tutorial, I've added tabs with equivalent steps in Kibana to create an ingest pipeline and to create a lifecycle policy.
I've tried to replicate step 3 (creating an index template) but I've decided against it (you can check the comments on #1566 to see why).
Relates to #1566