You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been having trouble connecting to Splunk using this sdk, and it's hard to debug the problems given the lack of error messages (all I get is a 400 http error code). As it respects to documentation, I'd expect to see documentation which explains clearly what are the possible sets of parameters that could be accepted (e.g. one could authenticate using a session key and not just a username/password combination, but then what else is required?). Would be great if you could improve your documentation, and also improve the sdk to return informative error messages that could be used in debugging.
The text was updated successfully, but these errors were encountered:
pgoldweic
changed the title
Please provide better documentation + informative error messages together with http error codes to help debug connection issues
Please provide better documentation + informative error messages to help debug connection issues
Nov 6, 2020
Greetings @pgoldweic,
Current version of Splunk supports authentication using sessionKey as well as token.
Examples and docs will be updated in next release.
I've been having trouble connecting to Splunk using this sdk, and it's hard to debug the problems given the lack of error messages (all I get is a 400 http error code). As it respects to documentation, I'd expect to see documentation which explains clearly what are the possible sets of parameters that could be accepted (e.g. one could authenticate using a session key and not just a username/password combination, but then what else is required?). Would be great if you could improve your documentation, and also improve the sdk to return informative error messages that could be used in debugging.
The text was updated successfully, but these errors were encountered: