Hi @indeed_2000, avoid to create an index for each day, Splunk isn't a database and an index isn't a table: you should create a different index when you have different retentions or different access...
See more...
Hi @indeed_2000, avoid to create an index for each day, Splunk isn't a database and an index isn't a table: you should create a different index when you have different retentions or different access grants. You can search in an index using the timestamp even if it's only one index, you don't need to have a different index by day! The update frequency of a summary index depends on the scheduled search you are using, as the name itself says, it's scheduled, so you have to give a schedule frequency, that can also be very frequent, depending on the execution time of the search itself: so e.g. the scheduled runs in 30 seconds, you can schedule it every minute, but I don't hint to run too frequently, becsuer you could have skipped searches. Also running a search in Real Time it's possible but it requires many resources, so avoid it. Ciao. Giuseppe