I have my application onboarded to Splunk and logs are flowing to Splunk regularly. Now I want to pick the logs and record the results in database. Could any one help me on how to get the logs from Splunk using Postman/Java. I tried hitting the application splunk url (https://xxxxx-logsearch01.dev.xxx.com/en-US/app/serviceName) from postman(Given authorization as Basic Auth and provided the credentials in Auth tab), it gives me 200 response code but in the response I could see some HTML text. I hope it is the HTML link of the login page.
How Can I get the proper search response from postman.