Docs: note about confusing disk threshold settings

This commit is contained in:
Israel Tsadok 2014-11-11 14:27:42 +02:00 committed by Lee Hinman
parent 7a22bfba3c
commit 7590629531

View File

@ -133,6 +133,11 @@ also be set to an absolute byte value (similar to the low watermark)
to relocate shards once less than the configured amount of space is
available on the node.
NOTE: Percentage values refer to used disk space, while byte values refer to
free disk space. This can be confusing, since it flips the meaning of
high and low. For example, it makes sense to set the low watermark to 10gb
and the high watermark to 5gb, but not the other way around.
Both watermark settings can be changed dynamically using the cluster
settings API. By default, Elasticsearch will retrieve information
about the disk usage of the nodes every 30 seconds. This can also be