logstash-plugins / logstash-input-salesforce

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

Added array of sObjects and run at interval support #12

Open ppf2 opened 7 years ago

ppf2 commented 7 years ago

The original author of this plugin intended to provide support to fetch an array of sObjects (https://github.com/logstash-plugins/logstash-input-salesforce/issues/4) and an option to run on an interval (continuously). Some of this code got lost and was never merged into this repository. This is an attempt to add them back.

@acchen97 @suyograo

mPanasiewicz commented 6 years ago

@ppf2 Are you going to fix this build and merge PR? I need salesforce data refreshing.

fransf-wtax commented 2 months ago

Hi all, any reason this hasn't been merged yet? Would be a lot more convenient if it was part of the official plugin that you install with bin/logstash-plugin install. Happy to help in any way I can.

I'm thinking it probably makes sense to split this into 2 PRs? One to add the interval parameter, and the other for supporting multiple sObjects. The interval change seems very simple and non-breaking, so perhaps it can be merged more easily as a separate PR?

fransf-wtax commented 2 months ago

@ppf2 @gtback Could you assist with getting this into the next official release of this plugin? What is the process for getting something into an official Logstash plugin release? Thanks.

gtback commented 1 month ago

Hi @fransf-wtax . I'm not directly involved with managing Logstash plugins but @jsvd @flexitrev should be able to help.