All Apps and Add-ons

REST API Modular - Salesforce authhandlers.py and responsehandlers.py

daniel_augustyn
Contributor

I am trying to ingest logs from Salesforce into Splunk using REST API Modular add-on. I am not sure how to customize authhandlers.py and responsehandlers.py to authenticate and pass the access_token. Does anyone have any idea how to do it?

0 Karma

mvanderlist_spl
Splunk Employee
Splunk Employee

From my experience, the Salesforce access token expires, and you will need to request a new access token. You'll probably want to write a authhandler to use the username-password Salesforce REST Oauth authentication flow.

https://help.salesforce.com/apex/HTViewHelpDoc?id=remoteaccess_oauth_username_password_flow.htm&lang...

0 Karma

daniel_augustyn
Contributor

Do you have anything that was already written by Splunk and could be shared in here?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...