Hey,
I have created an app that uses the Splunk Java SDK (Java) to connect and post data to Splunk. The method uses username and password to authenticate and connect to Splunk. But when I will publish my app, I don't want to ask users to give their credentials in order to connect to Splunk.
Also, I have already used the the authentication method which uses token, but to get a token, I have to give the credentials at initial start.
Is there any way we can connect and post data without specifying credentials?
Thanks
... View more