Hi all,
I have installed curator via RPM package on CentOS 6.7. I tried to delete some indices on elastic search.
But when I tried to run curator, it gives error as below.
2017-06-13 15:13:21,660 DEBUG curator.cli cli: 135 action_disabled = False
2017-06-13 15:13:21,660 DEBUG curator.cli cli: 139 continue_if_exception = False
2017-06-13 15:13:21,660 DEBUG curator.cli cli: 141 timeout_override = None
2017-06-13 15:13:21,660 DEBUG curator.cli cli: 143 ignore_empty_list = False
2017-06-13 15:13:21,660 INFO curator.cli cli: 153 Preparing Action ID: 1, "delete_indices"
2017-06-13 15:13:21,660 DEBUG curator.utils get_client: 714 kwargs = {'hosts': ['127.31.21.47:9200'], 'use_ssl': False, 'ssl_no_validat e': False, 'master_only': False, 'client_key': None, 'aws_secret_key': None, 'ce rtificate': None, 'aws_region': None, 'http_auth': None, 'client_cert': None, 'u rl_prefix': '', 'aws_key': None, 'port': 9200, 'timeout': 30}
2017-06-13 15:13:21,664 DEBUG curator.utils get_client: 764 Not using "requests_aws4auth" python module to connect.
Unable to create client connection to Elasticsearch. Error: ConnectionError(<ur llib3.connection.HTTPConnection object at 0x7f4ea09b7c50>: Failed to establish a new connection: [Errno 111] Connection refused) caused by: NewConnectionError(< urllib3.connection.HTTPConnection object at 0x7f4ea09b7c50>: Failed to establish a new connection: [Errno 111] Connection refused)
Please let me know if you have any ideas, thanks so much.
Elasticsearch version is 5.2.2
Curator version is 5.1.1.