README.md updated with Test example#177
Conversation
Update: - Login Examples using creds & tokens are added. - Job creation using search criteria example
fantavlik
left a comment
There was a problem hiding this comment.
Minor comments about replacing Splunk token -> session token and Bearer token -> authentication token. Feel free to merge when those corrections are made.
README.md
Outdated
There was a problem hiding this comment.
I believe the correct term here is "session tokens" can we replace references to Splunk token with session token?
There was a problem hiding this comment.
Splunk token is replaced everywhere with Session token.
README.md
Outdated
There was a problem hiding this comment.
Similarly here I think the correct term to use according to the docs https://docs.splunk.com/Documentation/Splunk/8.2.3/Security/CreateAuthTokens is "authentication tokens". Can we replace any mention of bearer token with authentication token?
There was a problem hiding this comment.
Bearer is replaced with Authentication.
README.md
Outdated
There was a problem hiding this comment.
If you use "lastest" instead of 8.2.3 the link will be relevant even after the next release, so https://docs.splunk.com/Documentation/Splunk/latest/Security/Setupauthenticationwithtokens
There was a problem hiding this comment.
URL updated.
| * Create Job using search creation. | ||
| * Read results and print _raw fields | ||
| */ | ||
| public class SearchExample { |
There was a problem hiding this comment.
Confirmed that this is working, nice tutorial! 🚀
**Update:** - Splunk token is replaced **Session token**. - Bearer is replaced with **Authentication**. - Splunk Docs URL is pointing to latest release.
Update: