mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +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', '') -%}
|
{%- set SENSORONIKEY = salt['pillar.get']('static:sensoronikey', '') -%}
|
||||||
{
|
{
|
||||||
"logFilename": "log/sensoroni.log",
|
"logFilename": "log/sensoroni.log",
|
||||||
"agent": {
|
"agent": {
|
||||||
"pollIntervalMs": 10000,
|
"pollIntervalMs": 10000,
|
||||||
"serverUrl": "https://{{ MASTERIP }}/sensoroniagents",
|
"serverUrl": "https://{{ MASTER }}/sensoroniagents",
|
||||||
"modules": {
|
"modules": {
|
||||||
"statickeyauth": {
|
"statickeyauth": {
|
||||||
"apiKey": "{{ SENSORONIKEY }}"
|
"apiKey": "{{ SENSORONIKEY }}"
|
||||||
|
|||||||
@@ -116,3 +116,5 @@ so-steno:
|
|||||||
- /nsm/pcapout:/nsm/pcapout:rw
|
- /nsm/pcapout:/nsm/pcapout:rw
|
||||||
- /opt/so/log/stenographer:/var/log/stenographer:rw
|
- /opt/so/log/stenographer:/var/log/stenographer:rw
|
||||||
- /opt/so/conf/steno/sensoroni.json:/opt/sensoroni/sensoroni.json:ro
|
- /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