Skip to content

Add documentation for failure stores. #1368

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
wants to merge 26 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b3f8af4
[WIP] Add documentation for failure stores.
jbaiera May 5, 2025
32d9336
Change ??? to "wip"
jbaiera May 6, 2025
356cd62
Fix wip links
jbaiera May 6, 2025
6c18018
fix wip please?
jbaiera May 6, 2025
075abe2
fix
jbaiera May 6, 2025
eac4005
Update manage-data/data-store/data-streams/failure-store.md
jbaiera May 8, 2025
dfbefc1
clarify that we do not redirect backpressure or version conflicts
jbaiera May 8, 2025
2019367
Update manage-data/data-store/data-streams/failure-store.md
jbaiera May 8, 2025
2847fe9
Update manage-data/data-store/data-streams/failure-store.md
jbaiera May 8, 2025
840a8be
suspended -> disabled
jbaiera May 8, 2025
1591e7b
reword document.source docs
jbaiera May 8, 2025
cec305f
clarify default retention application
jbaiera May 8, 2025
f1cb727
Add placeholder link for put data streams api
jbaiera May 8, 2025
28287fe
Mention flags in the intro
jbaiera May 8, 2025
08b2ac3
Note lazy creation
jbaiera May 8, 2025
e978f6e
edit configuration section for more clarity
jbaiera May 9, 2025
2db178a
mention override directly
jbaiera May 9, 2025
87f3a47
Add recipes to the failure store narrative docs
jbaiera May 28, 2025
3f0e7c6
Update manage-data/data-store/data-streams/failure-store.md
jbaiera May 29, 2025
0003ca2
Update manage-data/data-store/data-streams/failure-store.md
jbaiera May 29, 2025
39cf08f
Update manage-data/data-store/data-streams/failure-store.md
jbaiera May 29, 2025
7cb071e
Update manage-data/data-store/data-streams/failure-store.md
jbaiera May 29, 2025
2f4d026
Update manage-data/data-store/data-streams/failure-store.md
jbaiera May 29, 2025
1ac9c09
Apply suggestions from code review
jbaiera May 29, 2025
8869cda
Split recipes into sub-page
jbaiera May 29, 2025
959bfd8
Apply suggestions from code review
jbaiera May 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,153 changes: 1,153 additions & 0 deletions manage-data/data-store/data-streams/failure-store-recipes.md

Large diffs are not rendered by default.

849 changes: 849 additions & 0 deletions manage-data/data-store/data-streams/failure-store.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions manage-data/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ toc:
- file: data-store/data-streams/run-downsampling-using-data-stream-lifecycle.md
- file: data-store/data-streams/reindex-tsds.md
- file: data-store/data-streams/logs-data-stream.md
- file: data-store/data-streams/failure-store.md
children:
- file: data-store/data-streams/failure-store-recipes.md
- file: data-store/mapping.md
children:
- file: data-store/mapping/dynamic-mapping.md
Expand Down
Loading