Commit 1d4598c
chore(docs): clarify ES rollover standalone binaries and ILM workflow (#1068)
## Which problem is this PR solving?
Addresses jaegertracing/jaeger#7994
The Elasticsearch storage documentation currently shows
Docker-based examples for `jaeger-es-rollover` and
`jaeger-es-index-cleaner`, which may imply that Docker is required.
Additionally, it may not be clear that ILM is an alternative
to the manual rollover + lookback + index-cleaner workflow.
## Description of the changes
This PR:
1. Adds a clarification that `jaeger-es-rollover` and
`jaeger-es-index-cleaner` are available as standalone binaries
on the GitHub releases page and are not limited to Docker usage.
2. Clarifies in the ILM section that ILM is an alternative
to the manual rollover workflow, rather than an additional step.
## How was this change tested?
Documentation-only change. Verified formatting locally
and ensured Hugo shortcodes remain intact.
## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/main/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [x] No code changes (documentation only)
- [x] Formatting verified
## AI Usage in this PR
See [AI Usage
Policy](https://github.com/jaegertracing/jaeger/blob/main/CONTRIBUTING_GUIDELINES.md#ai-usage-policy).
- [ ] **None**: No AI tools were used in creating this PR
- [x] **Light**: AI provided minor assistance (wording and formatting
suggestions)
- [ ] **Moderate**: AI helped with code generation or debugging specific
parts
- [ ] **Heavy**: AI generated most or all of the code changes
---------
Signed-off-by: Omkar ugalmugle <155310707+Omkar-Ugal@users.noreply.github.com>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Co-authored-by: Yuri Shkuro <github@ysh.us>1 parent fa2e147 commit 1d4598c
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
| |||
102 | 108 | | |
103 | 109 | | |
104 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
105 | 116 | | |
106 | 117 | | |
107 | 118 | | |
| |||
0 commit comments