Hi , Using curator but not performing any action . Can someone help
[root@iacapps-es-node1 elasticsearch-curator]# curator --config curator.yml delete_indices.yml
2018-02-18 00:10:01,892 DEBUG curator.cli run:108 Client and logging options validated.
2018-02-18 00:10:01,892 DEBUG curator.cli run:112 default_timeout = 30
2018-02-18 00:10:01,892 DEBUG curator.cli run:116 action_file: delete_indices.yml
2018-02-18 00:10:01,896 DEBUG curator.cli run:118 action_config: {'actions': {1: {'action': 'delete_indices', 'description': 'Delete indices older than X days (based on index name), for logstash- prefixed indices.', 'options': {'ignore_empty_list': False, 'disable_action': False}, 'filters': [{'filtertype': 'pattern', 'kind': 'prefix', 'value': 'logs-download-', 'exclude': None}, {'filtertype': 'age', 'source': 'name', 'direction': 'older', 'timestring': '%Y.%m.%d', 'unit': 'days', 'unit_count': 2}]}}}
2018-02-18 00:10:01,896 DEBUG curator.validators.SchemaCheck __init__:26 Schema: {'actions': <class 'dict'>}
2018-02-18 00:10:01,896 DEBUG curator.validators.SchemaCheck __init__:27 "Actions File" config: {'actions': {1: {'action': 'delete_indices', 'description': 'Delete indices older than X days (based on index name), for logstash- prefixed indices.', 'options': {'ignore_empty_list': False, 'disable_action': False}, 'filters': [{'filtertype': 'pattern', 'kind': 'prefix', 'value': 'logs-download-', 'exclude': None}, {'filtertype': 'age', 'source': 'name', 'direction': 'older', 'timestring': '%Y.%m.%d', 'unit': 'days', 'unit_count': 2}]}}}
2018-02-18 00:10:01,897 DEBUG curator.validators.SchemaCheck __init__:26 Schema: {'action': Any([In(['alias', 'allocation', 'close', 'cluster_routing', 'create_index', 'delete_indices', 'delete_snapshots', 'forcemerge', 'index_settings', 'open', 'reindex', 'replicas', 'restore', 'rollover', 'shrink', 'snapshot'])])}
2018-02-18 00:10:01,897 DEBUG curator.validators.SchemaCheck __init__:27 "action type" config: {'action': 'delete_indices', 'description': 'Delete indices older than X days (based on index name), for logstash- prefixed indices.', 'options': {'ignore_empty_list': False, 'disable_action': False}, 'filters': [{'filtertype': 'pattern', 'kind': 'prefix', 'value': 'logs-download-', 'exclude': None}, {'filtertype': 'age', 'source': 'name', 'direction': 'older', 'timestring': '%Y.%m.%d', 'unit': 'days', 'unit_count': 2}]}
2018-02-18 00:10:01,902 DEBUG curator.validators.SchemaCheck __init__:26 Schema: <function Filters.<locals>.f at 0x7f9ced0a0598>
2018-02-18 00:10:01,902 DEBUG curator.validators.SchemaCheck __init__:27 "filters" config: [{'filtertype': 'pattern', 'kind': 'prefix', 'value': 'logs-download-', 'exclude': None}, {'filtertype': 'age', 'source': 'name', 'direction': 'older', 'timestring': '%Y.%m.%d', 'unit': 'days', 'unit_count': 2}]
2018-02-18 00:10:01,902 DEBUG curator.validators.SchemaCheck __init__:26 Schema: {'filtertype': Any([In(['age', 'alias', 'allocated', 'closed', 'count', 'forcemerged', 'kibana', 'none', 'opened', 'pattern', 'period', 'space', 'state'])]), 'kind': Any(['prefix', 'suffix', 'timestring', 'regex']), 'value': Any([<class 'str'>, <class 'str'>]), 'exclude': Any([<class 'bool'>, All(Any([<class 'str'>, <class 'str'>]), <function Boolean at 0x7f9ced055730>, msg=None)])}
2018-02-18 00:10:01,902 DEBUG curator.validators.SchemaCheck __init__:27 "filter" config: {'filtertype': 'pattern', 'kind': 'prefix', 'value': 'logs-download-'}
2018-02-18 00:10:01,902 DEBUG curator.validators.filters f:48 Filter #0: {'filtertype': 'pattern', 'kind': 'prefix', 'value': 'logs-download-', 'exclude': False}
2018-02-18 00:10:01,903 DEBUG curator.defaults.filtertypes age:56 AGE FILTER = [{'direction': Any(['older', 'younger'])}, {'unit': Any(['seconds', 'minutes', 'hours', 'days', 'weeks', 'months', 'years'])}, {'unit_count': Coerce(int, msg=None)}, {'unit_count_pattern': Any([<class 'str'>, <class 'str'>])}, {'epoch': Any([Coerce(int, msg=None), None])}, {'exclude': Any([<class 'bool'>, All(Any([<class 'str'>, <class 'str'>]), <function Boolean at 0x7f9ced0787b8>, msg=None)])}, {'source': Any(['name', 'creation_date', 'field_stats'])}, {'stats_result': Any(['min_value', 'max_value'])}, {'timestring': Any([<class 'str'>, <class 'str'>])}]
2018-02-18 00:10:01,903 DEBUG curator.validators.SchemaCheck __init__:26 Schema: {'filtertype': Any([In(['age', 'alias', 'allocated', 'closed', 'count', 'forcemerged', 'kibana', 'none', 'opened', 'pattern', 'period', 'space', 'state'])]), 'direction': Any(['older', 'younger']), 'unit': Any(['seconds', 'minutes', 'hours', 'days', 'weeks', 'months', 'years']), 'unit_count': Coerce(int, msg=None), 'unit_count_pattern': Any([<class 'str'>, <class 'str'>]), 'epoch': Any([Coerce(int, msg=None), None]), 'exclude': Any([<class 'bool'>, All(Any([<class 'str'>, <class 'str'>]), <function Boolean at 0x7f9ced0787b8>, msg=None)]), 'source': Any(['name', 'creation_date', 'field_stats']), 'stats_result': Any(['min_value', 'max_value']), 'timestring': Any([<class 'str'>, <class 'str'>])}
2018-02-18 00:10:01,903 DEBUG curator.validators.SchemaCheck __init__:27 "filter" config: {'filtertype': 'age', 'source': 'name', 'direction': 'older', 'timestring': '%Y.%m.%d', 'unit': 'days', 'unit_count': 2}
22018-02-18 00:10:01,904 DEBUG curator.cli run:126 action_disabled = False
2018-02-18 00:10:01,904 DEBUG curator.cli run:130 continue_if_exception = False
2018-02-18 00:10:01,904 DEBUG curator.cli run:132 timeout_override = None
2018-02-18 00:10:01,904 DEBUG curator.cli run:134 ignore_empty_list = False
2018-02-18 00:10:01,904 INFO curator.cli run:144 Preparing Action ID: 1, "delete_indices"
2018-02-18 00:10:01,904 DEBUG curator.utils get_client:803 kwargs = {'hosts': ['10.62.4.15'], 'port': 9200, 'use_ssl': False, 'certificate': '/etc/elasticsearch/certs/ca.crt', 'ssl_no_validate': False, 'http_auth': 'elastic:Ducati', 'master_only': False, 'client_key': None, 'aws_key': None, 'aws_sign_request': False, 'client_cert': None, 'aws_token': None, 'url_prefix': '', 'aws_secret_key': None, 'timeout': 30}
2018-02-18 00:10:01,907 DEBUG curator.utils get_client:880 Not using "requests_aws4auth" python module to connect.