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
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
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
have you check dev.splunk.com?
http://dev.splunk.com/view/webframework-tutorials/SP-CAAAEN6