I have imported splunk traffic light dashboard from splunk 6.3 version to splunk 7 version, however its showing font related issue. Some of the fields from traffic light app are deprecated in splunk newer version so it's not showing proper font. Below are the fields that are deprecated into new format please suggest which fields may I use?
"classField"
"additionalClass"
@smujumale, the options mentioned above i.e. classField and additionalClass have been deprecated since a long time now (even in version 6.3 documentation)
http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#single_value
http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML#single
Following are some of your options:
1) You can use your own CSS Selectors
to apply CSS Style using CSS file or within dashboard.
2) Create an image overlay for traffic light using <html>
panel within dashboard. Refer to Image Overlay with Single Values example
in the Splunk Dashboard Examples app
3) Use Status Indicator Custom Visualization to display Icon and Stats in Single Panel. If you are on Splunk 6.6 or higher, you can use Trellis splitting stats for Stauts Indicator and use color and icon as per ranges. Once you get the Status Indicator Custom Visualization App
there should be an example for Trellis as well.
Hi,
As this app used rangemap
command, you can refer this documents:
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rangemap#Using_rangemap_with_sing...
Also this app is supported till splunk 6.2 version.