Merge "Add a cluster name option"

This commit is contained in:
Jenkins 2015-07-14 18:56:11 +00:00 committed by Gerrit Code Review
commit 90a9f83ee6
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@
# multiple clusters on the same network, make sure you're using unique names.
#
# cluster.name: elasticsearch
<% if es_template_config.has_key?('cluster.name') then -%>
cluster.name: <%= es_template_config['cluster.name'] %>
<% end -%>
#################################### Node #####################################