Fluent::Plugin::Sforce
Fluent Plugin for Salesforce.com
Installation
Add this line to your application's Gemfile:
gem 'fluent-plugin-sforce'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fluent-plugin-sforce
Usage
<source>
tag test.access
type sforce
username test@example.com
password hogefuga
query SELECT id, Body FROM FeedItem
polling_interval 60
# topic AllMessages
# version 43.0
# login_endpoint test.salesforce.com
</source>
key | description |
---|---|
username | Salesforce Username for exporting data. |
password | Salesforce User's Password. |
query | SOQL Query. |
polling_interval | Query Interval Time. |
topic | PushTopic name to subscribe. |
Contributing
- Fork it ( https://github.com/tzmfreedom/fluent-plugin-sforce/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request