Advertisement
tocheeba

ElasticSearch Curator - curator.yml

Oct 17th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ---
  2. # Remember, leave a key empty if there is no value. None will be a string,
  3. # not a Python "NoneType"
  4. client:
  5. hosts:
  6. - 127.0.0.1
  7. port: 9200
  8. url_prefix:
  9. use_ssl: False
  10. certificate:
  11. client_cert:
  12. client_key:
  13. ssl_no_validate: False
  14. http_auth:
  15. timeout: 30
  16. master_only: False
  17.  
  18. logging:
  19. loglevel: INFO
  20. logfile:
  21. logformat: default
  22. blacklist: ['elasticsearch', 'urllib3']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement