mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Add nodes to soc.json
This commit is contained in:
@@ -24,6 +24,13 @@
|
||||
},
|
||||
"elastic": {
|
||||
"hostUrl": "http://{{ MANAGERIP }}:9200",
|
||||
{%- if salt['pillar.get']('nodestab', {}) %}
|
||||
"remoteHostUrls": [
|
||||
{%- for SN, SNDATA in salt['pillar.get']('nodestab', {}).items() %}
|
||||
{{ SN.split('_')|first }}{{ "," if not loop.last }}
|
||||
{%- endfor %}
|
||||
],
|
||||
{%- endif %}
|
||||
"username": "",
|
||||
"password": "",
|
||||
"verifyCert": false
|
||||
|
||||
Reference in New Issue
Block a user