Supress warnings like MissingIndexException and continue?

Hi,

currently I have a query which is send via curl to elasticsearch. It is querying logfile 1.
I do apply the index of today and yesterday into the query to search in as few shards as possible.

Due to some wrong server time I queried the index of tomorrow and today instead of today and yesterday.
As result I got "IndexMissingException".

Is there any possibility to tell elasticsearch to ignore this exception and to return the data, if found any in the remaining, given indizes?

Thanks, Andreas

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