mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
fix error in telegraf log - https://github.com/Security-Onion-Solutions/securityonion/issues/5195
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"manint": "{{ salt['pillar.get']('host:mainint', '') }}",
|
|
||||||
{%- if grains.role in ['so-standalone', 'so-eval', 'so-sensor', 'so-heavynode', ] %}
|
{%- if grains.role in ['so-standalone', 'so-eval', 'so-sensor', 'so-heavynode', ] %}
|
||||||
"monint": "{{ salt['pillar.get']('sensor:interface', '') }}"
|
"monint": "{{ salt['pillar.get']('sensor:interface', '') }}",
|
||||||
{% endif -%}
|
{%- endif %}
|
||||||
|
"manint": "{{ salt['pillar.get']('host:mainint', '') }}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user