pentestfail / TA-Salesforce_Reports

Provides method to consume Salesforce.com reports via REST API without SOQL/SOSL queries to be indexed, put in kvstore, or both.
MIT License
3 stars 0 forks source link

KV store being invoked even when not selected in input #3

Closed Akash-Banerjee closed 5 years ago

Akash-Banerjee commented 5 years ago

Hi Team I get the below error when connecting to Salesforce app. Surprisingly when i use the same credentials in the salesforce add-on for splunk app i am able to access the obejct and ingest data. image

Akash-Banerjee commented 5 years ago

I also see that the following error even when clearly i am only trying to index the data and not utilize the KV store image

pentestfail commented 5 years ago

The app uses kvstore to maintain its state/status in its own "checkpointer" store. If you look at data in the debug events, you'll see that it is storing them to the "TA_Salesforce_Reports_checkpointer" store. This was done in support of monitoring as well as to allow maintaining state for inputs to increment, etc.