Dashboards & Visualizations

Highlight the minimum and maximum of a data table or chart dashboard

lpolo
Motivator

I would like to highlight after the result set the minimum and maximum of a data table or chart dashboard. For example:

Type    07/31/2011  08/31/2011  09/30/2011  10/31/2011
cready  5136413 5387671 5333492 5623115
nready  2226230 2405945 2419199 2458085
ready   3721306 3894849 3778603 4103725

min: 2226230; max: 5623115

Is this possible with standard or advanced XML?

Regards,
Lp

Tags (1)
0 Karma

rroberts
Splunk Employee
Splunk Employee

In the advanced XML you can add a dataOverlayMode param under the SimpleResultsTable module with a value of highlow

<module name=”SimpleResultsTable”>

<param name=”dataOverlayMode”>highlow</param>

lpolo
Motivator

Great!
It worked to highlight the minimum and maximum of a row contained in a table. Thanks.

I was not able to find out how to select the minimum and maximum in each column. For example:

Month Type Total_1 Total_2 R
1 10/31/2011 Combined 79907219 2989059 26.733236
2 09/30/2011 Combined 72266451 2835931 25.482443
3 08/31/2011 Combined 78539031 3098452 25.347829
4 07/31/2011 Combined 73425522 2901562 25.305515

min.Total_1: 72266451
Max.Total_1: 79907219
Your orientation will be appreciated.

Thanks,
Lpolo

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