I've rebooted & tried again, here is the output from that command;
[root@elastic01 ~]# curator_cli --loglevel DEBUG --host 172.19.32.154 --port 9200 show_indices --verbose --header
2018-06-12 14:10:12,649 DEBUG curator.cli_singletons.cli_action.show_indices check_filters:117 Validating provided filters: [{'filtertype': 'none'}]
2018-06-12 14:10:12,649 DEBUG curator.validators.SchemaCheck __init__:26 Schema: <function Filters.<locals>.f at 0x7f7d6da62158>
2018-06-12 14:10:12,650 DEBUG curator.validators.SchemaCheck __init__:27 "filters" config: [{'filtertype': 'none'}]
2018-06-12 14:10:12,650 DEBUG curator.validators.SchemaCheck __init__:26 Schema: {'filtertype': Any(In(['age', 'alias', 'allocated', 'closed', 'count', 'forcemerged', 'ilm', 'kibana', 'none', 'opened', 'pattern', 'period', 'space', 'state']), msg="filtertype must be one of ['age', 'alias', 'allocated', 'closed', 'count', 'forcemerged', 'ilm', 'kibana', 'none', 'opened', 'pattern', 'period', 'space', 'state']")}
2018-06-12 14:10:12,650 DEBUG curator.validators.SchemaCheck __init__:27 "filter" config: {'filtertype': 'none'}
2018-06-12 14:10:12,651 DEBUG curator.validators.filters f:48 Filter #0: {'filtertype': 'none'}
2018-06-12 14:10:12,651 DEBUG curator.utils get_client:803 kwargs = {'hosts': ['172.19.32.154'], 'port': 9200, 'url_prefix': '', 'aws_token': None, 'aws_sign_request': False, 'client_cert': None, 'use_ssl': False, 'http_auth': None, 'master_only': False, 'aws_key': None, 'ssl_no_validate': False, 'timeout': 30, 'certificate': None, 'client_key': None, 'aws_secret_key': None}
2018-06-12 14:10:12,656 DEBUG curator.utils get_client:880 Not using "requests_aws4auth" python module to connect.
I've got no errors there so i'm assuming it's connecting ok? Does the same thing with 127.0.0.1.
Running this gives no output.
curator --config /usr/share/curator/curator.yml /usr/share/curator/action.yml
The following is written to the log, my log level is set to 'DEBUG'
2018-06-12 14:29:01,901 DEBUG curator.cli run:108 Client and logging options validated.
2018-06-12 14:29:01,901 DEBUG curator.cli run:112 default_timeout = 30
2018-06-12 14:29:01,901 DEBUG curator.cli run:116 action_file: /usr/share/curator/action.yml
Any ideas?