https://github.com/tzmfreedom/fluent-plugin-sforce
Salesforce input plugin for Fluentd data collector
https://github.com/tzmfreedom/fluent-plugin-sforce
fluentd ruby salesforce
Last synced: 3 months ago
JSON representation
Salesforce input plugin for Fluentd data collector
- Host: GitHub
- URL: https://github.com/tzmfreedom/fluent-plugin-sforce
- Owner: tzmfreedom
- License: apache-2.0
- Created: 2014-11-03T13:49:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T00:38:13.000Z (over 6 years ago)
- Last Synced: 2025-08-01T10:39:55.855Z (11 months ago)
- Topics: fluentd, ruby, salesforce
- Language: Ruby
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Fluent::Plugin::Sforce
[](https://travis-ci.org/tzmfreedom/fluent-plugin-sforce)
Fluent Plugin for Salesforce.com
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'fluent-plugin-sforce'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install fluent-plugin-sforce
## Usage
```xml
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
```
|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
1. Fork it ( https://github.com/tzmfreedom/fluent-plugin-sforce/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request