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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...