mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 03:32:53 +01:00
Adjust elasticsearch.yml
This commit is contained in:
@@ -42,7 +42,6 @@ cluster.routing.allocation.disk.watermark.flood_stage: 98%
|
|||||||
# roles: superuser
|
# roles: superuser
|
||||||
# authz_exception: true
|
# authz_exception: true
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
node.attr.box_type: {{ NODE_ROUTE_TYPE }}
|
|
||||||
node.name: {{ grains.host }}
|
node.name: {{ grains.host }}
|
||||||
script.max_compilations_rate: 1000/1m
|
script.max_compilations_rate: 1000/1m
|
||||||
{%- if TRUECLUSTER is sameas true %}
|
{%- if TRUECLUSTER is sameas true %}
|
||||||
@@ -57,6 +56,7 @@ discovery.seed_hosts:
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
node.roles: [ data, ingest ]
|
node.roles: [ data, ingest ]
|
||||||
|
node.attr.box_type: {{ NODE_ROUTE_TYPE }}
|
||||||
discovery.seed_hosts:
|
discovery.seed_hosts:
|
||||||
- {{ grains.master }}
|
- {{ grains.master }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user