- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have a requirement to make a custom visualizations which are not available in splunk.How to add that custom visualization in dashboard and to how show the visualization with the available data.I read that can be done with Java script and CSS.But I am not getting idea how to use that. PleaseThanks in advance
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hello @mprreddy51,
In Splunk 6.4 there are new APIs for adding custom visualizations to Splunk. You can essentially build an app that contains a visualization written in Javascript, then use that visualization in any dashboard. There are also some new Splunk supported visualizations that ship as standalone apps and a growing list of community built visualizations.
If you want to write your own visualization, there is a tutorial to get you started here:
http://docs.splunk.com/Documentation/Splunk/6.4.0/AdvancedDev/CustomVizTutorial
An you can see the list of available visualizations that are ready to be installed on Splunkbase:
https://splunkbase.splunk.com/apps/#/page/1/order/latest/content/visualizations
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hello @mprreddy51,
In Splunk 6.4 there are new APIs for adding custom visualizations to Splunk. You can essentially build an app that contains a visualization written in Javascript, then use that visualization in any dashboard. There are also some new Splunk supported visualizations that ship as standalone apps and a growing list of community built visualizations.
If you want to write your own visualization, there is a tutorial to get you started here:
http://docs.splunk.com/Documentation/Splunk/6.4.0/AdvancedDev/CustomVizTutorial
An you can see the list of available visualizations that are ready to be installed on Splunkbase:
https://splunkbase.splunk.com/apps/#/page/1/order/latest/content/visualizations
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

have you check dev.splunk.com?
http://dev.splunk.com/view/webframework-tutorials/SP-CAAAEN6
Hope I was able to help you. If so, some karma would be appreciated.
