https://github.com/todesking/fluent-plugin-gree_community
https://github.com/todesking/fluent-plugin-gree_community
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/todesking/fluent-plugin-gree_community
- Owner: todesking
- License: mit
- Created: 2013-01-13T06:41:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-25T04:44:19.000Z (about 12 years ago)
- Last Synced: 2025-04-18T17:00:05.151Z (about 1 year ago)
- Language: Ruby
- Size: 153 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fluent-plugin-gree_community, a plugin for [Fluentd](http://fluentd.org)
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
type gree_community
tag gree
# http://gree.jp/community/{community_id}
community_id 2397366
# Regexp for thread title
thread_title_pattern 雑談|要望
# Top N threads to watch
recent_threads_num 4
# optional, default=true
# omit output when startup
silent_startup true
# Pit ID for GREE account('email' and 'password' required)
pit_id gree
# Update interval[sec]
interval_sec 20
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. 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.