You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/elasticsearch/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,9 +195,9 @@ ansible-playbook --inventory inventory linuxfabrik.lfops.elasticsearch --limit n
195
195
|`elasticsearch__cluster_name__host_var` / <br> `elasticsearch__cluster_name__group_var`| A descriptive name for your cluster. <br>For the usage in `host_vars` / `group_vars` (can only be used in one group at a time). |`'my-application'`|
196
196
|`elasticsearch__cluster_routing_allocation_awareness_attributes`| List of awareness attribute names to enable [shard allocation awareness](https://www.elastic.co/docs/deploy-manage/distributed-architecture/shard-allocation-relocation-recovery/shard-allocation-awareness). Distributes replicas across different attribute values to minimize risk of data loss during failures. Configure the same attributes on all master-eligible nodes |`[]`|
197
197
|`elasticsearch__cluster_routing_allocation_awareness_force`| Dictionary for forced awareness to prevent replica overloading when a location fails. Key is the attribute name, value is list of expected attribute values. Elasticsearch will leave replicas unassigned rather than concentrating them in remaining locations. |`{}`|
198
-
|`elasticsearch__cluster_routing_allocation_disk_watermark_low`| Float `0 <= n <= 1`. Low watermark percentage for [disk-based shard allocation](https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/cluster-level-shard-allocation-routing-settings#disk-based-shard-allocation). Elasticsearch will not allocate shards to nodes whose disk usage exceeds this percentage |`0.85`|
199
-
|`elasticsearch__cluster_routing_allocation_disk_watermark_high`| Float `0 <= n <= 1`. Low watermark percentage for [disk-based shard allocation](https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/cluster-level-shard-allocation-routing-settings#disk-based-shard-allocation). Elasticsearch will not allocate shards to nodes whose disk usage exceeds this percentage |`0.9`|
200
198
|`elasticsearch__cluster_routing_allocation_disk_watermark_flood_stage`| Float `0 <= n <= 1`. flood stage percentage for [disk-based shard allocation](https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/cluster-level-shard-allocation-routing-settings#disk-based-shard-allocation). Elasticsearch enforces a read-only index block on every index that has one or more shards allocated on nodes having at least one disk exceeding the flood stage |`0.95`|
199
+
|`elasticsearch__cluster_routing_allocation_disk_watermark_high`| Float `0 <= n <= 1`. Low watermark percentage for [disk-based shard allocation](https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/cluster-level-shard-allocation-routing-settings#disk-based-shard-allocation). Elasticsearch will not allocate shards to nodes whose disk usage exceeds this percentage |`0.9`|
200
+
|`elasticsearch__cluster_routing_allocation_disk_watermark_low`| Float `0 <= n <= 1`. Low watermark percentage for [disk-based shard allocation](https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/cluster-level-shard-allocation-routing-settings#disk-based-shard-allocation). Elasticsearch will not allocate shards to nodes whose disk usage exceeds this percentage |`0.85`|
201
201
|`elasticsearch__discovery_seed_hosts`| A list of IPs or hostnames that point to all master-eligible nodes of the cluster. The port defaults to 9300 but can be overwritten using `:9301`, for example. | unset |
0 commit comments