Hi!
I would like to add multiple panels to my *form* dynamically. I found an example for dashboard
https://answers.splunk.com/answers/294177/when-i-am-adding-panels-and-chart-elements-using-j.html
var panel = mvc.Components.get('dashboard').createNewPanel();
, but it's not clearly for me how to use mvc.Components.get():
1) What is 'dashboard'? Is it [dashboard id='dashboard'] in SimpleXML?
2) How it can be used for forms?
I couldn't find any docs about dynamically creating web elements for Splunk using its own framework (
↧