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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...