Splunk Search

How to want to assign a value from the output of a search to a variable that I need to use under JavaScript?

simona2121
Path Finder

I want to assign a value which comes under XML to a variable that I need to use under JavaScript.

or to put it better, I want to assign the value of output of a search to a variable that I need to use under javascript.

0 Karma

pasokkum
Path Finder

Try this..

 search1.startSearch();
                       var output1= search1.data('results');
                       output1.on("data", function() {   
                           var output2= output1.data().rows;
                           var finaloutput=output2[0][0];
                       });
0 Karma

jkat54
SplunkTrust
SplunkTrust

Where does the xml come from? A simple xml dashboard or xml events or elsewhere?

0 Karma

simona2121
Path Finder

I am talking about the xml code created as per the dashboard. The value fetched (from the query) inside that xml code needs to be used with javascript for evaluating "if and else" condition.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...