Commit graph

167 commits

Author SHA1 Message Date
James Rodewig
f00c8abe20
[DOCS] Add data streams to search docs (#58278)
Changes:

* Adds additional examples to the `Search a data stream` section of
  `Use a data stream`
* Updates existing search docs to make them aware of data streams
2020-06-18 08:43:02 -04:00
James Rodewig
e738d38992 [DOCS] Remove redundant links in data stream docs 2020-06-17 17:06:28 -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
3bf1b86688
[DOCS] Add resolve index API check to DS setup tutorial (#58167)
Updates the set up a data stream tutorial to include a name check
using the resolve index API.
2020-06-16 16:15:02 -04:00
James Rodewig
0fc2bd8e62
[DOCS] Add 'Change DS mappings and settings' tutorial (#58148)
Adds a tutorial for updating the mappings and
index settings of a data stream's backing indices.
2020-06-16 16:04:38 -04:00
James Rodewig
cdfb528c33 [DOCS] Fix typo in data stream docs 2020-06-15 12:59:18 -04:00
James Rodewig
dbf101ad74 [DOCS] Fix xref in data stream docs 2020-06-15 09:48:58 -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
9aa87fe2d7
[DOCS] Add get and delete steps to data stream setup tutorial (#58068)
Adds corresponding steps for the get and delete data stream APIs to the
data stream setup tutorial. Also provides some guidance on how to
determine the current write index for a data stream.
2020-06-15 08:38:08 -04:00
James Rodewig
73e6ae677a [DOCS] Reword prohibited ops for data stream write index 2020-06-12 14:00:01 -04:00
James Rodewig
d5e6b13151
[DOCS] Document reindex for data streams (#58013)
Changes:

* Adds new 'Reindex with a data stream' section to 'Use a data stream'

* Makes the existing reindex API docs aware of data streams

* Rewrites the reindex glossary definition to include data streams
2020-06-12 10:40:59 -04:00
James Rodewig
9c19f66fda [DOCS] Remove unneeded comma in data stream docs 2020-06-12 09:14:36 -04:00
James Rodewig
54c29311fc [DOCS] Remove extra word from data stream docs 2020-06-11 17:44:30 -04:00
James Rodewig
22169748c9 [DOCS] Fix typos in data stream docs 2020-06-11 16:20:22 -04:00
James Rodewig
039f19d13a [DOCS] Fix typo in data stream docs 2020-06-11 11:29:05 -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
James Rodewig
b1e28d9f84
[DOCS] Reformat data stream tutorial docs (#57883)
Creates a new page for a 'Set up a data stream' tutorial, based on
existing content in 'Data streams'.

Also adds tutorials for:

* Configuring an ILM policy for a data stream
* Indexing documents to a data stream
* Searching a data stream
* Manually rolling over a data stream
2020-06-10 13:40:54 -04:00