Browse Source

[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.
James Rodewig 5 years ago
parent
commit
e83b6fd6c0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/reference/data-streams/set-up-a-data-stream.asciidoc

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

@@ -183,6 +183,9 @@ PUT /_index_template/logs_data_stream
 // TEST[continued]
 ====
 
+NOTE: You cannot delete a composable template that's in use by a data stream.
+This would prevent the data stream from creating new backing indices.
+
 [discrete]
 [[create-a-data-stream]]
 === Create a data stream