Dashboards & Visualizations

How can I change the color of the Single value visualization?

stardust927
Explorer

alt text

*field A is something's value, and B is its "standard deviation"

If I make a table chart like this, and want to change this form to "single value", it will came out like this.
alt text

The problem is setting the colors.

I want to make colors like this.
If field "B" is from 0 to 10, the values(field A) getting Green color.
If field "B" is from 10 to 20 the values(field A) getting Green yellow.
If field "B" is from 20 to 30, the values(field A) getting Orange.
If field "B" is from 30 to 40, the values(field A) getting Red.

But when I tried to use "single value" option, the "color option's values" are following "field A's value"

I wondering if changing Dashboard Source, make it possible to change color by field B.

    <panel>
      <single>
        <title>EXAMPLE</title>
        <search base="test">
          <query>|example </query>
        </search>
        <option name="colorBy">value</option>
        <option name="drilldown">all</option>
        <option name="numberPrecision">0</option>
        <option name="rangeValues">[0,10,25,40]</option>
        <option name="trendDisplayMode">percent</option>
        <option name="trendInterval">-5m</option>
        <option name="unit">count</option>
        <option name="useColors">1</option>
      </single>
    </panel>

This is single value's option at Dashboard Source.

So, can it be possible to change color like this way?

1 Solution

niketn
Legend

@stardust927, you can use Status Indicator Custom Visualization to show a different value for display and color/icon by a different value. However, you will not have trendline as available in Single Value.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

View solution in original post

niketn
Legend

@stardust927, you can use Status Indicator Custom Visualization to show a different value for display and color/icon by a different value. However, you will not have trendline as available in Single Value.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

DalJeanis
Legend

You need to add lines to specify the colors and number ranges...

<option name="rangeColors">["0x008000","0xffff00","0xff6600","0xff0000"]</option>
<option name="rangeValues">[10,20,30]</option>

The above can be changed to your preferences for hex representations of the colors you want.

0 Karma

stardust927
Explorer

I want t show the field A's value, and I want to set colors by field B's value ...

If I change rangeValues, and rangeColors number, it follows field A's value...

0 Karma
Get Updates on the Splunk Community!

Index This | What is broken 80% of the time by February?

December 2025 Edition   Hayyy Splunk Education Enthusiasts and the Eternally Curious!    We’re back with this ...

Unlock Faster Time-to-Value on Edge and Ingest Processor with New SPL2 Pipeline ...

Hello Splunk Community,   We're thrilled to share an exciting update that will help you manage your data more ...

Splunk MCP & Agentic AI: Machine Data Without Limits

Discover how the Splunk Model Context Protocol (MCP) Server can revolutionize the way your organization uses ...