[DOCS] Add data streams glossary def (#58014) (#58049)

This commit is contained in:
James Rodewig 2020-06-12 10:39:51 -04:00 committed by GitHub
parent 4539f15b90
commit 82493615ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,19 @@ local cluster. For more information, see
The {ccs} feature enables any node to act as a federated client across
multiple clusters. See <<modules-cross-cluster-search>>.
[[glossary-data-stream]] data stream ::
+
--
// tag::data-stream-def[]
A named resource used to ingest, search, and manage time-series data in {es}. A
data stream's data is stored across multiple hidden, auto-generated
<<glossary-index,indices>>. You can automate management of these indices to more
efficiently store large data volumes.
See {ref}/data-streams.html[Data streams].
// end::data-stream-def[]
--
[[glossary-document]] document ::
A document is a JSON document which is stored in Elasticsearch. It is