[DOCS] Fix typo in create data stream API docs
This commit is contained in:
parent
4ab9aea965
commit
8b99a891a8
|
@ -23,8 +23,8 @@ addressed directly, data streams are integrated with the
|
||||||
<<index-lifecycle-management, index lifecycle management (ILM)>> to facilitate
|
<<index-lifecycle-management, index lifecycle management (ILM)>> to facilitate
|
||||||
the management of the time series data contained in their backing indices.
|
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
|
A data stream can only be created if the namespace it targets has a composable
|
||||||
template exists with a `data_stream` definition.
|
index template with a `data_stream` definition.
|
||||||
|
|
||||||
[source,console]
|
[source,console]
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
Loading…
Reference in New Issue