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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...