Commit graph

43 commits

Author SHA1 Message Date
James Rodewig
cb6d1c00f0
[DOCS] Document data stream stats API (#59435) 2020-07-20 09:33:01 -04:00
James Rodewig
d27c286e9b
[DOCS] Add write_index_only param to ds mapping tutorials (#59618) 2020-07-15 12:20:57 -04:00
James Rodewig
e22088d504
[DOCS] Update ds overview for optional @timestamp mapping (#59558) 2020-07-15 09:12:34 -04:00
James Rodewig
5f01ffddec
[DOCS] Add example of ds index template with date_nanos mapping (#59535) 2020-07-14 16:39:29 -04:00
James Rodewig
0f145ace6f
[DOCS] Simplify index template snippets for data streams (#59533)
Removes the `@timestamp` field mapping from several data stream index
template snippets.

With #59317, the `@timestamp` field defaults to a `date` field data type
for data streams.
2020-07-14 12:08:54 -04:00
Andrei Dan
04b46bff8b
Fix sentence in data stream docs (#59518) 2020-07-14 14:00:00 +01:00
Andrei Dan
5609353c5d
Default to @timestamp in composable template datastream definition (#59317)
This makes the data_stream timestamp field specification optional when
defining a composable template.
When there isn't one specified it will default to `@timestamp`.
2020-07-14 11:45:48 +01:00
Andrei Dan
4e72f43d62
Composable templates: add a default mapping for @timestamp (#59244)
This adds a low precendece mapping for the `@timestamp` field with
type `date`.
This will aid with the bootstrapping of data streams as a timestamp
mapping can be omitted when nanos precision is not needed.
2020-07-14 09:19:00 +01:00
James Rodewig
82740f65e4
[DOCS] Add ingest pipeline ex to data stream docs (#58343) 2020-07-13 08:32:19 -04:00
James Rodewig
b174655457
[DOCS] Add x-pack tag to data stream docs (#59241) 2020-07-09 08:45:13 -04:00
James Rodewig
30be215a82
[DOCS] Document @timestamp as only valid DS timestamp field (#59225) 2020-07-08 14:02:36 -04:00
James Rodewig
512649c990
[DOCS] Add data streams to security docs (#59084) 2020-07-08 11:54:55 -04:00
James Rodewig
7bd93de06f
[DOCS] Update get data stream API response (#59197) (#59230)
Updates docs and snippets for changes made to the get data stream API with
PR #59128.
2020-07-08 11:02:30 -04:00
James Rodewig
678f9e3413
Revert "[DOCS] Update get data stream API response (#59197)" (#59227)
This reverts commit db3852898f.
2020-07-08 09:39:16 -04:00
James Rodewig
db3852898f
[DOCS] Update get data stream API response (#59197)
Updates docs and snippets for changes made to the get data stream API with
PR #59128.
2020-07-08 08:40:49 -04:00
James Rodewig
2be9db01c8
[DOCS] Replace datatype with data type (#58972) 2020-07-07 13:52:10 -04:00
James Rodewig
89cdbbeb7d
[DOCS] Update data stream mapping and setting docs (#58874) 2020-07-06 08:36:29 -04:00
James Rodewig
50e9a0e992
[DOCS] Clean up Use a data stream test snippets (#58968) 2020-07-02 17:15:27 -04:00
James Rodewig
66bcc556ee [DOCS] Reword admon for index API and data streams 2020-06-30 09:52:03 -04:00
James Rodewig
55e2ec6248
[DOCS] Document delete/update by query for data streams (#58679) 2020-06-29 16:31:37 -04:00
James Rodewig
926e9aff52
[DOCS] Document open requests for data streams (#58615)
Adds an open API example to the data streams docs. Also updates the
existing open API docs to make them aware of data streams.
2020-06-26 16:28:26 -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
e33a0dfe77
[DOCS] Note that DS timestamp field mapping changes require reindex (#58444)
With #58096, data streams now track the timestamp field mapping outside
of the template associated with the stream. This means you can no longer
update the timestamp field mapping using template changes.

This updates the associated data stream docs.
2020-06-24 17:00:09 -04:00
James Rodewig
433ab42b1d [DOCS] Reword tip in data streams overview 2020-06-23 08:56:41 -04:00
James Rodewig
e83b6fd6c0
[DOCS] Prohibit deletion of composable template in use by data stream (#58347)
Notes that you cannot delete a composable template currently in use
by a data stream. Relates to #57957.
2020-06-23 08:45:11 -04:00
James Rodewig
865b7ac920
[DOCS] Reformat data stream API docs (#58322) 2020-06-18 10:46:01 -04:00
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