Hi All,
I want to create Multiple tables/Panels inside a dashboard which will have static message like DASHBAORD A, DASHBAORD B, DASHBAORD C etc.. These message's will drill down to respective dashboards A,B and C. Currently i am using a query :
index=*
| head 1
| eval DashboardName="Dashboard A"
|table DashboardName
Is there a way to put a query with static message without to go and search a a set of events using index,source or sourcetype. I don't want to unnecessary use this.
... View more