I have a dashboard with different panels, I would like to convert to a savedsearch. This accomplishes two things:
Better performance, search can run every 5 minutes, panel refresh at 1 minute.
Everyone looks at the same data, it sometimes happens that one person sees red while it is green again.
How can i do that?
In addition the advice from @ITWhisperer , there's no need to refresh a panel every minute when the underlying data only changes every 5 minutes. A 5-minute panel refresh is enough.
Create a saved search which you schedule to run every 5 minutes, then use loadjob to get the results from the latest run of the job.