mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
squigly comma if steno enabled https://github.com/Security-Onion-Solutions/securityonion/issues/2040
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{%- set URLBASE = salt['pillar.get']('global:url_base') %}
|
||||
{%- set SENSORONIKEY = salt['pillar.get']('global:sensoronikey', '') -%}
|
||||
{%- set CHECKININTERVALMS = salt['pillar.get']('sensoroni:sensor_checkin_interval_ms', 10000) -%}
|
||||
{%- set STENOENABLED = salt['pillar.get']('steno:enabled', False) %}
|
||||
{% set URLBASE = salt['pillar.get']('global:url_base') -%}
|
||||
{% set SENSORONIKEY = salt['pillar.get']('global:sensoronikey', '') -%}
|
||||
{% set CHECKININTERVALMS = salt['pillar.get']('sensoroni:sensor_checkin_interval_ms', 10000) -%}
|
||||
{% set STENOENABLED = salt['pillar.get']('steno:enabled', False) -%}
|
||||
{
|
||||
"logFilename": "/opt/sensoroni/logs/sensoroni.log",
|
||||
"logLevel":"info",
|
||||
@@ -13,13 +13,15 @@
|
||||
"importer": {},
|
||||
"statickeyauth": {
|
||||
"apiKey": "{{ SENSORONIKEY }}"
|
||||
},
|
||||
{%- if STENOENABLED %}
|
||||
{%- if STENOENABLED %}
|
||||
},
|
||||
"stenoquery": {
|
||||
"executablePath": "/opt/sensoroni/scripts/stenoquery.sh",
|
||||
"pcapInputPath": "/nsm/pcap",
|
||||
"pcapOutputPath": "/nsm/pcapout"
|
||||
}
|
||||
{%- else %}
|
||||
}
|
||||
{%- endif %}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user