Regarding to the curator installed on ES cluster

Hello All,

I have installed ES 5.2.0 on one Master and two Data nodes. And I also have a Kibana node. I'm wondering to know if I want to install curator, do I need to install it on all nodes that I mentioned above all, or only elastic search Master node? Any explanation will be highly welcomed, thanks for your answer.

Curator only requires network access to Elasticsearch to function. It does not need to be installed on an Elasticsearch node at all.

Thanks, and as here below, what I'm supposed to change in config.yml is just hosts part, right? for instance, change to ES master node IP address with port number 9200. Thank you.

client:
hosts: ["127.0.0.1:9200"]
url_prefix:
use_ssl: False
certificate:
client_cert:
client_key:
aws_key:
aws_secret_key:
aws_region:
ssl_no_validate: False
http_auth:
timeout: 30
master_only: False

logging:
loglevel: DEBUG
logfile:
logformat: default
blacklist: ['elasticsearch', 'urllib3']

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.