Dashboards & Visualizations

About panels in a row

wys2010
New Member

I read the user manual and find that Rows can accommodate up to three panels. If our customer want to display up to 10 Singles in a row what can I do ?

Tags (1)
0 Karma

MartinHarper
Path Finder

You can use <row grouping="3,3,3"> to get a three by three grid of singles.

You can convert your ten single value searches into a table search somehow. For example, suppose that you have ten searches like:

  • A=1 B=2 | stats count
  • C | stats count
  • D E=4 | stats count
  • ...

Create an event type for each of the searches, each prefixed with X_, and create a table search as follows:

eventtype=X_* | stats count by eventtype

Or you could append the results together:

A=1 B=2 | stats count AS Value | eval Name="First Count" | append [search C | stats count | eval Name="Second Count"] | append [search D E=4 | stats count | eval Name="Third Count"] | fields Name, Value

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...