Merge pull request #9870 from Security-Onion-Solutions/fix/curator_configuration_update_8.0.x

Update Curator configuration to align with requirements for Curator 8.0.x
This commit is contained in:
weslambert
2023-03-01 10:19:32 -05:00
committed by GitHub

View File

@@ -14,22 +14,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"
elasticsearch:
client: client:
hosts: hosts:
- {{elasticsearch}} - https://{{elasticsearch}}:9200
port: 9200 cloud_id:
ca_certs:
client_cert:
client_key:
verify_certs: False
request_timeout: 30
other_settings:
api_key:
id:
api_key:
master_only: False
{%- if salt['pillar.get']('elasticsearch:auth:enabled') is sameas true %} {%- if salt['pillar.get']('elasticsearch:auth:enabled') is sameas true %}
username: "{{ ES_USER }}" username: "{{ ES_USER }}"
password: "{{ ES_PASS }}" password: "{{ ES_PASS }}"
{%- endif %} {%- endif %}
url_prefix:
use_ssl: True
certificate:
client_cert:
client_key:
ssl_no_validate: True
timeout: 30
master_only: False
logging: logging:
loglevel: INFO loglevel: INFO