Backing indices in a time series data stream (TSDS) support the following index settings.
index.mode
-
preview:[] (Static, string) Mode for the index. Valid values are
time_series
andnull
(no mode). Defaults tonull
.
index.time_series.start_time
-
preview:[] (Static, string) Earliest
@timestamp
value (inclusive) accepted by the index. Only indices with anindex.mode
oftime_series
support this setting. For more information, refer to [time-bound-indices].
index.time_series.end_time
-
preview:[] (Dynamic, string) Latest
@timestamp
value (exclusive) accepted by the index. Only indices with anindex.mode
oftime_series
support this setting. For more information, refer to [time-bound-indices].
index.look_ahead_time
-
preview:[] (Static, time units) Interval used to calculate the
index.time_series.end_time
for a TSDS’s write index. Defaults to2h
(2 hours). Accepts1m
(one minute) to7d
(seven days). Only indices with anindex.mode
oftime_series
support this setting. For more information, refer to [tsds-look-ahead-time]. Additionally this setting can not be less thantime_series.poll_interval
cluster setting. -
index.routing_path
-
preview:[] (Static, string or array of strings) Plain
keyword
fields used to route documents in a TSDS to index shards. Supports wildcards (*
). Only indices with anindex.mode
oftime_series
support this setting. Defaults to the list of dimension fields with atime_series_dimension
value oftrue
defined in your component templates. For more information, refer to [dimension-based-routing].
index.mapping.dimension_fields.limit
-
preview:[] (Dynamic, integer) Maximum number of time series dimensions for the index. Defaults to
16
.