Remove ESUSER/ESPASS for now to prevent issues with attempting Elastic Auth when connecting to ES.

This commit is contained in:
Wes Lambert
2021-04-15 11:59:34 +00:00
parent 923d50d91e
commit f61bf73f97

View File

@@ -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