Activity Feed
- Got Karma for Re: Does Splunk supports OAuth for REST API ?. 01-25-2022 08:38 PM
- Posted Re: Does Splunk supports OAuth for REST API ? on Splunk Dev. 01-23-2022 01:08 PM
- Posted API call Scheduled with Add-on Builder run only once. on All Apps and Add-ons. 02-17-2021 01:22 PM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
0 |
01-23-2022
01:08 PM
1 Karma
Splunk REST APIs don't support OAuth authentication. But maybe this solution with a web server or LDAP will help you: https://community.splunk.com/t5/Security/Does-Splunk-support-oAuth-2-0-single-sign-on/m-p/292745/highlight/true#M7832 You can use a username/password for a Service Account but you'll need to give the Service Account access to read the information you want Splunk to be able to collect/access. It only needs read rights. You can find examples of how to use username/password in requests here: https://docs.splunk.com/Documentation/Splunk/latest/RESTUM/RESTusing or you can use authentification with Python script and use a session key in your requests: https://docs.splunk.com/Documentation/Splunk/8.2.4/RESTTUT/RESTsearches
... View more
02-17-2021
01:22 PM
I’m building TA using Add-on Builder and trying to set up API call with a certain interval. It pulls data in once and never again. Somehow the interval settings are ignored. Did anyone experience this problem?
... View more
Labels
- Labels:
-
configuration
-
troubleshooting