mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-03 09:58:17 +02:00
quote ES_PASS in SOCtopus.conf and remove % from random pw
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
es_url = https://{{MANAGER}}:9200
|
||||
es_ip = {{MANAGER}}
|
||||
es_user = {{ ES_USER }}
|
||||
es_pass = {{ ES_PASS }}
|
||||
es_pass = "{{ ES_PASS }}"
|
||||
es_index_pattern = so-*
|
||||
es_verifycert = no
|
||||
|
||||
|
||||
Reference in New Issue
Block a user