Splunk Search

Using the Splunk SDK for PHP, how do I output a search result in a CSV file?

ektasiwani
Communicator

Hi,

I want to get results of a search in a CSV file.
I tried this, but its giving me error HTTP 400 Invalid output mode specified (CSV).

$searchParams = array(
    'output_mode' => 'CSV',
    'earliest_time' => '-60m@m',    
    'latest_time' => 'now'

    );

If I remove the output_mode parameter, I am getting a normal result (I mean result on browser screen) and I am using wamp for this.
I tried with oneshot search and blocking search, but both result in the same error.

Thanks

0 Karma
1 Solution

goodsellt
Contributor

Hey, you've probably figured this out, however it does not recognize any of the "output_mode" parameters in anything other than all lowercase, so you'll get that error until you change it to "csv" and so on for the others.

View solution in original post

goodsellt
Contributor

Hey, you've probably figured this out, however it does not recognize any of the "output_mode" parameters in anything other than all lowercase, so you'll get that error until you change it to "csv" and so on for the others.

_smp_
Builder

Bingo, thanks for this response.

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...