Merge pull request #5273 from Security-Onion-Solutions/kilo

Switch to new Curator auth params
This commit is contained in:
Mike Reeves
2021-08-24 08:29:47 -04:00
committed by GitHub

View File

@@ -19,7 +19,8 @@ client:
- {{elasticsearch}}
port: 9200
{%- if salt['pillar.get']('elasticsearch:auth:enabled') is sameas true %}
http_auth: {{ ES_USER }}:{{ ES_PASS }}
username: {{ ES_USER }}
password: {{ ES_PASS }}
{%- endif %}
url_prefix:
use_ssl: True