logstash-plugins / logstash-input-salesforce

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

Feature request: Connect to SFDX scratch org #16

Open stevevg opened 5 years ago

stevevg commented 5 years ago

As a feature request, I would like to be able to pull data from a scratch org created by SFDX, in order to test the functionality of the plugin before going to a partial/full sandbox.

I suggest to introduce a new string configuration parameter (similar to the current use_test_sandbox boolean), which causes the plugin to connect to a "custom" url, i.e. the URL of the scratch org.

mkreth commented 2 years ago

@stevevg please see the new sfdc_instance_url parameter introduced in version 3.1.0 of the plugin.

I could successfully connect to and read data from a scratch org using this new configuration parameter. Some steps to do in the scratch org before this works: