mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
ElasticSearch Module - Fix logic for master
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{% if grains['role'] == 'so-SENSOR' or grains['role'] == 'so-eval' %}
|
{% if grains['role'] == 'so-master' or grains['role'] == 'so-eval' %}
|
||||||
{%- set esclustername = salt['pillar.get']('master:esclustername', '') %}
|
{%- set esclustername = salt['pillar.get']('master:esclustername', '') %}
|
||||||
cluster.name: "{{ esclustername }}"
|
cluster.name: "{{ esclustername }}"
|
||||||
network.host: 0.0.0.0
|
network.host: 0.0.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user