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
Legend
0 Karma

sfatnass
Contributor

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

0 Karma

renjith_nair
Legend

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

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

---
What goes around comes around. If it helps, hit it with Karma 🙂
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
Legend

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.

---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...