In Elastic < 5.x you could create an index and provide a creation_date.
https://www.elastic.co/guide/en/elasticsearch/reference/2.3/indices-create-index.html#_creation_date
This is no longer an option it appears in >=5.x any suggestions of how to force override the creation_date for _reindex to not break index lifecycle management policies?