I'm trying to add print/export icons using Splunk's splunkjs framework and splunkjs/mvc/searchcontrolsview, to display the job menu and buttons
Docs I'm following:
http://docs.splunk.com/DocumentationStatic/WebFramework/1.3/compref_searchcontrols.html
Observations:
Use of the ResultLinkView (splunkjs/mvc/resultslinkview) dependency even without actually using it results in JS error: "Uncaught Error: getConfigValue - MRSPARKLE_PORT_NUMBER not set, no default provided"
This (using the print/export buttons via SplunkJS) is not currently supported.
Enhancement request to add support for this is: DVPL-7148
A Hack, which would be totally unsupported would be:
0=Download and extract the attached zip.
1=Create a copy of existing splunkjsstack_1.4/static/splunkjs/config.js as backup and keep it somewhere outside of your project directory. This is just to restore the original config.js file if something goes wrong with the new test file.
2=Now, replace the above file with the attached config.js file
3=Test in your .html doc (sample doc attached).
Downloads are too big to attach directly. Available here instead:
https://splunk.box.com/s/7xts7re5sok6vvazb4yhdn93pekornbi
For which version of SplunkJS this hack should be applied?
This (using the print/export buttons via SplunkJS) is not currently supported.
Enhancement request to add support for this is: DVPL-7148