This commit is contained in:
Mike Reeves
2021-08-24 09:50:41 -04:00

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