Trying to extract splunk search queried data from Splunk API using Postman. What all para meters need to pass to get successful response.
https://testsplunk:8089/services/search/jobs/export?output_mode=csv
Headers:
[{"key":"search","value":"index=abc sourcetype=xyz|stats count by host ","description":"","type":"text","enabled":true}]
Authorization header :
UserName: jhasuagduh
Password: pwd
I am getting 400 bad request and 401 unautherized as response. Please assist.
Thanks
Sagar
Please provide the proper request/header/URL/etc and error you are getting.
Kindly follow the REST API Doc - https://docs.splunk.com/Documentation/Splunk/8.2.4/RESTREF/RESTprolog
@sagar_shubham Do you have update for the error you got while connecting via postman ? I am also facing the same kind of issue