Dashboards & Visualizations

JS Framework passing tokens? Restful?

rdownie
Communicator

I am using the javascript framework to build my forms and it doesn't appear to be restful? I want to be able to use drilldowns to pass fields into my JS/django forms but can't figure out how you do it? Any help would be appreciated.
Thanks,
-Bob

0 Karma

cafissimo
Communicator

Hi,
have you tried with "e.name2" or "e.value2"?

Regards,
Luca Caldiero.

0 Karma

rdownie
Communicator

I figured out how to pull back what is passed via the URL string. I would like to be able to specify which column was clicked on. What do I use for a variable to return the column header name???

Using the following:

table2.on('click:cell', function(e) {
e.preventDefault();
//what do I need here to print the column header name????
console.log("Click 1 " + e.value);
console.log("Click 4" + e.name); //does NOT work

       // window.open("../broipjs?10.149.16.17","_self");
    });
0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...