logstash-plugins / logstash-input-salesforce

Logstash input for pulling objects from salesforce
Apache License 2.0
16 stars 29 forks source link

add feature to use the Tooling API #27

Closed mkreth closed 2 years ago

mkreth commented 3 years ago

Add a config to use to Salesforce Tooling API. Salesforce provides things like the SecurityHealthCheck Score, the SecurityHealthCheckRisks and the Object Limits only via the Tooling API. Restforce already comes with support for the Tooling API, a boolean config use_tooling_api can simply change between the Tooling API and the regular REST API.