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!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI! Discover how Splunk’s agentic AI ...

[Puzzles] Solve, Learn, Repeat: Dereferencing XML to Fixed-length events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Stay Connected: Your Guide to December Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...