fluent-plugin-backlog, a plugin for Fluentd 
output plugin for Backlog.
/usr/lib64/fluent/ruby/bin/fluent-gem install fluent-plugin-backlog
sudo /usr/local/Cellar/td-agent/1.1.XX/bin/fluent-gem install fluent-plugin-backlog
gem install fluent-plugin-backlog
| param | value |
|---|---|
| space | name space |
| user | user |
| password | password |
| project_id | project_id |
| summary_template | summary(sprintf) |
| summary_keys | summary key |
| description_template | description(sprintf format) |
| description_keys | description key |
| component | category_id |
<match backlog>
type backlog
space toyama0919
user toyama0919
password hogehoge
project_id 1761
summary_template %s
summary_keys code
description_template %s_%s
description_keys code,host
component bug
</match>
bundle install
rake test
update
- Fork it
- 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 new Pull Request
Copyright (c) 2014 Hiroshi Toyama. See LICENSE for details.
