Splunk Search

Search query using REST in JSON format?

locobiker
Loves-to-Learn

Hello,  I am trying to do a search query using JSON.  It works if I use the normal form format, but not JSON.

Working command: curl -u $USER-k https://<URL>/services/search/jobs/export -d search="search index=myIndex sourcetype=activitylog EVENT=START | dedup USER | stats count"

Not working command: curl -u $USER--header "Content-Type: application/json" --request POST --data '{"search":"search index=myIndex sourcetype=activitylog EVENT=START | dedup USER | stats count"}' https://<URL>/services/search/jobs/export
-->  Reports: <msg type="FATAL">Empty search.</msg>

Any ideas why the JSON format doesnt work?  thanks! 

Tags (3)
0 Karma
Get Updates on the Splunk Community!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...