mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
Logstash Module - Change redis IP in output
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{%- if salt['grains.get']('role') == 'so-master' %}
|
||||
{%- set master = salt['pillar.get']('master:mainip', '') -%}
|
||||
{%- set master = '172.17.0.6' -%}
|
||||
{%- set nodetype = 'master' %}
|
||||
{%- else %}
|
||||
{%- set nodetype = salt['pillar.get']('node:node_type', 'storage') %}
|
||||
|
||||
Reference in New Issue
Block a user