Update Curator configuration to align with requirements for Curator 8.0.x

This commit is contained in:
weslambert
2023-03-02 08:46:52 -05:00
committed by GitHub
parent 204f423051
commit 06d1f0f913

View File

@@ -15,20 +15,25 @@
--- ---
# Remember, leave a key empty if there is no value. None will be a string, # Remember, leave a key empty if there is no value. None will be a string,
# not a Python "NoneType" # not a Python "NoneType"
client: elasticsearch:
hosts: client:
- {{elasticsearch}} hosts:
port: 9200 - https://{{elasticsearch}}:9200
username: "{{ ES_USER }}" cloud_id:
password: "{{ ES_PASS }}" ca_certs:
url_prefix: client_cert:
use_ssl: True client_key:
certificate: verify_certs: False
client_cert: request_timeout: 30
client_key: other_settings:
ssl_no_validate: True api_key:
timeout: 30 id:
master_only: False api_key:
master_only: False
{%- if salt['pillar.get']('elasticsearch:auth:enabled') is sameas true %}
username: "{{ ES_USER }}"
password: "{{ ES_PASS }}"
{%- endif %}
logging: logging:
loglevel: INFO loglevel: INFO