forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add index_mode to data streams (elastic#82621)
This adds a `index_mode` field to data stream snippet in a composable index template. Specifying `index_mode` is optional. If `index_mode` on a composable index template then this also sets the `index_mode` property on the data stream and the `index.mode` index setting on the backing indices created by this data stream. An `index_mode` of value `TIME_SERIES` on a data stream also triggers time series validation. In particular the temporal ranges of backing indices are checked on whether these ranges do not overlap. Relates to elastic#74660
- Loading branch information
Showing
29 changed files
with
490 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.