mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Sensoroni Module - Add watch statement and recreate docker
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
{%- set MASTERIP = salt['pillar.get']('static:masterip', '') -%}
|
{%- set MASTERIP = salt['pillar.get']('static:masterip', '') -%}
|
||||||
{%- set SENSORONIKEY = salt['pillar.get']('static:sensoronikey', '') -%}
|
{%- set SENSORONIKEY = salt['pillar.get']('static:sensoronikey', '') -%}
|
||||||
{
|
{
|
||||||
"logFilename": "sensoroni-server.log",
|
"logFilename": "/opt/sensoroni/logs/sensoroni-server.log",
|
||||||
"server": {
|
"server": {
|
||||||
"bindAddress": "{{ MASTERIP }}:9822",
|
"bindAddress": "0.0.0.0:9822",
|
||||||
"maxPacketCount": 5000,
|
"maxPacketCount": 5000,
|
||||||
"htmlDir": "html",
|
"htmlDir": "html",
|
||||||
"modules": {
|
"modules": {
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
"elasticsearchVerifyCert": false
|
"elasticsearchVerifyCert": false
|
||||||
},
|
},
|
||||||
"statickeyauth": {
|
"statickeyauth": {
|
||||||
"anonymousCidr": "{{ MASTERIP }}/32",
|
"anonymousCidr": "172.17.0.0/24",
|
||||||
"apiKey": "{{ SENSORONIKEY }}"
|
"apiKey": "{{ SENSORONIKEY }}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,10 +38,12 @@ so-sensoroni:
|
|||||||
- image: soshybridhunter/so-sensoroni:HH1.1.0
|
- image: soshybridhunter/so-sensoroni:HH1.1.0
|
||||||
- hostname: sensoroni
|
- hostname: sensoroni
|
||||||
- name: so-sensoroni
|
- name: so-sensoroni
|
||||||
- user: socore
|
|
||||||
- binds:
|
- binds:
|
||||||
- /nsm/sensoroni/jobs:/opt/sensoroni/jobs:rw
|
- /nsm/sensoroni/jobs:/opt/sensoroni/jobs:rw
|
||||||
- /opt/so/conf/sensoroni/sensoroni.json:/opt/sensoroni/sensoroni.json:ro
|
- /opt/so/conf/sensoroni/sensoroni.json:/opt/sensoroni/sensoroni.json:ro
|
||||||
- /opt/so/log/sensoroni/sensoroni-server.log:/opt/sensoroni/sensoroni-server.log:rw
|
- /opt/so/log/sensoroni/:/opt/sensoroni/log/:rw
|
||||||
- port_bindings:
|
- port_bindings:
|
||||||
- 0.0.0.0:9822:9822
|
- 0.0.0.0:9822:9822
|
||||||
|
- force: True
|
||||||
|
- watch:
|
||||||
|
- file: /opt/so/conf/sensoroni/sensoroni.json
|
||||||
|
|||||||
Reference in New Issue
Block a user