Skip to content

Instantly share code, notes, and snippets.

@serialdoom
Created October 14, 2016 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save serialdoom/46087038f7e458a6b6905f09de45fefa to your computer and use it in GitHub Desktop.
Save serialdoom/46087038f7e458a6b6905f09de45fefa to your computer and use it in GitHub Desktop.
debug.log
2016-10-14 19:27:23,516 DEBUG curator.cli cli:116 Client and logging options validated.
2016-10-14 19:27:23,516 DEBUG curator.cli cli:120 default_timeout = 30
2016-10-14 19:27:23,534 DEBUG curator.validators.SchemaCheck __init__:26 Schema: <Schema({'actions': <type 'dict'>}, extra=PREVENT_EXTRA, required=False) object at 0x7f9420de3310>
2016-10-14 19:27:23,534 DEBUG curator.validators.SchemaCheck __init__:27 "Actions File" config: {'actions': {1: {'action': 'replicas', 'description': 'Reduce the number of replicas to 5 for logstash-', 'filters': [{'exclude': None, 'kind': 'prefix', 'filtertype': 'pattern', 'value': 'logstash-'}, {'source': 'creation_date', 'direction': 'older', 'unit_count': 5, 'exclude': None, 'filtertype': 'age', 'unit': 'days'}], 'options': {'count': 0, 'continue_if_exception': False, 'wait_for_completion': False, 'timeout_override': None, 'disable_action': False}}}}
2016-10-14 19:27:23,535 DEBUG curator.validators.SchemaCheck __init__:26 Schema: <Schema({'action': Any([In(['alias', 'allocation', 'close', 'create_index', 'delete_indices', 'delete_snapshots', 'forcemerge', 'open', 'replicas', 'restore', 'snapshot'])])}, extra=ALLOW_EXTRA, required=False) object at 0x7f9420c15dd0>
2016-10-14 19:27:23,535 DEBUG curator.validators.SchemaCheck __init__:27 "action type" config: {'action': 'replicas', 'description': 'Reduce the number of replicas to 5 for logstash-', 'filters': [{'exclude': None, 'kind': 'prefix', 'filtertype': 'pattern', 'value': 'logstash-'}, {'source': 'creation_date', 'direction': 'older', 'unit_count': 5, 'exclude': None, 'filtertype': 'age', 'unit': 'days'}], 'options': {'count': 0, 'continue_if_exception': False, 'wait_for_completion': False, 'timeout_override': None, 'disable_action': False}}
2016-10-14 19:27:23,536 DEBUG curator.validators.SchemaCheck __init__:26 Schema: <Schema({'action': Any([In(['alias', 'allocation', 'close', 'create_index', 'delete_indices', 'delete_snapshots', 'forcemerge', 'open', 'replicas', 'restore', 'snapshot'])]), 'options': <type 'dict'>, 'filters': <type 'list'>, 'description': <type 'str'>}, extra=PREVENT_EXTRA, required=False) object at 0x7f9420bd7290>
2016-10-14 19:27:23,536 DEBUG curator.validators.SchemaCheck __init__:27 "structure" config: {'action': 'replicas', 'description': 'Reduce the number of replicas to 5 for logstash-', 'filters': [{'exclude': None, 'kind': 'prefix', 'filtertype': 'pattern', 'value': 'logstash-'}, {'source': 'creation_date', 'direction': 'older', 'unit_count': 5, 'exclude': None, 'filtertype': 'age', 'unit': 'days'}], 'options': {'count': 0, 'continue_if_exception': False, 'wait_for_completion': False, 'timeout_override': None, 'disable_action': False}}
2016-10-14 19:27:23,539 DEBUG curator.validators.SchemaCheck __init__:26 Schema: <Schema({'timeout_override': Any([Coerce(int, msg=None), None]), 'disable_action': <function Boolean at 0x7f9420c4d500>, 'continue_if_exception': <function Boolean at 0x7f9420c4d848>, 'wait_for_completion': <function Boolean at 0x7f9420c43e60>, 'count': All(Coerce(int, msg=None), Range(min=0, max=10, min_included=True, max_included=True, msg=None), msg=None), 'ignore_empty_list': <function Boolean at 0x7f9420c4d578>}, extra=PREVENT_EXTRA, required=False) object at 0x7f9420bd75d0>
2016-10-14 19:27:23,539 DEBUG curator.validators.SchemaCheck __init__:27 "options" config: {'count': 0, 'continue_if_exception': False, 'wait_for_completion': False, 'disable_action': False}
2016-10-14 19:27:23,540 DEBUG curator.validators.SchemaCheck __init__:26 Schema: <Schema(<function f at 0x7f9420c43b90>, extra=PREVENT_EXTRA, required=False) object at 0x7f9420bd7510>
2016-10-14 19:27:23,540 DEBUG curator.validators.SchemaCheck __init__:27 "filters" config: [{'exclude': None, 'kind': 'prefix', 'filtertype': 'pattern', 'value': 'logstash-'}, {'source': 'creation_date', 'direction': 'older', 'unit_count': 5, 'exclude': None, 'filtertype': 'age', 'unit': 'days'}]
2016-10-14 19:27:23,541 DEBUG curator.validators.SchemaCheck __init__:26 Schema: <Schema({'filtertype': Any([In(['age', 'alias', 'allocated', 'closed', 'count', 'forcemerged', 'kibana', 'none', 'opened', 'pattern', 'space', 'state'])]), 'exclude': <function Boolean at 0x7f9420c43938>, 'kind': Any(['prefix', 'suffix', 'timestring', 'regex']), 'value': <type 'str'>}, extra=PREVENT_EXTRA, required=False) object at 0x7f9420bd7d50>
2016-10-14 19:27:23,541 DEBUG curator.validators.SchemaCheck __init__:27 "filter" config: {'kind': 'prefix', 'filtertype': 'pattern', 'value': 'logstash-'}
2016-10-14 19:27:23,542 DEBUG curator.validators.filters f:69 Filter #0: {'exclude': False, 'kind': 'prefix', 'filtertype': 'pattern', 'value': 'logstash-'}
2016-10-14 19:27:23,543 DEBUG curator.validators.SchemaCheck __init__:26 Schema: <Schema({'direction': Any(['older', 'younger']), 'source': Any(['name', 'creation_date', 'field_stats']), 'stats_result': Any(['min_value', 'max_value']), 'filtertype': Any([In(['age', 'alias', 'allocated', 'closed', 'count', 'forcemerged', 'kibana', 'none', 'opened', 'pattern', 'space', 'state'])]), 'exclude': <function Boolean at 0x7f9420bdda28>, 'timestring': Any([<type 'str'>, None]), 'epoch': Any([Coerce(int, msg=None), None]), 'unit_count': Coerce(int, msg=None), 'field': <type 'str'>, 'unit': Any(['seconds', 'minutes', 'hours', 'days', 'weeks', 'months', 'years'])}, extra=PREVENT_EXTRA, required=False) object at 0x7f9420c34c10>
2016-10-14 19:27:23,544 DEBUG curator.validators.SchemaCheck __init__:27 "filter" config: {'source': 'creation_date', 'direction': 'older', 'filtertype': 'age', 'unit_count': 5, 'unit': 'days'}
2016-10-14 19:27:23,545 DEBUG curator.validators.filters f:69 Filter #1: {'direction': 'older', 'stats_result': 'min_value', 'filtertype': 'age', 'source': 'creation_date', 'epoch': None, 'timestring': None, 'exclude': False, 'unit_count': 5, 'unit': 'days'}
2016-10-14 19:27:23,545 DEBUG curator.cli cli:127 Full list of actions: {1: {'action': 'replicas', 'description': 'Reduce the number of replicas to 5 for logstash-', 'filters': [{'exclude': False, 'kind': 'prefix', 'filtertype': 'pattern', 'value': 'logstash-'}, {'direction': 'older', 'stats_result': 'min_value', 'filtertype': 'age', 'source': 'creation_date', 'epoch': None, 'timestring': None, 'exclude': False, 'unit_count': 5, 'unit': 'days'}], 'options': {'count': 0, 'ignore_empty_list': False, 'continue_if_exception': False, 'timeout_override': None, 'disable_action': False, 'wait_for_completion': False}}}
2016-10-14 19:27:23,545 DEBUG curator.cli cli:132 action_disabled = False
2016-10-14 19:27:23,546 DEBUG curator.cli cli:136 continue_if_exception = False
2016-10-14 19:27:23,546 DEBUG curator.cli cli:138 timeout_override = None
2016-10-14 19:27:23,546 DEBUG curator.cli cli:140 ignore_empty_list = False
2016-10-14 19:27:23,546 INFO curator.cli cli:150 Preparing Action ID: 1, "replicas"
2016-10-14 19:27:23,546 DEBUG curator.utils get_client:524 kwargs = {'url_prefix': '', 'aws_secret_key': None, 'http_auth': None, 'certificate': None, 'aws_key': None, 'aws_region': None, 'port': 9200, 'hosts': ['192.168.249.9'], 'timeout': 30, 'use_ssl': False, 'master_only': False, 'client_cert': None, 'ssl_no_validate': False, 'client_key': None}
2016-10-14 19:27:23,547 DEBUG curator.utils get_client:569 Not using "requests_aws4auth" python module to connect.
2016-10-14 19:27:23,564 DEBUG curator.utils check_version:427 Detected Elasticsearch version 2.4.1
2016-10-14 19:27:23,564 DEBUG curator.cli cli:166 client is <class 'elasticsearch.client.Elasticsearch'>
2016-10-14 19:27:23,564 INFO curator.cli cli:172 Trying Action ID: 1, "replicas": Reduce the number of replicas to 5 for logstash-
2016-10-14 19:27:23,565 DEBUG curator.cli process_action:39 Configuration dictionary: {'action': 'replicas', 'description': 'Reduce the number of replicas to 5 for logstash-', 'filters': [{'exclude': False, 'kind': 'prefix', 'filtertype': 'pattern', 'value': 'logstash-'}, {'direction': 'older', 'stats_result': 'min_value', 'filtertype': 'age', 'source': 'creation_date', 'epoch': None, 'timestring': None, 'exclude': False, 'unit_count': 5, 'unit': 'days'}], 'options': {'count': 0, 'wait_for_completion': False}}
2016-10-14 19:27:23,565 DEBUG curator.cli process_action:40 kwargs: {'master_timeout': 30, 'dry_run': False, 'timeout': 30}
2016-10-14 19:27:23,565 DEBUG curator.cli process_action:45 opts: {'count': 0, 'wait_for_completion': False}
2016-10-14 19:27:23,566 DEBUG curator.cli process_action:61 Action kwargs: {'count': 0, 'wait_for_completion': False, 'timeout': 30}
2016-10-14 19:27:23,566 DEBUG curator.cli process_action:89 Running "REPLICAS"
2016-10-14 19:27:23,566 DEBUG curator.indexlist __get_indices:65 Getting all indices
2016-10-14 19:27:23,582 DEBUG curator.utils get_indices:384 All indices: [u'logstash-2016.10.03', u'logstash-2016.10.02', u'logstash-2016.10.01', u'logstash-2016.10.07', u'logstash-2016.10.06', u'logstash-2016.10.05', u'logstash-2016.10.04', u'logstash-2016.10.09', u'logstash-2016.10.08', u'.kibana', u'logstash-2016.09.30', u'logstash-2016.09.03', u'logstash-2016.10.11', u'logstash-2016.10.10', u'packetbeat-2016.10.14', u'logstash-2016.10.12', u'logstash-2016.10.13', u'logstash-2016.10.14', u'logstash-2016.09.13', u'logstash-2016.09.29', u'logstash-2016.09.28', u'logstash-2016.09.27', u'logstash-2016.09.26', u'logstash-2016.09.25', u'logstash-2016.09.24', u'logstash-2016.09.23', u'logstash-2016.09.22', u'logstash-2016.09.21', u'logstash-2016.09.20', u'logstash-2016.09.16', u'logstash-2016.09.17', u'logstash-2016.09.15', u'topbeat-2016.10.14', u'logstash-2016.09.10', u'logstash-2016.09.18', u'logstash-2016.09.19']
2016-10-14 19:27:23,582 DEBUG curator.indexlist empty_list_check:182 Checking for empty list
2016-10-14 19:27:23,583 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.10.03
2016-10-14 19:27:23,583 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.10.02
2016-10-14 19:27:23,583 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.10.01
2016-10-14 19:27:23,583 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.10.07
2016-10-14 19:27:23,583 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.10.06
2016-10-14 19:27:23,584 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.10.05
2016-10-14 19:27:23,584 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.10.04
2016-10-14 19:27:23,584 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.10.09
2016-10-14 19:27:23,584 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.10.08
2016-10-14 19:27:23,584 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for .kibana
2016-10-14 19:27:23,584 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.30
2016-10-14 19:27:23,585 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.03
2016-10-14 19:27:23,585 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.10.11
2016-10-14 19:27:23,585 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.10.10
2016-10-14 19:27:23,585 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for packetbeat-2016.10.14
2016-10-14 19:27:23,585 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.10.12
2016-10-14 19:27:23,585 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.10.13
2016-10-14 19:27:23,586 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.10.14
2016-10-14 19:27:23,586 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.13
2016-10-14 19:27:23,586 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.29
2016-10-14 19:27:23,586 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.28
2016-10-14 19:27:23,586 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.27
2016-10-14 19:27:23,586 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.26
2016-10-14 19:27:23,587 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.25
2016-10-14 19:27:23,587 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.24
2016-10-14 19:27:23,587 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.23
2016-10-14 19:27:23,587 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.22
2016-10-14 19:27:23,587 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.21
2016-10-14 19:27:23,587 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.20
2016-10-14 19:27:23,588 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.16
2016-10-14 19:27:23,588 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.17
2016-10-14 19:27:23,588 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.15
2016-10-14 19:27:23,588 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for topbeat-2016.10.14
2016-10-14 19:27:23,588 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.10
2016-10-14 19:27:23,589 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.18
2016-10-14 19:27:23,589 DEBUG curator.indexlist __build_index_info:80 Building preliminary index metadata for logstash-2016.09.19
2016-10-14 19:27:23,589 DEBUG curator.indexlist _get_metadata:145 Getting index metadata
2016-10-14 19:27:23,589 DEBUG curator.indexlist empty_list_check:182 Checking for empty list
2016-10-14 19:27:23,859 DEBUG curator.indexlist _get_index_stats:113 Getting index stats
2016-10-14 19:27:23,859 DEBUG curator.indexlist empty_list_check:182 Checking for empty list
2016-10-14 19:27:23,859 DEBUG curator.indexlist working_list:193 Generating working list of indices
2016-10-14 19:27:23,859 DEBUG curator.indexlist working_list:193 Generating working list of indices
2016-10-14 19:27:24,911 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.10.03 Size: 932.8KB Docs: 292
2016-10-14 19:27:24,911 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.10.02 Size: 883.6KB Docs: 240
2016-10-14 19:27:24,912 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.10.01 Size: 786.1KB Docs: 132
2016-10-14 19:27:24,912 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.10.07 Size: 1.6MB Docs: 762
2016-10-14 19:27:24,912 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.10.06 Size: 1.3MB Docs: 502
2016-10-14 19:27:24,912 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.10.05 Size: 1.2MB Docs: 408
2016-10-14 19:27:24,912 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.10.04 Size: 764.7KB Docs: 388
2016-10-14 19:27:24,913 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.10.09 Size: 37.9MB Docs: 79114
2016-10-14 19:27:24,913 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.10.08 Size: 5.4MB Docs: 5306
2016-10-14 19:27:24,913 DEBUG curator.indexlist iterate_over_stats:122 Index: .kibana Size: 277.6KB Docs: 400
2016-10-14 19:27:24,913 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.30 Size: 508.3KB Docs: 124
2016-10-14 19:27:24,914 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.03 Size: 26.4KB Docs: 2
2016-10-14 19:27:24,914 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.10.11 Size: 21.1MB Docs: 30284
2016-10-14 19:27:24,914 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.10.10 Size: 25.2MB Docs: 58150
2016-10-14 19:27:24,914 DEBUG curator.indexlist iterate_over_stats:122 Index: packetbeat-2016.10.14 Size: 6.6GB Docs: 15006322
2016-10-14 19:27:24,915 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.10.12 Size: 18.1MB Docs: 46278
2016-10-14 19:27:24,915 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.10.13 Size: 38.2MB Docs: 88836
2016-10-14 19:27:24,915 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.10.14 Size: 35.1GB Docs: 75413815
2016-10-14 19:27:24,915 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.13 Size: 27.0KB Docs: 2
2016-10-14 19:27:24,916 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.29 Size: 793.0KB Docs: 98
2016-10-14 19:27:24,916 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.28 Size: 728.1KB Docs: 108
2016-10-14 19:27:24,916 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.27 Size: 633.6KB Docs: 68
2016-10-14 19:27:24,916 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.26 Size: 638.6KB Docs: 68
2016-10-14 19:27:24,917 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.25 Size: 830.7KB Docs: 67
2016-10-14 19:27:24,917 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.24 Size: 400.4KB Docs: 32
2016-10-14 19:27:24,917 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.23 Size: 472.7KB Docs: 38
2016-10-14 19:27:24,917 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.22 Size: 322.8KB Docs: 26
2016-10-14 19:27:24,918 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.21 Size: 375.6KB Docs: 30
2016-10-14 19:27:24,918 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.20 Size: 201.2KB Docs: 16
2016-10-14 19:27:24,918 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.16 Size: 26.0KB Docs: 2
2016-10-14 19:27:24,918 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.17 Size: 26.4KB Docs: 2
2016-10-14 19:27:24,918 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.15 Size: 26.0KB Docs: 2
2016-10-14 19:27:24,919 DEBUG curator.indexlist iterate_over_stats:122 Index: topbeat-2016.10.14 Size: 11.7MB Docs: 44048
2016-10-14 19:27:24,919 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.10 Size: 26.4KB Docs: 2
2016-10-14 19:27:24,919 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.18 Size: 51.4KB Docs: 4
2016-10-14 19:27:24,919 DEBUG curator.indexlist iterate_over_stats:122 Index: logstash-2016.09.19 Size: 26.6KB Docs: 2
2016-10-14 19:27:24,920 DEBUG curator.indexlist iterate_filters:819 Iterating over a list of filters
2016-10-14 19:27:24,920 DEBUG curator.indexlist iterate_filters:825 All filters: [{'exclude': False, 'kind': 'prefix', 'filtertype': 'pattern', 'value': 'logstash-'}, {'direction': 'older', 'stats_result': 'min_value', 'filtertype': 'age', 'source': 'creation_date', 'epoch': None, 'timestring': None, 'exclude': False, 'unit_count': 5, 'unit': 'days'}]
2016-10-14 19:27:24,920 DEBUG curator.indexlist iterate_filters:827 Top of the loop: [u'logstash-2016.10.03', u'logstash-2016.10.02', u'logstash-2016.10.01', u'logstash-2016.10.07', u'logstash-2016.10.06', u'logstash-2016.10.05', u'logstash-2016.10.04', u'logstash-2016.10.09', u'logstash-2016.10.08', u'.kibana', u'logstash-2016.09.30', u'logstash-2016.09.03', u'logstash-2016.10.11', u'logstash-2016.10.10', u'packetbeat-2016.10.14', u'logstash-2016.10.12', u'logstash-2016.10.13', u'logstash-2016.10.14', u'logstash-2016.09.13', u'logstash-2016.09.29', u'logstash-2016.09.28', u'logstash-2016.09.27', u'logstash-2016.09.26', u'logstash-2016.09.25', u'logstash-2016.09.24', u'logstash-2016.09.23', u'logstash-2016.09.22', u'logstash-2016.09.21', u'logstash-2016.09.20', u'logstash-2016.09.16', u'logstash-2016.09.17', u'logstash-2016.09.15', u'topbeat-2016.10.14', u'logstash-2016.09.10', u'logstash-2016.09.18', u'logstash-2016.09.19']
2016-10-14 19:27:24,920 DEBUG curator.indexlist iterate_filters:828 Un-parsed filter args: {'exclude': False, 'kind': 'prefix', 'filtertype': 'pattern', 'value': 'logstash-'}
2016-10-14 19:27:24,923 DEBUG curator.validators.SchemaCheck __init__:26 Schema: <Schema({'exclude': Any([<type 'int'>, <type 'str'>, <type 'bool'>, None]), 'timestring': Any([<type 'str'>, None]), 'source': <type 'str'>, 'count': Coerce(int, msg=None), 'reverse': Any([<type 'int'>, <type 'str'>, <type 'bool'>, None]), 'aliases': Any([<type 'str'>, [<type 'str'>]]), 'value': Any([<type 'int'>, <type 'float'>, <type 'str'>, <type 'bool'>]), 'filtertype': Any([In(['age', 'alias', 'allocated', 'closed', 'count', 'forcemerged', 'kibana', 'none', 'opened', 'pattern', 'space', 'state'])]), 'max_num_segments': Coerce(int, msg=None), 'state': <type 'str'>, 'use_age': <function Boolean at 0x7f9420c079b0>, 'kind': <type 'str'>, 'field': Any([<type 'str'>, None]), 'stats_result': Any([<type 'str'>, None]), 'epoch': Any([Coerce(int, msg=None), None]), 'key': <type 'str'>, 'allocation_type': <type 'str'>, 'unit': <type 'str'>, 'unit_count': Coerce(int, msg=None), 'direction': <type 'str'>, 'disk_space': <type 'float'>}, extra=PREVENT_EXTRA, required=False) object at 0x7f9420bd79d0>
2016-10-14 19:27:24,923 DEBUG curator.validators.SchemaCheck __init__:27 "filter" config: {'exclude': False, 'kind': 'prefix', 'filtertype': 'pattern', 'value': 'logstash-'}
2016-10-14 19:27:24,925 DEBUG curator.indexlist iterate_filters:835 Parsed filter args: {'exclude': False, 'kind': 'prefix', 'filtertype': 'pattern', 'value': 'logstash-'}
2016-10-14 19:27:24,925 DEBUG curator.utils iterate_filters:844 Filter args: {'exclude': False, 'kind': 'prefix', 'value': 'logstash-'}
2016-10-14 19:27:24,925 DEBUG curator.utils iterate_filters:845 Pre-instance: [u'logstash-2016.10.03', u'logstash-2016.10.02', u'logstash-2016.10.01', u'logstash-2016.10.07', u'logstash-2016.10.06', u'logstash-2016.10.05', u'logstash-2016.10.04', u'logstash-2016.10.09', u'logstash-2016.10.08', u'.kibana', u'logstash-2016.09.30', u'logstash-2016.09.03', u'logstash-2016.10.11', u'logstash-2016.10.10', u'packetbeat-2016.10.14', u'logstash-2016.10.12', u'logstash-2016.10.13', u'logstash-2016.10.14', u'logstash-2016.09.13', u'logstash-2016.09.29', u'logstash-2016.09.28', u'logstash-2016.09.27', u'logstash-2016.09.26', u'logstash-2016.09.25', u'logstash-2016.09.24', u'logstash-2016.09.23', u'logstash-2016.09.22', u'logstash-2016.09.21', u'logstash-2016.09.20', u'logstash-2016.09.16', u'logstash-2016.09.17', u'logstash-2016.09.15', u'topbeat-2016.10.14', u'logstash-2016.09.10', u'logstash-2016.09.18', u'logstash-2016.09.19']
2016-10-14 19:27:24,926 DEBUG curator.indexlist filter_by_regex:362 Filtering indices by regex
2016-10-14 19:27:24,926 DEBUG curator.indexlist empty_list_check:182 Checking for empty list
2016-10-14 19:27:24,926 DEBUG curator.indexlist working_list:193 Generating working list of indices
2016-10-14 19:27:24,926 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.10.03
2016-10-14 19:27:24,927 DEBUG curator.indexlist __actionable:35 Index logstash-2016.10.03 is actionable and remains in the list.
2016-10-14 19:27:24,927 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.10.02
2016-10-14 19:27:24,927 DEBUG curator.indexlist __actionable:35 Index logstash-2016.10.02 is actionable and remains in the list.
2016-10-14 19:27:24,927 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.10.01
2016-10-14 19:27:24,927 DEBUG curator.indexlist __actionable:35 Index logstash-2016.10.01 is actionable and remains in the list.
2016-10-14 19:27:24,927 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.10.07
2016-10-14 19:27:24,928 DEBUG curator.indexlist __actionable:35 Index logstash-2016.10.07 is actionable and remains in the list.
2016-10-14 19:27:24,928 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.10.06
2016-10-14 19:27:24,928 DEBUG curator.indexlist __actionable:35 Index logstash-2016.10.06 is actionable and remains in the list.
2016-10-14 19:27:24,928 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.10.05
2016-10-14 19:27:24,928 DEBUG curator.indexlist __actionable:35 Index logstash-2016.10.05 is actionable and remains in the list.
2016-10-14 19:27:24,929 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.10.04
2016-10-14 19:27:24,929 DEBUG curator.indexlist __actionable:35 Index logstash-2016.10.04 is actionable and remains in the list.
2016-10-14 19:27:24,929 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.10.09
2016-10-14 19:27:24,929 DEBUG curator.indexlist __actionable:35 Index logstash-2016.10.09 is actionable and remains in the list.
2016-10-14 19:27:24,930 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.10.08
2016-10-14 19:27:24,930 DEBUG curator.indexlist __actionable:35 Index logstash-2016.10.08 is actionable and remains in the list.
2016-10-14 19:27:24,931 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: .kibana
2016-10-14 19:27:24,931 DEBUG curator.indexlist __not_actionable:39 Index .kibana is not actionable, removing from list.
2016-10-14 19:27:24,931 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.30
2016-10-14 19:27:24,931 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.30 is actionable and remains in the list.
2016-10-14 19:27:24,931 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.03
2016-10-14 19:27:24,932 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.03 is actionable and remains in the list.
2016-10-14 19:27:24,932 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.10.11
2016-10-14 19:27:24,932 DEBUG curator.indexlist __actionable:35 Index logstash-2016.10.11 is actionable and remains in the list.
2016-10-14 19:27:24,932 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.10.10
2016-10-14 19:27:24,932 DEBUG curator.indexlist __actionable:35 Index logstash-2016.10.10 is actionable and remains in the list.
2016-10-14 19:27:24,933 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: packetbeat-2016.10.14
2016-10-14 19:27:24,933 DEBUG curator.indexlist __not_actionable:39 Index packetbeat-2016.10.14 is not actionable, removing from list.
2016-10-14 19:27:24,933 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.10.12
2016-10-14 19:27:24,933 DEBUG curator.indexlist __actionable:35 Index logstash-2016.10.12 is actionable and remains in the list.
2016-10-14 19:27:24,933 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.10.13
2016-10-14 19:27:24,934 DEBUG curator.indexlist __actionable:35 Index logstash-2016.10.13 is actionable and remains in the list.
2016-10-14 19:27:24,934 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.10.14
2016-10-14 19:27:24,934 DEBUG curator.indexlist __actionable:35 Index logstash-2016.10.14 is actionable and remains in the list.
2016-10-14 19:27:24,934 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.13
2016-10-14 19:27:24,934 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.13 is actionable and remains in the list.
2016-10-14 19:27:24,935 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.29
2016-10-14 19:27:24,935 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.29 is actionable and remains in the list.
2016-10-14 19:27:24,935 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.28
2016-10-14 19:27:24,935 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.28 is actionable and remains in the list.
2016-10-14 19:27:24,935 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.27
2016-10-14 19:27:24,936 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.27 is actionable and remains in the list.
2016-10-14 19:27:24,936 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.26
2016-10-14 19:27:24,936 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.26 is actionable and remains in the list.
2016-10-14 19:27:24,936 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.25
2016-10-14 19:27:24,936 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.25 is actionable and remains in the list.
2016-10-14 19:27:24,937 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.24
2016-10-14 19:27:24,937 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.24 is actionable and remains in the list.
2016-10-14 19:27:24,937 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.23
2016-10-14 19:27:24,937 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.23 is actionable and remains in the list.
2016-10-14 19:27:24,937 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.22
2016-10-14 19:27:24,938 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.22 is actionable and remains in the list.
2016-10-14 19:27:24,938 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.21
2016-10-14 19:27:24,938 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.21 is actionable and remains in the list.
2016-10-14 19:27:24,938 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.20
2016-10-14 19:27:24,938 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.20 is actionable and remains in the list.
2016-10-14 19:27:24,938 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.16
2016-10-14 19:27:24,939 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.16 is actionable and remains in the list.
2016-10-14 19:27:24,939 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.17
2016-10-14 19:27:24,939 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.17 is actionable and remains in the list.
2016-10-14 19:27:24,939 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.15
2016-10-14 19:27:24,939 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.15 is actionable and remains in the list.
2016-10-14 19:27:24,940 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: topbeat-2016.10.14
2016-10-14 19:27:24,940 DEBUG curator.indexlist __not_actionable:39 Index topbeat-2016.10.14 is not actionable, removing from list.
2016-10-14 19:27:24,940 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.10
2016-10-14 19:27:24,940 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.10 is actionable and remains in the list.
2016-10-14 19:27:24,940 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.18
2016-10-14 19:27:24,940 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.18 is actionable and remains in the list.
2016-10-14 19:27:24,941 DEBUG curator.indexlist filter_by_regex:383 Filter by regex: Index: logstash-2016.09.19
2016-10-14 19:27:24,941 DEBUG curator.indexlist __actionable:35 Index logstash-2016.09.19 is actionable and remains in the list.
2016-10-14 19:27:24,941 DEBUG curator.utils iterate_filters:847 Post-instance: [u'logstash-2016.10.03', u'logstash-2016.10.02', u'logstash-2016.10.01', u'logstash-2016.10.07', u'logstash-2016.10.06', u'logstash-2016.10.05', u'logstash-2016.10.04', u'logstash-2016.10.09', u'logstash-2016.10.08', u'logstash-2016.09.30', u'logstash-2016.09.03', u'logstash-2016.10.11', u'logstash-2016.10.10', u'logstash-2016.10.12', u'logstash-2016.10.13', u'logstash-2016.10.14', u'logstash-2016.09.13', u'logstash-2016.09.29', u'logstash-2016.09.28', u'logstash-2016.09.27', u'logstash-2016.09.26', u'logstash-2016.09.25', u'logstash-2016.09.24', u'logstash-2016.09.23', u'logstash-2016.09.22', u'logstash-2016.09.21', u'logstash-2016.09.20', u'logstash-2016.09.16', u'logstash-2016.09.17', u'logstash-2016.09.15', u'logstash-2016.09.10', u'logstash-2016.09.18', u'logstash-2016.09.19']
2016-10-14 19:27:24,941 DEBUG curator.indexlist iterate_filters:827 Top of the loop: [u'logstash-2016.10.03', u'logstash-2016.10.02', u'logstash-2016.10.01', u'logstash-2016.10.07', u'logstash-2016.10.06', u'logstash-2016.10.05', u'logstash-2016.10.04', u'logstash-2016.10.09', u'logstash-2016.10.08', u'logstash-2016.09.30', u'logstash-2016.09.03', u'logstash-2016.10.11', u'logstash-2016.10.10', u'logstash-2016.10.12', u'logstash-2016.10.13', u'logstash-2016.10.14', u'logstash-2016.09.13', u'logstash-2016.09.29', u'logstash-2016.09.28', u'logstash-2016.09.27', u'logstash-2016.09.26', u'logstash-2016.09.25', u'logstash-2016.09.24', u'logstash-2016.09.23', u'logstash-2016.09.22', u'logstash-2016.09.21', u'logstash-2016.09.20', u'logstash-2016.09.16', u'logstash-2016.09.17', u'logstash-2016.09.15', u'logstash-2016.09.10', u'logstash-2016.09.18', u'logstash-2016.09.19']
2016-10-14 19:27:24,941 DEBUG curator.indexlist iterate_filters:828 Un-parsed filter args: {'direction': 'older', 'stats_result': 'min_value', 'filtertype': 'age', 'source': 'creation_date', 'epoch': None, 'timestring': None, 'exclude': False, 'unit_count': 5, 'unit': 'days'}
2016-10-14 19:27:24,944 DEBUG curator.validators.SchemaCheck __init__:26 Schema: <Schema({'filtertype': Any([In(['age', 'alias', 'allocated', 'closed', 'count', 'forcemerged', 'kibana', 'none', 'opened', 'pattern', 'space', 'state'])]), 'stats_result': Any([<type 'str'>, None]), 'state': <type 'str'>, 'epoch': Any([Coerce(int, msg=None), None]), 'kind': <type 'str'>, 'unit_count': Coerce(int, msg=None), 'allocation_type': <type 'str'>, 'source': <type 'str'>, 'exclude': Any([<type 'int'>, <type 'str'>, <type 'bool'>, None]), 'disk_space': <type 'float'>, 'use_age': <function Boolean at 0x7f9420c06578>, 'field': Any([<type 'str'>, None]), 'unit': <type 'str'>, 'key': <type 'str'>, 'max_num_segments': Coerce(int, msg=None), 'direction': <type 'str'>, 'aliases': Any([<type 'str'>, [<type 'str'>]]), 'timestring': Any([<type 'str'>, None]), 'count': Coerce(int, msg=None), 'value': Any([<type 'int'>, <type 'float'>, <type 'str'>, <type 'bool'>]), 'reverse': Any([<type 'int'>, <type 'str'>, <type 'bool'>, None])}, extra=PREVENT_EXTRA, required=False) object at 0x7f9420c08910>
2016-10-14 19:27:24,944 DEBUG curator.validators.SchemaCheck __init__:27 "filter" config: {'direction': 'older', 'stats_result': 'min_value', 'filtertype': 'age', 'source': 'creation_date', 'epoch': None, 'timestring': None, 'exclude': False, 'unit_count': 5, 'unit': 'days'}
2016-10-14 19:27:24,947 DEBUG curator.indexlist iterate_filters:835 Parsed filter args: {'direction': 'older', 'stats_result': 'min_value', 'filtertype': 'age', 'source': 'creation_date', 'epoch': None, 'timestring': None, 'exclude': False, 'unit_count': 5, 'unit': 'days'}
2016-10-14 19:27:24,947 DEBUG curator.utils iterate_filters:844 Filter args: {'direction': 'older', 'stats_result': 'min_value', 'source': 'creation_date', 'epoch': None, 'timestring': None, 'exclude': False, 'unit_count': 5, 'unit': 'days'}
2016-10-14 19:27:24,947 DEBUG curator.utils iterate_filters:845 Pre-instance: [u'logstash-2016.10.03', u'logstash-2016.10.02', u'logstash-2016.10.01', u'logstash-2016.10.07', u'logstash-2016.10.06', u'logstash-2016.10.05', u'logstash-2016.10.04', u'logstash-2016.10.09', u'logstash-2016.10.08', u'logstash-2016.09.30', u'logstash-2016.09.03', u'logstash-2016.10.11', u'logstash-2016.10.10', u'logstash-2016.10.12', u'logstash-2016.10.13', u'logstash-2016.10.14', u'logstash-2016.09.13', u'logstash-2016.09.29', u'logstash-2016.09.28', u'logstash-2016.09.27', u'logstash-2016.09.26', u'logstash-2016.09.25', u'logstash-2016.09.24', u'logstash-2016.09.23', u'logstash-2016.09.22', u'logstash-2016.09.21', u'logstash-2016.09.20', u'logstash-2016.09.16', u'logstash-2016.09.17', u'logstash-2016.09.15', u'logstash-2016.09.10', u'logstash-2016.09.18', u'logstash-2016.09.19']
2016-10-14 19:27:24,948 DEBUG curator.indexlist filter_by_age:420 Filtering indices by age
2016-10-14 19:27:24,948 DEBUG curator.indexlist working_list:193 Generating working list of indices
2016-10-14 19:27:24,948 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.10.03 is not actionable, removing from list.
2016-10-14 19:27:24,948 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.10.03" age (1476443142), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,948 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.10.02 is not actionable, removing from list.
2016-10-14 19:27:24,948 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.10.02" age (1476443056), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,949 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.10.01 is not actionable, removing from list.
2016-10-14 19:27:24,949 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.10.01" age (1476443464), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,949 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.10.07 is not actionable, removing from list.
2016-10-14 19:27:24,949 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.10.07" age (1476443099), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,949 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.10.06 is not actionable, removing from list.
2016-10-14 19:27:24,949 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.10.06" age (1476443101), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,950 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.10.05 is not actionable, removing from list.
2016-10-14 19:27:24,950 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.10.05" age (1476443287), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,950 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.10.04 is not actionable, removing from list.
2016-10-14 19:27:24,950 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.10.04" age (1476443152), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,950 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.10.09 is not actionable, removing from list.
2016-10-14 19:27:24,950 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.10.09" age (1476443036), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,950 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.10.08 is not actionable, removing from list.
2016-10-14 19:27:24,951 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.10.08" age (1476443039), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,951 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.30 is not actionable, removing from list.
2016-10-14 19:27:24,951 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.30" age (1476443466), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,951 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.03 is not actionable, removing from list.
2016-10-14 19:27:24,951 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.03" age (1476465626), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,951 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.10.11 is not actionable, removing from list.
2016-10-14 19:27:24,952 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.10.11" age (1476443012), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,952 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.10.10 is not actionable, removing from list.
2016-10-14 19:27:24,952 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.10.10" age (1476443099), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,952 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.10.12 is not actionable, removing from list.
2016-10-14 19:27:24,953 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.10.12" age (1476443012), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,953 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.10.13 is not actionable, removing from list.
2016-10-14 19:27:24,953 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.10.13" age (1476442985), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,953 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.10.14 is not actionable, removing from list.
2016-10-14 19:27:24,953 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.10.14" age (1476442975), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,954 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.13 is not actionable, removing from list.
2016-10-14 19:27:24,954 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.13" age (1476467022), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,954 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.29 is not actionable, removing from list.
2016-10-14 19:27:24,954 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.29" age (1476443435), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,954 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.28 is not actionable, removing from list.
2016-10-14 19:27:24,954 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.28" age (1476443141), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,954 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.27 is not actionable, removing from list.
2016-10-14 19:27:24,954 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.27" age (1476443122), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,954 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.26 is not actionable, removing from list.
2016-10-14 19:27:24,955 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.26" age (1476443516), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,955 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.25 is not actionable, removing from list.
2016-10-14 19:27:24,955 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.25" age (1476443475), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,955 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.24 is not actionable, removing from list.
2016-10-14 19:27:24,955 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.24" age (1476443438), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,955 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.23 is not actionable, removing from list.
2016-10-14 19:27:24,955 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.23" age (1476443437), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,956 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.22 is not actionable, removing from list.
2016-10-14 19:27:24,956 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.22" age (1476443463), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,956 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.21 is not actionable, removing from list.
2016-10-14 19:27:24,956 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.21" age (1476446507), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,956 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.20 is not actionable, removing from list.
2016-10-14 19:27:24,956 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.20" age (1476445979), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,956 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.16 is not actionable, removing from list.
2016-10-14 19:27:24,957 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.16" age (1476466512), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,957 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.17 is not actionable, removing from list.
2016-10-14 19:27:24,957 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.17" age (1476465245), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,957 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.15 is not actionable, removing from list.
2016-10-14 19:27:24,957 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.15" age (1476466808), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,958 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.10 is not actionable, removing from list.
2016-10-14 19:27:24,958 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.10" age (1476465202), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,958 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.18 is not actionable, removing from list.
2016-10-14 19:27:24,958 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.18" age (1476465305), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,958 DEBUG curator.indexlist __not_actionable:39 Index logstash-2016.09.19 is not actionable, removing from list.
2016-10-14 19:27:24,959 DEBUG curator.indexlist __excludify:58 Removed from actionable list: Index "logstash-2016.09.19" age (1476465691), direction: "older", point of reference, (1476037644)
2016-10-14 19:27:24,959 DEBUG curator.utils iterate_filters:847 Post-instance: []
2016-10-14 19:27:24,959 DEBUG curator.cli process_action:97 Doing the action here.
2016-10-14 19:27:24,959 DEBUG curator.indexlist empty_list_check:182 Checking for empty list
2016-10-14 19:27:24,960 ERROR curator.cli cli:186 Unable to complete action "replicas". No actionable items in list: <class 'curator.exceptions.NoIndices'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment