fluent-plugin-gree_community
Fluentd input plugin from GREE community.
Installation
Add this line to your application's Gemfile:
gem 'fluent-plugin-gree_community'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fluent-plugin-gree_community
Usage
# fluent.conf
<source>
type gree_community
tag gree
# http://gree.jp/community/{community_id}
community_id 2397366
# Regexp for thread title
thread_title_pattern
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Changes
0.0.3
- Update dependency: gree_community >= 0.0.4
0.0.2
- Update dependency: gree_community >= 0.0.3
- Add comment.user_id to output
0.0.1
- Initial release.