Hi,
I have to integrate Salesforce and Logstash in order to sync data from Salesforce to Logstash.
The only possible way I have found is using the plugin "Salesforce input plugin".
This plugin is working on making a SOQL on Salesforce and exporting data and it uses the Pull/Pooling Technology.
I am wondering to know if there are alternatives that make it possible to implement a real-time synchronization (i.e. using the Push Technology) rather then a on-demand approach.
From the Salesforce perspective, I have a few ways to notify in real-time that a new record has been created but I do not know if Logstash has some features to implement this flow (i.e. Streaming Events, CometId and so on).
Thanks