Splunk Search

How do I access the HiddenChartFormatter?

joegrossman
Explorer

I'm new to Splunk. I would like to change the colors on charts. Looking at some answers on this issue I see that you have to get into the HiddenChartFormatter module. But, I can't figure out how to get there. Can someone help?

Tags (2)
0 Karma
1 Solution

sdaniels
Splunk Employee
Splunk Employee

If you got to Manager » User interface » Views and click on a view (dashboard) this will show you the XML that you can edit...You'll have something like this inserted in the module.


[0xFF0000,0xFFFF00,0x00FF00]

Example below of some XML for a gauge.


SLA Infractions - Gauge

radialGauge
shiny


150px
false

And if you are new you'll want to start here if you haven't already been through Advanced XML views.

http://docs.splunk.com/Documentation/Splunk/latest/Developer/AdvancedIntro

View solution in original post

sdaniels
Splunk Employee
Splunk Employee

If you got to Manager » User interface » Views and click on a view (dashboard) this will show you the XML that you can edit...You'll have something like this inserted in the module.


[0xFF0000,0xFFFF00,0x00FF00]

Example below of some XML for a gauge.


SLA Infractions - Gauge

radialGauge
shiny


150px
false

And if you are new you'll want to start here if you haven't already been through Advanced XML views.

http://docs.splunk.com/Documentation/Splunk/latest/Developer/AdvancedIntro

joegrossman
Explorer

Thanks sdaniels! This pointed me in the right direction.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...