Hi all, I'm new to Splunk and have been thrown in at the deep end, so apologies if this is the wrong place or a basic question. We have a dashboard that tracks the status of orders (Started, Completed, Cancelled, etc.) coming from different source types and highlights red if it hasn't updated in some time. Right now, it runs multiple heavy searches with a lot of joins on OrderID to show if an order is running late. Since this dashboard is live and viewed by many people, performance is a concern. What I'm looking for is a way to maintain a kind of “live” or frequently updated table (keyed by OrderID) that stores the latest status values (Started, Completed, Cancelled, etc.) and maybe a calculated (on-time, late etc,) so that dashboards or other searches don’t have to recompute everything each time. Is there a recommended approach for this in Splunk? Summary indexing, KV store, or something else? Thanks in advance! Note: I'm using Splunk Enterprise 8.2
... View more