Dashboards & Visualizations

Adding Single Values within a Simple Results Table

_gkollias
SplunkTrust
SplunkTrust

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
SplunkTrust
SplunkTrust

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
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...