14 lines
574 B
Plaintext
14 lines
574 B
Plaintext
[[data-stream-apis]]
|
|
== Data stream APIs
|
|
|
|
The following APIs are available for managing data streams:
|
|
|
|
* To get information about data streams, use the <<indices-get-data-stream, get data stream API>>.
|
|
* To delete data streams, use the <<indices-delete-data-stream, delete data stream API>>.
|
|
* To manually create a data stream, use the <<indices-create-data-stream, create data stream API>>.
|
|
|
|
include::{es-repo-dir}/indices/create-data-stream.asciidoc[]
|
|
|
|
include::{es-repo-dir}/indices/get-data-stream.asciidoc[]
|
|
|
|
include::{es-repo-dir}/indices/delete-data-stream.asciidoc[] |