[DOCS] Fix typo in create data stream API docs

This commit is contained in:
James Rodewig 2020-06-17 17:14:02 -04:00
parent 4ab9aea965
commit 8b99a891a8
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ addressed directly, data streams are integrated with the
<<index-lifecycle-management, index lifecycle management (ILM)>> to facilitate
the management of the time series data contained in their backing indices.
A data stream can only be created if the namespace it targets has a component
template exists with a `data_stream` definition.
A data stream can only be created if the namespace it targets has a composable
index template with a `data_stream` definition.
[source,console]
-----------------------------------