mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-20 16:03:06 +01:00
Fix soc.json
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
{%- if salt['pillar.get']('nodestab', {}) %}
|
||||
"remoteHostUrls": [
|
||||
{%- for SN, SNDATA in salt['pillar.get']('nodestab', {}).items() %}
|
||||
{{ SN.split('_')|first }}{{ "," if not loop.last }}
|
||||
"https://{{ SN.split('_')|first }}:9200"{{ "," if not loop.last }}
|
||||
{%- endfor %}
|
||||
],
|
||||
{%- endif %}
|
||||
|
||||
Reference in New Issue
Block a user