尝试在 ES 实例上本地运行 curator。
我有这个配置:
---
# 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']
127.0.0.1 不会连接,但是输入服务器的实际 ip 会。我是否必须明确允许连接到 ES 的环回?