Adjust elasticsearch.yml

This commit is contained in:
TOoSmOotH
2020-12-10 11:09:38 -05:00
parent 379f1d98d8
commit d9d7f49b96

View File

@@ -42,7 +42,6 @@ cluster.routing.allocation.disk.watermark.flood_stage: 98%
# roles: superuser
# authz_exception: true
{%- endif %}
node.attr.box_type: {{ NODE_ROUTE_TYPE }}
node.name: {{ grains.host }}
script.max_compilations_rate: 1000/1m
{%- if TRUECLUSTER is sameas true %}
@@ -57,6 +56,7 @@ discovery.seed_hosts:
{%- endif %}
{%- else %}
node.roles: [ data, ingest ]
node.attr.box_type: {{ NODE_ROUTE_TYPE }}
discovery.seed_hosts:
- {{ grains.master }}
{%- endif %}