Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion manage-data/data-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ The documentation in this section details how {{es}} works as a _data store_ sta

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).

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}}.
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}}.

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.
89 changes: 0 additions & 89 deletions manage-data/data-store/index-types.md

This file was deleted.

3 changes: 1 addition & 2 deletions manage-data/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ toc:
- file: data-store.md
children:
- file: data-store/index-basics.md
- file: data-store/index-types.md
- file: data-store/data-streams.md
children:
- file: data-store/data-streams/set-up-data-stream.md
Expand All @@ -19,7 +18,7 @@ toc:
- file: data-store/data-streams/run-downsampling-manually.md
- file: data-store/data-streams/run-downsampling-using-data-stream-lifecycle.md
- file: data-store/data-streams/reindex-tsds.md
- file: data-store/data-streams/logs-data-stream.md
- file: data-store/data-streams/logs-data-stream.md
- file: data-store/mapping.md
children:
- file: data-store/mapping/dynamic-mapping.md
Expand Down