I have configured the REST data input for my rest webservice and i was able to call the get request easily (index=main sourcetype=myrestoperation_configured_at_datainput). I also have post method which takes json input. how do i invoke post rest request from splunk query? I appreciate any help.
@cse9423 were you able to invoke the webservice
Thanks Damien for your reply.
I have already done this. How do i pass json input to post webservice from splunk query?
The splunk query for get: index=main sourcetype=getrequest ---> work fine
i am looking for post: index=main sourcetype=postrequest ---> how do i pass json input here??