Dashboards & Visualizations

Adding Single Values within a Simple Results Table

_gkollias
Builder

I would like to be able to add single values which are rolled-up counts of their corresponding table.

Is there a way to add those single value inputs underneath the title of the table , so that it makes sense when someone looks at the table that - "ok, these values go with this table"? Instead of now where the single values are in a panel sitting on top of the results table.

Please let me know if you need any additional info from me to help make this work.

Thanks in Advance!

Tags (3)
0 Karma

somesoni2
Revered Legend

Use Grouping attribute of row for it.

e.g.

<dashboard>
  <label>Test</label>
  <row grouping="2">
    <single>
          ....your single module code...
    </single>
    <table>
          ....your table module code...
    </table>
  </row>
</dashboard>
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!

Deep insights, no barriers: Splunk Observability Cloud Free Edition

As software delivery cycles continue to accelerate, observability shouldn’t be a luxury — it should be a ...

Monitoring AI Agents with Splunk Observability Cloud

Let’s say I’m running a travel planning AI app in production. A user asks for three concise hotel options in ...

[Puzzles] Solve, Learn, Repeat: Tiling

This puzzle (first published here) is based on finding groups of tessellated tiles (inspired by floor tiles I ...