[[tsds-index-settings]] === Time series index settings Backing indices in a <> support the following index settings. [[index-mode]] `index.mode`:: preview:[] (<<_static_index_settings,Static>>, string) Mode for the index. Valid values are <> and `null` (no mode). Defaults to `null`. [[index-time-series-start-time]] `index.time_series.start_time`:: preview:[] (<<_static_index_settings,Static>>, string) Earliest `@timestamp` value (inclusive) accepted by the index. Only indices with an `index.mode` of <> support this setting. For more information, refer to <>. [[index-time-series-end-time]] `index.time_series.end_time`:: preview:[] (<>, string) Latest `@timestamp` value (exclusive) accepted by the index. Only indices with an `index.mode` of `time_series` support this setting. For more information, refer to <>. [[index-look-ahead-time]] `index.look_ahead_time`:: preview:[] (<<_static_index_settings,Static>>, <>) Interval used to calculate the `index.time_series.end_time` for a TSDS's write index. Defaults to `2h` (2 hours). Accepts `1m` (one minute) to `7d` (seven days). Only indices with an `index.mode` of `time_series` support this setting. For more information, refer to <>. Additionally this setting can not be less than `time_series.poll_interval` cluster setting. [[index-routing-path]] `index.routing_path`:: preview:[] (<<_static_index_settings,Static>>, string or array of strings) Plain `keyword` fields used to route documents in a TSDS to index shards. Supports wildcards (`*`). Only indices with an `index.mode` of `time_series` support this setting. Defaults to the list of <> with a `time_series_dimension` value of `true` defined in your component templates. For more information, refer to <>. [[index-mapping-dimension-fields-limit]] // tag::dimensions-limit[] `index.mapping.dimension_fields.limit`:: preview:[] (<>, integer) Maximum number of <> for the index. Defaults to `16`. // end::dimensions-limit[]