Skip to content

Commit 1a124eb

Browse files
stefnestorlcawl
andauthored
Backport docs-content#962 (#126242) (#126248)
* Backport docs-content#962 --------- Co-authored-by: Lisa Cawley <[email protected]>
1 parent 4935a15 commit 1a124eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/data-streams/logs.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ stream. The exact impact varies by data set.
1414
[[how-to-use-logsds]]
1515
=== Create a logs data stream
1616

17+
IMPORTANT: Fleet integrations use <<index-templates,index templates>> managed by Elastic. To modify these backing templates, update their {observability-guide}/logs-index-template.html#custom-logs-template-edit[composite `custom` templates].
18+
1719
To create a logs data stream, set your <<index-templates,template>> `index.mode` to `logsdb`:
1820

1921
[source,console]
2022
----
2123
PUT _index_template/my-index-template
2224
{
23-
"index_patterns": ["logs-*"],
25+
"index_patterns": ["my-datastream-*"],
2426
"data_stream": { },
2527
"template": {
2628
"settings": {

0 commit comments

Comments
 (0)