Skip to content

Instantly share code, notes, and snippets.

@mdowst
Last active June 17, 2018 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdowst/fd1396a3329eddf077cc6b30e76dee13 to your computer and use it in GitHub Desktop.
Save mdowst/fd1396a3329eddf077cc6b30e76dee13 to your computer and use it in GitHub Desktop.
# 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:
logformat: default
blacklist: ['elasticsearch', 'urllib3']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment