mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Update Curator configuration to align with requirements for Curator 8.0.x
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user