ES salt module - Add curator config

This commit is contained in:
Mike Reeves
2018-02-13 15:27:52 -05:00
parent 9c9cea62b6
commit e36d2ae11f

View File

@@ -0,0 +1,22 @@
---
# Remember, leave a key empty if there is no value. None will be a string,
# not a Python "NoneType"
client:
hosts:
- elasticsearch
port: 9200
url_prefix:
use_ssl: False
certificate:
client_cert:
client_key:
ssl_no_validate: False
http_auth:
timeout: 30
master_only: False
logging:
loglevel: INFO
logfile: '/var/log/curator/curator.log'
logformat: default
blacklist: ['elasticsearch', 'urllib3']