IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Time series index settings
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Time series index settings
editThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
Backing indices in a time series data stream (TSDS) support the following index settings.
-
index.mode -
[preview]
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
(Static, string) Mode for the index.
Valid values are
time_seriesandnull(no mode). Defaults tonull.
-
index.time_series.start_time -
[preview]
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
(Static, string) Earliest
@timestampvalue (inclusive) accepted by the index. Only indices with anindex.modeoftime_seriessupport this setting. For more information, refer to Time-bound indices.
-
index.time_series.end_time -
[preview]
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
(Dynamic, string) Latest
@timestampvalue (exclusive) accepted by the index. Only indices with anindex.modeoftime_seriessupport this setting. For more information, refer to Time-bound indices.
-
index.look_ahead_time -
[preview]
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
(Static, time units)
Interval used to calculate the
index.time_series.end_timefor a TSDS’s write index. Defaults to2h(2 hours). Accepts1m(one minute) to7d(seven days). Only indices with anindex.modeoftime_seriessupport this setting. For more information, refer to Look-ahead time. Additionally this setting can not be less thantime_series.poll_intervalcluster setting. -
index.routing_path -
[preview]
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
(Static, string or array of strings) Plain
keywordfields used to route documents in a TSDS to index shards. Supports wildcards (*). Only indices with anindex.modeoftime_seriessupport this setting. Defaults to the list of dimension fields with atime_series_dimensionvalue oftruedefined in your component templates. For more information, refer to Dimension-based routing.
-
index.mapping.dimension_fields.limit -
[preview]
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
(Dynamic, integer)
Maximum number of time series dimensions for the
index. Defaults to
16.