All Apps and Add-ons

How to change Cluster Map marker color?

xmdofp
Engager

I need to change the colors on the markers for a cluster map. Currently they are purple, but it blends in with other things on the map, causing it to be hard to track. I am using it in the Splunk App for Web Analytics App. Any ideas?

0 Karma
1 Solution

jpolcari
Communicator

I was able to change the coloring of one of my maps with some custom CSS. You can add it to the dashboard source code. You can change the fill value to whatever color you'd like.:

      <html>
            <style>
            path {
                fill:#53b91a;
            }
            </style>
       </html>

View solution in original post

jpolcari
Communicator

I was able to change the coloring of one of my maps with some custom CSS. You can add it to the dashboard source code. You can change the fill value to whatever color you'd like.:

      <html>
            <style>
            path {
                fill:#53b91a;
            }
            </style>
       </html>

xmdofp
Engager

That works, but I have a pie chart on this page and now pretty much everything is that color, which makes it impossible to differentiate.

Thanks!

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...