mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Remove ESUSER/ESPASS for now to prevent issues with attempting Elastic Auth when connecting to ES.
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
[es]
|
[es]
|
||||||
es_url = https://{{MANAGER}}:9200
|
es_url = https://{{MANAGER}}:9200
|
||||||
es_ip = {{MANAGER}}
|
es_ip = {{MANAGER}}
|
||||||
es_user = YOURESUSER
|
es_user =
|
||||||
es_pass = YOURESPASS
|
es_pass =
|
||||||
es_index_pattern = so-*
|
es_index_pattern = so-*
|
||||||
es_verifycert = no
|
es_verifycert = no
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user