mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
Changes: * Updates 'Data streams' intro page to focus on problem solution and benefits. * Adds 'Data streams overview' page to cover conceptual information, based on existing content in the 'Data streams' intro. * Adds diagrams for data streams and search/indexing request examples. * Moves API jump list and API docs to a new 'Data streams APIs' section. Links to these APIs will be available through tutorials. * Add xrefs to existing docs for concepts like generation, write index, and append-only.
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[] |