mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #5273 from Security-Onion-Solutions/kilo
Switch to new Curator auth params
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user