Splunk Dev

[EXCEPTION] HTTP 200 OK

sharathemerian
New Member

I have setup splunk sdk and I am trying to run splunk searches.
For any search including the saved searches I get this result ==> [EXCEPTION] HTTP 200 OK.

I am using splunk for the first time, any help would be appreciated.

Thanks
Sharath Kumar

Tags (3)
0 Karma

twhitehead
New Member

Not a direct answer to the bug, but an alternative to making the exec_mode=blocking.

I hadn't experienced the issue in the last 7 years using exec_mode=normal, recently I've begun migrating to PHP 7.1 which is when I first noticed the bug and it occurred every request. During debugging sessions, the bug would only occur some of the times, I noticed when I was digging into the create method, the request would succeed.

I placed a one second sleep after the create and before my isDone loop and the request succeeds. I haven't looked into the cause of the bug itself, but I suspect at least for myself when running under PHP 5.3.8 the processing is that much slower than PHP 7 that it was enough of a delay to not trigger the bug. I would wager that the job in splunk hasn't been fully created by the time the script was looking for a status.

0 Karma

vijayaragavans
New Member

Hi,

Yes. i also got the same issue with splunk sdk api. able to resolve it with exec_mode as blocking in creating a job element.

More understanding : http://www.drtuts.com/http-200-ok-response-in-splunk-api-php/

thanks,
vijay,Hi Sharath,

Yes. I also faced same issues with splunk sdk api.

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!

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

Data Management Digest – May 2026

Welcome to the May 2026 edition of Data Management Digest!   As your trusted partner in data innovation, the ...