Splunk Dev

how to get status of search query using javascript ?

sfatnass
Contributor

Hi,

i use query search using javascript based on onshotsearch
http://dev.splunk.com/view/javascript-sdk/SP-CAAAEKZ

i want to get status on progress search or adding jobprogressindicator with javascript.

thx

0 Karma

renjith_nair
SplunkTrust
SplunkTrust
0 Karma

sfatnass
Contributor

Ok bave an example using a simple search and return progress result?

0 Karma

renjith_nair
SplunkTrust
SplunkTrust

Below is an example code for simple search and return progress but no oneshot.

http://dev.splunk.com/view/webframework-codeexamples/SP-CAAAEVT

Happy Splunking!
0 Karma

sfatnass
Contributor

thx for reply but i tryed that and it don't work

i don't know what can i ask to load on progress

mysearch.on('search:progress', function(properties) {
            // Print just the event count from the search job
            console.log("IN PROGRESS.\nEvents so far:", properties.content.eventCount);
            document.getElementById("progresstext").innerHTML="In progress with " + properties.content.eventCount + " events...";
        });

here it used mysearch, but for a oneshotsearch what can i use, i tryed the service, the search ID but no result.

0 Karma

renjith_nair
SplunkTrust
SplunkTrust

Sorry. I have overlooked about oneshot. As per definition, it does not return any result until search completes. So it looks like you could only get the final result

Oneshot: A oneshot search is a blocking search that is scheduled to run immediately. Instead of returning a search job, this mode returns the results of the search once completed. Because this is a blocking search, the results are not available until the search has finished.

Happy Splunking!
0 Karma
Get Updates on the Splunk Community!

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 ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...