Hi dudes, thanks for replying. @theuntergeek & @thiago
Here lines before those i already put in the post : (Not the same date)
moving from list.
2018-03-19 08:22:37,617 DEBUG curator.utils iterate_filters:1087 Post-instance: ['toto-2018.03.19', 'toto-2018.03.20']
2018-03-19 08:22:37,617 DEBUG curator.actions.reindex __init__:1055 REQUEST_BODY = {'source': {'index': 'REINDEX_SELECTION'}, 'dest': {'index': 'toto-reindex'}}
2018-03-19 08:22:37,617 DEBUG curator.actions.reindex __init__:1228 Reindexing indices: ['toto-2018.03.19', 'toto-2018.03.20']
2018-03-19 08:22:37,617 DEBUG curator.cli process_action:99 Doing the action here.
2018-03-19 08:22:37,617 INFO curator.actions.reindex do_action:1335 Commencing reindex operation
2018-03-19 08:22:37,617 DEBUG curator.actions.reindex do_action:1337 REINDEX: request body: {'source': {'index': ['toto-2018.03.19', 'toto-2018.03.20']}, 'dest': {'index': 'toto-reindex'}} with arguments: refresh=True requests_per_second=-1 slices=1 timeout=60s wait_for_active_shards=1 wait_for_completion=True
2018-03-19 08:22:37,622 DEBUG curator.actions.reindex do_action:1341 TASK ID = COAvg19PRzmJS-VVcpZTag:25857014
2018-03-19 08:22:37,623 DEBUG curator.utils wait_for_it:1725 Elapsed time: 0 seconds
2018-03-19 08:22:37,625 DEBUG curator.utils task_check:1623 running_time_in_nanos = 0.0038247050000000003
2018-03-19 08:22:37,625 DEBUG curator.utils task_check:1635 Full Task Data: {'completed': False, 'task': {'node': 'COAvg19PRzmJS-VVcpZTag', 'id': 25857014, 'type': 'transport', 'action': 'indices:data/write/reindex', 'status': {'total': 0, 'updated': 0, 'created': 0, 'deleted': 0, 'batches': 0, 'version_conflicts': 0, 'noops': 0, 'retries': {'bulk': 0, 'search': 0}, 'throttled_millis': 0, 'requests_per_second': -1.0, 'throttled_until_millis': 0}, 'description': 'reindex from [toto-2018.03.19, toto-2018.03.20] to [toto-reindex]', 'start_time_in_millis': 1521444157620, 'running_time_in_nanos': 3824705, 'cancellable': True}}
2018-03-19 08:22:37,625 INFO curator.utils task_check:1638 Task "reindex from [toto-2018.03.19, toto-2018.03.20] to [toto-reindex]" with task_id "COAvg19PRzmJS-VVcpZTag:25857014" has been running for 0.0038247050000000003 seconds
2018-03-19 08:22:37,625 DEBUG curator.utils wait_for_it:1728 Response: False
2018-03-19 08:22:37,625 DEBUG curator.utils wait_for_it:1748 Action "reindex" not yet complete, 0 total seconds elapsed. Waiting 10 seconds before checking again.
2018-03-19 08:22:47,633 DEBUG curator.utils wait_for_it:1725 Elapsed time: 10 seconds
2018-03-19 08:22:47,637 DEBUG curator.utils task_check:1623 running_time_in_nanos = 0.0050319530000000005
2018-03-19 08:22:47,637 INFO curator.utils task_check:1631 Task "reindex from [toto-2018.03.19, toto-2018.03.20] to [toto-reindex]" completed at 2018-03-19T08:22:37Z.
2018-03-19 08:22:47,637 DEBUG curator.utils wait_for_it:1728 Response: True
2018-03-19 08:22:47,637 DEBUG curator.utils wait_for_it:1733 Action "reindex" finished executing (may or may not have been successful)
2018-03-19 08:22:47,637 DEBUG curator.utils wait_for_it:1751 Result: True
Logs after filter part (filters are too long for the topic and useless i think)
So i hope this can help you to resolve my issue with me.
Edit: When adding action create index it seems work fine, so it could solve my issue.
Edit 2 : Does Curator Reindex action support Date Math in Dest/Source ?
-> Creating index with dath math and reindex with same date math for example
Edit 3 : All done