Dashboards & Visualizations

Splunk Panels - Two Separate Searches

mstrozyk
Engager

Hi

I was wondering if it is possible to create a panel (in a dashboard) that has two separate searches that are labeled accordingly? I'm looking to make it more visually inclusive. It would look something like this:

(Main Title)
(Subtitle for search)
(Search Results)
(Subtile for another search)
(Search Results for a different search)

END

Now with Values:

Fruit Statistics
Apple Stats
(A bunch of apple stats)
Orange Stats
(A bunch of orange stats)

END

There might not be a way to do this but I just wanted to ask.

Thanks!

Tags (1)
0 Karma

masonwhite
Explorer

You can also explore multi-search tables with "appendcols" and "| transpose" ...

would go something like this:
index= sourcetype= "firstsearchhere" | table/stats countby (Main Title) (Search Results) | appendcols[search index= sourcetype= "secondsearchhere" | table/stats countby (Subtile for another search) (Search Results for a different search)] | transpose

table would look somewhat like:
Main Title
firstsearchtitle #######search results#####
secondsearchtitle #######searchresults#####

0 Karma

kmorris_splunk
Splunk Employee
Splunk Employee

If I am understanding correctly, you may be able to achieve this visually by grouping the panels in your dashboard. Check out the Dashboard Examples app (available on splunkbase). There is an example of panel grouping in there.

Panel Grouping with Charts
Group multiple charts, tables, html panels, or events, aligning vertically.

0 Karma

kmorris_splunk
Splunk Employee
Splunk Employee
0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...