Where can I download the latest and greatest SplunkJS_Stack with the new splunkjs/mvc/visualizationregistry mentioned in Splunk 6.4?
This link still downloads the previous version without visualizationregistry.
http://dev.splunk.com/view/SP-CAAAEWR
Thanks!
ie. Page 73 of Splunk-6.4.0-AdvancedDev.pdf
**************************************
Access and instantiate a visualization
Here are the steps for accessing and instantiating a visualization from a
SplunkJS page.
1. Require the visualization registry, splunkjs/mvc/visualizationregistry.
Call visualizationregistry.getVisualizer(,
). Use the name of the app that contains the
visualization and the visualization name. The function returns a
constructor.
2.
Use the constructor to instantiate the visualization. Pass it an id,
managerid, and an el.
**************************************
↧