Hi Team,
To reduce the time taken to load my Splunk dashboard, I created a new summary index to collect the events which retrieves the past 30 days of events and scheduled the same report to run every hour and "enabled the summary indexing" as per the documentation: Create a summary index in Splunk Web - Splunk Documentation
However, while checking the index, I could see that the data ingestion is not taking place as per the scheduled report.
Please find the attached screenshots for additional reference. Looking forward for a workaround or a solution.
I am sure this is documented somewhere but it catches everybody the first time. It is not enough to just create the index on the indexers; you must also instantiate a dummy index on the Search Head(s), too! If you do not, "collect" (wheter explicitly in the SPL or as an alert action) will not work AND will not generate any kind of error.
Please find the requested screenshots
Please share the screenshots and the search that you use to fill the summary index.
Remove the collect command in your search query. The enabled summary indexing is enough to fill the summary index.
Thank you for the update @PaulPanther .
As advised, i removed the collect command from my search query.
Even then, I am not able to get the events in the summary index. This search is scheduled to run every hour, even then the latest events, I could see is 10 days ago and not 1 hour. Scheduled report is not ingesting events to the summary index as i could observe.