mirror of
https://github.com/valitydev/curator-opensearch.git
synced 2024-11-06 10:15:24 +00:00
28 lines
490 B
YAML
28 lines
490 B
YAML
---
|
|
# 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: True
|
|
certificate:
|
|
client_cert:
|
|
client_key:
|
|
aws_key:
|
|
aws_secret_key:
|
|
aws_region:
|
|
ssl_no_validate: True
|
|
http_auth: admin:admin
|
|
username: admin
|
|
password: admin
|
|
timeout: 30
|
|
master_only: False
|
|
|
|
logging:
|
|
loglevel: INFO
|
|
logfile:
|
|
logformat: default
|
|
blacklist: ['elasticsearch', 'urllib3']
|