Revision 16ba2e800caf78161e568f85a38b521db15b0cb6 authored by Brandon DeVault on 17 October 2019, 18:59:21 UTC, committed by Yannick Welsch on 22 October 2019, 13:26:55 UTC
* [DOCS] Added the voting node.role value 

With the elasticsearch.yml option "node.voting_only: true", if you perform a "_cat/nodes" there is a new option for `v` that will display if the node is a voting node.

* [DOCS] Added the voting node.role value

Updated "voting node" to read "voting-only node"
1 parent e33c773
Raw File
gradle.properties
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Xss2m
options.forkOptions.memoryMaximumSize=2g
back to top