Skip to content

Commit d7e8f32

Browse files
authored
Small fixes to 'data streams' section (#508)
This is just a small follow-up PR to the earlier #490 It: - Removes the "Index types" page (all content in that page is already captured in the "index basics" page that Wajiha assembled - Moves the "Logs data stream" page to be parallel with "Time series data stream", rather than nested under it (a mistake from my earlier PR). I also planned to add a note about "data streams" to the "Index basics" page, but I see Wajiha already has that one covered. :-) Closes: elastic/docs-projects#324
1 parent be7155a commit d7e8f32

File tree

3 files changed

+4
-92
lines changed

3 files changed

+4
-92
lines changed

manage-data/data-store.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ The documentation in this section details how {{es}} works as a _data store_ sta
1111

1212
Then, learn how these documents and the fields they contain are stored and indexed in [Mapping](/manage-data/data-store/mapping.md), and how unstructured text is converted into a structured format that’s optimized for search in [Text analysis](/manage-data/data-store/text-analysis.md).
1313

14-
You can also read more about working with {{es}} as a data store including how to use [index templates](/manage-data/data-store/templates.md) to tell {{es}} how to configure an index when it is created, how to use [aliases](/manage-data/data-store/aliases.md) to point to multiple indices, and how to use the [command line to manage data](/manage-data/data-store/manage-data-from-the-command-line.md) stored in {{es}}.
14+
You can also read more about working with {{es}} as a data store including how to use [index templates](/manage-data/data-store/templates.md) to tell {{es}} how to configure an index when it is created, how to use [aliases](/manage-data/data-store/aliases.md) to point to multiple indices, and how to use the [command line to manage data](/manage-data/data-store/manage-data-from-the-command-line.md) stored in {{es}}.
15+
16+
If your use case involves working with continuous streams of time series data, you may consider using a [data stream](./data-store/data-streams.md). These are optimally suited for storing append-only data. The data can be accessed through a single, named resource, while it is stored in a series of hidden, auto-generated backing indices.

manage-data/data-store/index-types.md

Lines changed: 0 additions & 89 deletions
This file was deleted.

manage-data/toc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ toc:
44
- file: data-store.md
55
children:
66
- file: data-store/index-basics.md
7-
- file: data-store/index-types.md
87
- file: data-store/data-streams.md
98
children:
109
- file: data-store/data-streams/set-up-data-stream.md
@@ -19,7 +18,7 @@ toc:
1918
- file: data-store/data-streams/run-downsampling-manually.md
2019
- file: data-store/data-streams/run-downsampling-using-data-stream-lifecycle.md
2120
- file: data-store/data-streams/reindex-tsds.md
22-
- file: data-store/data-streams/logs-data-stream.md
21+
- file: data-store/data-streams/logs-data-stream.md
2322
- file: data-store/mapping.md
2423
children:
2524
- file: data-store/mapping/dynamic-mapping.md

0 commit comments

Comments
 (0)