2020-07-09 20:45:13 +08:00
|
|
|
[role="xpack"]
|
2020-06-11 23:17:21 +08:00
|
|
|
[[data-stream-apis]]
|
|
|
|
== Data stream APIs
|
|
|
|
|
2020-06-18 22:46:01 +08:00
|
|
|
The following APIs are available for managing <<data-streams,data streams>>:
|
2020-06-11 23:17:21 +08:00
|
|
|
|
2020-06-18 22:46:01 +08:00
|
|
|
* <<indices-create-data-stream>>
|
|
|
|
* <<indices-delete-data-stream>>
|
|
|
|
* <<indices-get-data-stream>>
|
2020-07-20 21:33:01 +08:00
|
|
|
* <<data-stream-stats-api>>
|
2020-06-18 22:46:01 +08:00
|
|
|
|
|
|
|
For concepts and tutorials, see <<data-streams>>.
|
2020-06-11 23:17:21 +08:00
|
|
|
|
|
|
|
include::{es-repo-dir}/indices/create-data-stream.asciidoc[]
|
|
|
|
|
2020-06-18 22:46:01 +08:00
|
|
|
include::{es-repo-dir}/indices/delete-data-stream.asciidoc[]
|
2020-06-11 23:17:21 +08:00
|
|
|
|
2020-06-18 22:46:01 +08:00
|
|
|
include::{es-repo-dir}/indices/get-data-stream.asciidoc[]
|
2020-07-20 21:33:01 +08:00
|
|
|
|
|
|
|
include::{es-repo-dir}/indices/data-stream-stats.asciidoc[]
|