This commit is contained in:
Jason Ertel
2023-08-17 17:26:35 -04:00
committed by GitHub
parent 4ac95447eb
commit 222352b4b3

View File

@@ -53,7 +53,7 @@ elasticsearch:
settings: settings:
index: index:
number_of_replicas: number_of_replicas:
description: Number of replicas required for all indicies. Multiple replicas protects against data loss, but also increases storage costs. This setting will be applied to all indicies. description: Number of replicas required for all indices. Multiple replicas protects against data loss, but also increases storage costs. This setting will be applied to all indices.
forcedType: int forcedType: int
global: True global: True
helpLink: elasticsearch.html helpLink: elasticsearch.html