I have a very basic external project written in TypeScript. It simply exports a jsx.element. I use webpack and babel to create a bundle, but whenever I try to require it in Splunk web, the object i...
Hi, Below is the JS which I have for table row expansion which works fine for my requirement. I want the search given in the JS should be passed from my Splunk dashboard instead of hardcoding it h...
...his a special variable name for js and that is why it was used?*
I am using display_token_with_html_content.js as written.
require([
"jquery",
"splunkjs/mvc",
"splunkjs/mvc/s...
I want to include xyz.js inside abc.js and refer this abc.js in my xml/html file.
basically I want to order the js files. First I want xyz.js and then abc.js to be loaded.
Let me know your inputs