Hello! I don't know how is your search query, but notice that, schedule the report to run every minute does not means, you will get 1 event per minute. Just because,
Based on the search criteria, you could have situations where none events are collected into your new index. For example a search like this: index=_internal "error"|collect index=error_index , will send events into error_index, only when the word "error" is found in the _internal index.
The search takes some time to run before provide events, depending of the complexity of your query, and your computer performances. Means, a search can take more than 1 minute to run, before provide the first event.
Thanks
... View more