mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add nodes to soc.json
This commit is contained in:
@@ -24,6 +24,13 @@
|
|||||||
},
|
},
|
||||||
"elastic": {
|
"elastic": {
|
||||||
"hostUrl": "http://{{ MANAGERIP }}:9200",
|
"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": "",
|
"username": "",
|
||||||
"password": "",
|
"password": "",
|
||||||
"verifyCert": false
|
"verifyCert": false
|
||||||
|
|||||||
Reference in New Issue
Block a user