How to rationalize the index name(s) to query with rollover?

Hello,

Suppose we have an index that rolls over approximately every day.

We retain 100 days of historical indexes, the older ones in colder storage.

Is there a method for targeting queries with time range restrictions to specific indexes? Eg if I fire off a query that asks for documents with a time stamp between two specific dates, is there a way, or a pattern, which would limit my query only to those indexes in scope? Would I need to target the indexes explicitly when querying?

I hope this makes sense! Thank you.

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