Splunk Search

Is it possible to call Splunk RestAPI with request in JSON?

jakubvojacek
Loves-to-Learn

Hello all,

is it possible to call Splunk RestAPI with request in JSON.

I am trying in SOAP UI software, media Type = application/json

And when request is inputed as string:
search=search index=myindex |head 5

I get valid response

But when I try request in json format
{"search": "search index=myindex |head 5"}

I get response:
{"messages": [{
"type": "FATAL",
"text": "Empty search."
}]}

Tried also following requests:
{"search": "index=myindex |head 5"}
{"search": search index=myindex |head 5}
{"body": {"search": "search index=myindex |head 5"}}

Thanks

Labels (1)
Tags (2)
0 Karma

Dov1
Observer

Hi,

Did you found solution to your problem? 

I need the same thing, I have a system that can send only post with json.

Thanks 

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...