Is it possible to route documents indexed through an alias to an index under that alias by timestamp?

I want to be able to send an upsert to an alias, and for it to route the document to an index that comes under that alias based on a timestamp field in the document. So if I'm updating an existing (but older) document, it gets updated in the index in which it already exists, rather than created in a new index.

Thanks for any help offered.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.