-
Notifications
You must be signed in to change notification settings - Fork 154
Adding Streams information into the Manage data section #3399
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
base: main
Are you sure you want to change the base?
Conversation
:::{tip} | ||
:applies_to: {"stack": "ga 9.2, preview 9.1", "serverless": "ga"} | ||
|
||
You can also review how a data stream is managed by locating it on the **Streams** page in {{kib}}. A stream directly corresponds to a data stream. Select a stream to view its details and go to the **Retention** tab. |
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.
"A stream directly corresponds to a data stream."
Assuming that a stream isn't just an alias for a data stream, I wonder if there's something more precise that we could say. For example, Each stream on the **Streams** page has a one-to-one mapping with a data stream.
, or something like that.
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.
We can ignore this one for now, since we discussed it, and I understand that what you have here is in sync with with what we have on the Observability 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.
Sure, but let's keep this comment open -- we might be able to think of a more intuitive way to convey this.
To build upon your suggestion, maybe we can say something like:
Each stream maps directly to an {{es}} data stream.
or Each stream represents a specific {{es}} data stream.
Refers to #274
On the Data streams page added an admonition to mention Streams and link to it.
Tutorial: Update the lifecycle of a data stream now has a new section Manage data retention in Streams.
Tutorial: Configure data stream retention has been updated as well. This page may need to be reworked separately in the future as most of its content fits under conceptual type of information rather than tutorial.
Failure store -- updated the Set up for existing data streams section to add a tip about performing that in Kibana.
Modify a data stream -- updated but need to update links to Streams content after Mike's PR is merged.
View the lifecycle status of an index or data stream -- updated the Kibana tab to add steps for viewing the lifecycle of a data stream in Streams.
Manage a data stream -- updated to add a new section about managing data streams in the Streams UI.
Tutorial: Migrate ILM managed data stream to data stream lifecycle -- updated to add a note about the ability to switch between ILM and data stream lifecycle in the Streams area in Kibana.
Not sure about the impact on these topics:
Manually apply a lifecycle policy to an index -- I was considering updating this procedure, but I'm not sure anymore because it seems to mostly refer to applying an ILM policy to standalone indices, and not data streams (so the streams feature wouldn't really apply).
Manage the lifecycle policy for integrations data -- not sure how this page would be affected.