[DOCS] Prohibit deletion of composable template in use by data stream (#58347) (#58430)

Notes that you cannot delete a composable template currently in use
by a data stream. Relates to #57957.
This commit is contained in:
James Rodewig 2020-06-23 09:01:17 -04:00 committed by GitHub
parent b213f0222c
commit 9d03204308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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