Skip to content

Commit

Permalink
substitute indices with indexes
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Maurya <[email protected]>
  • Loading branch information
rishabhmaurya committed Oct 4, 2023
1 parent d85cb7d commit 459e375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _api-reference/cluster-api/cluster-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ The following request field parameters are compatible with the cluster API.
| cluster.persistent_tasks.allocation.enable | String | Enables or disables allocation for persistent tasks: <br /> <br /> `all` – Allows persistent tasks to be assigned to nodes. <br /> <br /> `none` – No allocations are allowed for persistent tasks. This does not affect persistent tasks already running. <br /> <br /> Default is `all`. |
| cluster.persistent_tasks.allocation.recheck_interval | Time unit | The cluster manager automatically checks whether or not persistent tasks need to be assigned when the cluster state changes in a significant way. There are other factors, such as memory usage, that will affect whether or not persistent tasks are assigned to nodes but do not otherwise cause the cluster state to change. This setting defines how often assignment checks are performed in response to these factors. Default is `30 seconds`, with a minimum of `10 seconds` being required. |
| remote_store.moving_average_window_size | Integer | The moving average window size used to calculate the rolling statistic values exposed through the [Remote Store Stats API]({{site.url}}{{site.baseurl}}/tuning-your-cluster/availability-and-recovery/remote-store/remote-store-stats-api/). Default is `20`. Minimum enforced is `5`. |
| indices.time_series_index.default_index_merge_policy| String | This setting allows to specify the default merge policy for time-series indices, particularly those with a `@timestamp` field such as datastreams. The two available options are: `tiered` (default) and `log_byte_size`. `log_byte_size` is recommended for time-series indices to enhance performance on range queries on `@timestamp` field. To override the merge policy on a per-index basis, the `index.merge.policy` index setting can be used. |
| indices.time_series_index.default_index_merge_policy | String | This setting allows to specify the default merge policy for time-series indexes, particularly those with a `@timestamp` field such as data streams. The two available options are: `tiered` (default) and `log_byte_size`. `log_byte_size` is recommended for time-series indexes to enhance performance on range queries on `@timestamp` field. To override the merge policy on a per-index basis, the `index.merge.policy` index setting can be used. |


#### Example request

Expand Down

0 comments on commit 459e375

Please sign in to comment.