-
Notifications
You must be signed in to change notification settings - Fork 155
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
Draft
yetanothertw
wants to merge
17
commits into
main
Choose a base branch
from
streams-274-md
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 9 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
8836b54
Adding Streams information into the Manage data section
yetanothertw 2996bbb
Changed section to admonition
yetanothertw 3c706c5
adding more applies_to tags
yetanothertw dc81d2c
trying diff tagging
yetanothertw 55e9940
another attempt to add multiple tags in note
yetanothertw 6ab5411
fixing tags per Fabri's example
yetanothertw 7a2c96d
Add section about managing data retention in Streams
yetanothertw 4eaa1f3
minor update to include new section in the tutorial context
yetanothertw 62ed5a6
Updating the configure data stream retention tutorial
yetanothertw f2d0f94
Adding mentions of streams in the failure store for data stream doc
yetanothertw ea3f6f2
minor edits fot the modify ds page
yetanothertw b8a2f4e
Minor improvements suggested by David
yetanothertw e48257a
Adding steps to view a data stream's lifecycle in streams
yetanothertw cce95b3
add link to streams
yetanothertw 44f28f5
Adding a section for managing data streams in Streams
yetanothertw 380e50a
Merge branch 'main' into streams-274-md
yetanothertw a4cd59c
Add note about managing data retention in stream to the remaining DLM…
yetanothertw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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. :-)
Uh oh!
There was an error while loading. Please reload this page.
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.
orEach stream represents a specific {{es}} data stream.