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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...