< href="name_of_dashboard"> Link to main dashboard
But the above statement is not taking me to the other dashboard. Is this right? should i add some thing more? Or can this also be permission issues for the dashboard i am trying to link?
PS: used --a href--
... View more
Hi dnvs007,
Please try the below query and let me know if it works or not. Since we have the same index so we can use this search query..
index=os| search COMMAND="splunk*" OR process_name="splunk*" | eval CPU_Percent=coalesce(PercentProcessorTime,pctCPU) | timechart span=15m max(CPU_Percent) by host useother=f | sort _time
... View more