- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Access splunk Rest API using OAuth?
yashanantha
New Member
08-20-2019
09:20 AM
Specially using https://tools.ietf.org/html/draft-ietf-oauth-device-flow-07
How do use device authentication flow for authenticating to Splunk's API?
Usecase:
Use device flow and there by have a secure way to analyzing splunk logs using python and jupyter notebooks.
We really don't want to store credentials anywhere.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yashanantha
New Member
08-20-2019
09:21 AM
For more context...
Azure data explorer has the easiest way to get data, see: https://docs.microsoft.com/en-us/azure/data-explorer/kqlmagic#connect-to-the-azure-data-explorer-hel...
Trying to achieve the same with splunk.
