Commit graph

8 commits

Author SHA1 Message Date
James Rodewig
55e2ec6248
[DOCS] Document delete/update by query for data streams (#58679) 2020-06-29 16:31:37 -04:00
James Rodewig
9f86ce6c0e
[DOCS] Remove composable index template refs (#58567)
Replaces `composable index template` and `composable template` with
`index template` throughout data stream-related docs.

`Composable index template` is only used to contrast with legacy index
templates.
2020-06-26 11:12:36 -04:00
James Rodewig
433ab42b1d [DOCS] Reword tip in data streams overview 2020-06-23 08:56:41 -04:00
James Rodewig
20a7d73333
[DOCS] Add 'update/delete docs in a data stream' tutorial (#58194)
Adds a tutorial for updating and deleting documents in the backing
indices of a data stream.
2020-06-17 11:07:52 -04:00
James Rodewig
e9279d6299 [DOCS] Update prohibited ops for ds write index
Adds 'clone' and 'split' to a list of actions that are prohibited on a data
stream's write index
2020-06-15 08:54:11 -04:00
James Rodewig
73e6ae677a [DOCS] Reword prohibited ops for data stream write index 2020-06-12 14:00:01 -04:00
James Rodewig
22169748c9 [DOCS] Fix typos in data stream docs 2020-06-11 16:20:22 -04:00
James Rodewig
30cc10d3ac
[DOCS] Reformat data streams intro and overview (#57954)
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.
2020-06-11 11:17:21 -04:00