Dashboards & Visualizations

How to get my single value rangemap to work, include today's date after the single value, and increase the font size?

jgpshntap
Explorer

For some reason i'm missing something. I added a single-panel dashboard with a rangemap command, but the value just shows in black.

Here's the end of my search

|stats count(Lag_Exists) as Lag |  rangemap field=Lag Red=1-1000

Also, if I want to put today's date in after the single value, what is the best way to do that as well as increasing the size of the font?

Thanks in advance

0 Karma

aalanisr26
Path Finder

Try This: use "range"

   <single>
        <search>
          <query>index = main mysearchcriteria|stats count by host |  rangemap field=count low=0-10 high=50-96 default=severe</query>
          <earliest>-24h</earliest>
        </search>
        <option name="field">host</option>
        <option name="classField">range</option>
      </single>
0 Karma

jgpshntap
Explorer

I tried that earlier and again just now.. That doesn't work...

single>
Snapvault Lag

Sanitized | rangemap field=Lag Red=1-1000
@d
now

Snapvault Relationships in Lag
search
none
range
Lag
range

0 Karma
Get Updates on the Splunk Community!

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...