TLDR Sarthak inquired about searching indexes with 'default' prefix in ZO. Prabhat explained that ZO does not require stream-based date separation like Elasticsearch.
Not yet. But you do not need to have streams based on date in ZincObserve. Elasticsearch is very inefficient and thus makes you create 1 index per day so it can be queried. You do not have such challenges in ZO. You should simply send all the logs in a single stream
ahh okay, thanks
Sarthak
Wed, 10 May 2023 08:32:44 UTCIs there any feature that will let me search in all indexes which start with default, like here I have two indexes which have prefix as `default`. I am looking for something similar to `index pattern` in ES