Browse Source

[DOCS] Document static ILM settings (#61745)

James Rodewig 5 years ago
parent
commit
e0efa26d81
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/reference/settings/ilm-settings.asciidoc

+ 3 - 3
docs/reference/settings/ilm-settings.asciidoc

@@ -11,18 +11,18 @@ These are the settings available for configuring <<index-lifecycle-management, {
 ==== Cluster level settings
 
 `xpack.ilm.enabled`::
-(boolean)
+(<<static-cluster-setting,Static>>, boolean)
 deprecated:[7.8.0,Basic License features are always enabled] +
 This deprecated setting has no effect and will be removed in Elasticsearch 8.0.
 
 `indices.lifecycle.history_index_enabled`::
-(boolean)
+(<<static-cluster-setting,Static>>, boolean)
 Whether ILM's history index is enabled. If enabled, ILM will record the
 history of actions taken as part of ILM policies to the `ilm-history-*`
 indices. Defaults to `true`.
 
 `indices.lifecycle.poll_interval`::
-(<<cluster-update-settings,Dynamic>>, <<time-units, time unit value>>) 
+(<<dynamic-cluster-setting,Dynamic>>, <<time-units, time unit value>>) 
 How often {ilm} checks for indices that meet policy criteria. Defaults to `10m`.
 
 ==== Index level settings