Dashboards & Visualizations

Single Value in a Module

matthewcanty
Communicator

I've been trying to get round the issue of only being able to have 3 columns in dashboards. After looking through views I've ended up a bit lost.

The following search is working but the result is a grey button.





host="90" sourcetype="Perfmon*" instance="Spin." collection="Process" | stats distinct_count(host) As d | eval a=round(d/6*100, 0) | stats sum(a) as sumA | rangemap field=sumA low=99-100 elevated=50-98 severe=0-49 default=0
Prod Services
-30s
now
sumA
%
range
10


How do I get this to work?

Tags (1)
0 Karma
1 Solution

matthewcanty
Communicator




host="90" sourcetype="Perfmon*" instance="Spin." collection="Process"

-1m

<module name="HiddenPostProcess" layoutPanel="panel_row1_col1_grp1">
  <param name="search">
  search host="*TSDAL" | stats distinct_count(host) As d | eval a=round(d/2*100, 0) 
  | stats sum(a) as sumA | fields sumA | rangemap field=sumA low=99-100 elevated=50-98 severe=0-49 default=0
  </param>

  <module name="SingleValue">
    <param name="field">sumA</param>
    <param name="afterLabel">%</param>
    <param name="classField">range</param>
  </module>

</module>



View solution in original post

matthewcanty
Communicator




host="90" sourcetype="Perfmon*" instance="Spin." collection="Process"

-1m

<module name="HiddenPostProcess" layoutPanel="panel_row1_col1_grp1">
  <param name="search">
  search host="*TSDAL" | stats distinct_count(host) As d | eval a=round(d/2*100, 0) 
  | stats sum(a) as sumA | fields sumA | rangemap field=sumA low=99-100 elevated=50-98 severe=0-49 default=0
  </param>

  <module name="SingleValue">
    <param name="field">sumA</param>
    <param name="afterLabel">%</param>
    <param name="classField">range</param>
  </module>

</module>



matthewcanty
Communicator

BTW the code formatting on this site went haywire with the XML. That is why it is standard format.

0 Karma
Get Updates on the Splunk Community!

See just what you’ve been missing | Observability tracks at Splunk University

Looking to sharpen your observability skills so you can better understand how to collect and analyze data from ...

Weezer at .conf25? Say it ain’t so!

Hello Splunkers, The countdown to .conf25 is on-and we've just turned up the volume! We're thrilled to ...

How SC4S Makes Suricata Logs Ingestion Simple

Network security monitoring has become increasingly critical for organizations of all sizes. Splunk has ...