Commit 0c49dc7
(Bug) Modify Index Template to LogsDB (#962)
👋 howdy, team! ( cc: @asmith-elastic @anniegale9538 for Sev1 01849100 )
The existing docs for Creating LogsDB
([v8](https://www.elastic.co/guide/en/elasticsearch/reference/current/logs-data-stream.html#how-to-use-logsds),
[v9](https://docs-v3-preview.elastic.dev/elastic/docs-content/tree/main/manage-data/data-store/data-streams/logs-data-stream);
believed ported via
elastic/elasticsearch#118303) has users create
an index template overriding previous which negates all Fleet-managed
Integration index pipelines which breaks ingestion patterns across all
`logs-*` 👻.
This adds in a warning header that for Fleet-managed integrations (which
AFAIK is the only major exception) users should instead be adding the
recommended setting [into the component template per existing
doc](https://www.elastic.co/guide/en/observability/current/logs-index-template.html#custom-logs-template-edit).
TIA!
---------
Co-authored-by: shainaraskas <[email protected]>1 parent ba13c8a commit 0c49dc7
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | | - | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
0 commit comments