import files

This commit is contained in:
Yann Autissier
2021-02-09 17:05:00 +01:00
parent f5c4576411
commit 44a6d37ba5
425 changed files with 23195 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
---
client:
hosts: ${HOSTS:elasticsearch}
port: ${PORT:9200}
url_prefix:
use_ssl: ${USE_SSL:False}
certificate:
client_cert:
client_key:
ssl_no_validate: False
http_auth:
timeout: ${TIMEOUT:30}
master_only: ${MASTER_ONLY:False}
logging:
loglevel: ${LOGLEVEL:INFO}
logfile:
logformat: ${LOGFORMAT:default}
blacklist: ['elasticsearch', 'urllib3']