@@ -27,6 +27,8 @@ Settings are available for the following modules:
2727 Index settings not tied to a specific module.
2828* [ Index shard allocation] ( shard-allocation.md ) :
2929 Control where, when, and how shards are allocated to nodes.
30+ * [ History retention] ( history-retention.md )
31+ Control how long the history of operations is retained in the index.
3032* [ Index blocks] ( ./index-block.md ) :
3133 Block different type of operations to the indices.
3234* [ Mapping limits] ( ./mapping-limit.md ) :
@@ -37,16 +39,14 @@ Settings are available for the following modules:
3739 Configure custom similarity settings to customize how search results are scored.
3840* [ Slowlog] ( slow-log.md ) :
3941 Control how slow queries and fetch requests are logged.
40- * [ Store] ( store.md ) :
41- Configure the type of filesystem used to access shard data.
4242* [ Sorting] ( ./sorting.md ) :
4343 Configure how to sort the segments inside each shard.
44+ * [ Store] ( store.md ) :
45+ Configure the type of filesystem used to access shard data.
4446* [ Time series] ( time-series.md )
4547 Configure the backing indices in a time series data stream (TSDS).
4648* [ Translog] ( translog.md )
4749 Control the transaction log and background flush operations.
48- * [ History retention] ( history-retention.md )
49- Control the retention of a history of operations in the index.
5050* [ Indexing pressure] ( pressure.md )
5151 Configure indexing back pressure limits.
5252
0 commit comments