Skip to content

Commit e83b6fd

Browse files
authored
[DOCS] Prohibit deletion of composable template in use by data stream (#58347)
Notes that you cannot delete a composable template currently in use by a data stream. Relates to #57957.
1 parent 57316e2 commit e83b6fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reference/data-streams/set-up-a-data-stream.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ PUT /_index_template/logs_data_stream
183183
// TEST[continued]
184184
====
185185

186+
NOTE: You cannot delete a composable template that's in use by a data stream.
187+
This would prevent the data stream from creating new backing indices.
188+
186189
[discrete]
187190
[[create-a-data-stream]]
188191
=== Create a data stream

0 commit comments

Comments
 (0)