Dashboards & Visualizations

Rangemap to apply colour to a range of values

rohit31dec91
Explorer

Hi,
Can any1 suggest how to apply color to a range of values using rangemap in splunk

Thanks.

0 Karma

shaileshv02
Explorer

Hi Hajime,
How can we configure css to see the colors on the dashboard

thanks in advance.

0 Karma

rohit31dec91
Explorer

thanx hajime,but the color does not appears i try running it,do we need to configure css or something ?

0 Karma

Hajime
Path Finder
0 Karma

shaileshv02
Explorer

Hi Hajime,
How can we configure css to see the colors on the dashboard thanks in advance

0 Karma

Hajime
Path Finder

Yes. You need to configure css.

0 Karma

Hajime
Path Finder

Hello,
I think the method described in the following documentation is good. (see Example 1)
http://docs.splunk.com/Documentation/Splunk/6.0.2/SearchReference/Rangemap#Examples

As a supplemental explanation, the following parameter's color is defined.

severe, high, elevated, guarded, low

They are defined the following CSS file.
$SPLUNK_HOME/share/splunk/search_mrsparkle/exposed/css/skins/default/default.css

.SingleValue .severe .singleResult {
    color: #ff1f24;
}
.SingleValue .high .singleResult {
    color: #ff7e00;
}
.SingleValue .elevated .singleResult {
    color: #ffb800;
}
.SingleValue .guarded .singleResult {
    color: #4da6df;
}
.SingleValue .low .singleResult {
    color: #00b932;
}
0 Karma
Get Updates on the Splunk Community!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...