mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
PCAP Module - Fix Cert stuff
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{%- set MASTERIP = salt['pillar.get']('static:masterip', '') -%}
|
||||
{%- set MASTER = grains['master'] -%}
|
||||
{%- set SENSORONIKEY = salt['pillar.get']('static:sensoronikey', '') -%}
|
||||
{
|
||||
"logFilename": "log/sensoroni.log",
|
||||
"agent": {
|
||||
"pollIntervalMs": 10000,
|
||||
"serverUrl": "https://{{ MASTERIP }}/sensoroniagents",
|
||||
"serverUrl": "https://{{ MASTER }}/sensoroniagents",
|
||||
"modules": {
|
||||
"statickeyauth": {
|
||||
"apiKey": "{{ SENSORONIKEY }}"
|
||||
|
||||
@@ -116,3 +116,5 @@ so-steno:
|
||||
- /nsm/pcapout:/nsm/pcapout:rw
|
||||
- /opt/so/log/stenographer:/var/log/stenographer:rw
|
||||
- /opt/so/conf/steno/sensoroni.json:/opt/sensoroni/sensoroni.json:ro
|
||||
- watch:
|
||||
- /opt/so/conf/steno/sensoroni.json
|
||||
|
||||
Reference in New Issue
Block a user