All Apps and Add-ons

How do I implement visualizations from the Splunk 6.x Dashboard Examples app into my dashboard?

_dave_b
Communicator

Hi.

I downloaded the Splunk 6.x Dashboard Examples app and found an example that I want to use (It's the Table Icon Set (Rangemap)). How do I fit it into my dashboard?

I see the xml, css, and js code. Do I just paste it into my dashboard source? Are the icons included as part of the Splunk installation? How do I specify the values with which to the icons get associated?

Thanks for your help.

0 Karma

woodcock
Esteemed Legend

_dave_b
Communicator

Thanks. It answers a few, if not all, questions and gets me started in the right direction, but looks like the parts specific to the Sankey chart are not applicable to the Rangemap, and thats where I start to get lost.

0 Karma

MuS
Legend

copy the following files:

 /opt/splunk/etc/apps/simple_xml_examples/appserver/static/table_icons_rangemap.js
 /opt/splunk/etc/apps/simple_xml_examples/appserver/static/table_decorations.css

to

/opt/splunk/etc/apps/NameOfYourApp/appserver/static/

and add this to the XML of your dashboard:

<dashboard script="table_icons_rangemap.js" stylesheet="table_decorations.css">

Either restart splunkweb or use _bump at this URL http[s]://YourSlunkServer:YourSplunkPort/en-GB/_bump click Bump Version and your dashboard should work

cheers, MuS

_dave_b
Communicator

Thanks MuS. I copied the files and restarted Splunk, but no visualizations in my display table. I must have discrepencies between my search and what's allowed to be visualized.

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...