elasticsearch/curator/config/curator.yml

25 lines
438 B
YAML

---
# Remember, leave a key empty if there is no value. None will be a string,
# not a Python "NoneType"
client:
hosts:
- ${ELASTICSEARCH_HOST}
port: 9200
url_prefix:
use_ssl: True
certificate: /etc/cert.pem
client_cert:
client_key:
aws_key:
aws_secret_key:
aws_region:
ssl_no_validate: True
http_auth: ${CURATOR}
timeout: 30
master_only: False
logging:
loglevel: INFO
logfile:
logformat: default