Created
January 27, 2018 10:09
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Remember, leave a key empty if there is no value. None will be a string, | |
# not a Python "NoneType" | |
client: | |
hosts: | |
- 127.0.0.1 | |
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 | |
logformat: default | |
blacklist: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment