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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...