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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...