Commit graph

23 commits

Author SHA1 Message Date
James Rodewig
21ae3440b4
[DOCS] Update alias xrefs (#73380) (#73391)
Updates several internal 'alias' xrefs to point to the aliases guide rather than
API docs.
2021-05-26 08:15:35 -04:00
James Rodewig
b5295ba22d
[DOCS] Update allowed operations on data stream write index (#72994) (#73008)
With #70908, you can now close a write index in 7.12.1 and later versions.
This removes an outdated reference from the data stream overview docs.
2021-05-12 15:19:19 -04:00
James Rodewig
4c7a730767
[DOCS] Refactor data stream setup tutorial (#71074) (#71152) 2021-03-31 18:22:12 -04:00
James Rodewig
c757f9e4e7
[DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
James Rodewig
a4c6ad6fef
[DOCS] Update data stream rollover references (#70993) (#70997) 2021-03-29 11:07:51 -04:00
James Rodewig
eea0150764
[DOCS] Reuse timestamp reqs (#68299) (#68306)
Removes some duplication and reuses information about data stream
timestamp requirements using a tagged region.
2021-02-01 10:01:19 -05:00
James Rodewig
3872f08b33
[DOCS] Clean up index template xrefs (#67264) (#67272) 2021-01-11 12:58:00 -05:00
James Rodewig
090f77ade2
[DOCS] Add index alias conversion to data stream setup docs (#65979) (#66054)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-12-23 09:53:09 -05:00
Dan Hermann
39c09f9326
[7.x] Include date in data stream backing index names (#66307) 2020-12-14 19:36:59 -06:00
James Rodewig
abd23f6add [DOCS] Minor data stream docs fixes 2020-10-24 19:50:39 -04:00
James Rodewig
d9d405c091
[DOCS] Remove unneeded link 2020-10-24 17:07:32 -04:00
James Rodewig
8a223a1674
[DOCS] Tighten data streams copy (#64085) (#64110) 2020-10-24 14:39:03 -04:00
James Rodewig
2b852388c5
[DOCS] Fix hyphenation for "time series" (#61472) (#61481) 2020-08-24 11:18:07 -04:00
James Rodewig
ff4ea4720a
[DOCS] Update example data stream names (#60783) (#60820)
Uses `my-data-stream` in place of `logs` for data stream examples.
This provides a more intuitive experience for users that copy/paste
their own values into snippets.
2020-08-06 09:38:35 -04:00
James Rodewig
747f8bfe79
[DOCS] Add Kibana screenshots to data stream docs (#60118) (#60217) 2020-07-27 10:39:32 -04:00
James Rodewig
401e12dc2b
[DOCS] Fix data stream docs (#59818) (#60010) 2020-07-21 17:04:13 -04:00
James Rodewig
fca722cee1
[DOCS] Add x-pack tag to data stream docs (#59241) (#59299) 2020-07-09 13:12:38 -04:00
James Rodewig
c06c89d3db
[DOCS] Remove composable index template refs (#58567) (#58612)
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:52:58 -04:00
James Rodewig
c548a87673
[DOCS] Add 'Change DS mappings and settings' tutorial (#58148) (#58195)
Adds a tutorial for updating the mappings and
index settings of a data stream's backing indices.
2020-06-16 16:20:32 -04:00
James Rodewig
922423c52c [DOCS] Remove unneeded comma in data stream docs 2020-06-12 09:14:56 -04:00
James Rodewig
bf90b6f221 [DOCS] Remove extra word from data stream docs 2020-06-11 17:44:59 -04:00
James Rodewig
6fc8317f07
[DOCS] Reformat data streams intro and overview (#57954) (#57993)
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:32:09 -04:00
James Rodewig
9eb8085ac0
[DOCS] Reformat data stream tutorial docs (#57883) (#57946)
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 14:03:46 -04:00
Renamed from docs/reference/data-streams.asciidoc (Browse further)