Skip to content

toyama0919/fluent-plugin-backlog

Repository files navigation

fluent-plugin-backlog, a plugin for Fluentd Build Status

output plugin for Backlog.

Installation

td-agent(Linux)

/usr/lib64/fluent/ruby/bin/fluent-gem install fluent-plugin-backlog

td-agent(Mac)

sudo /usr/local/Cellar/td-agent/1.1.XX/bin/fluent-gem install fluent-plugin-backlog

fluentd only

gem install fluent-plugin-backlog

Parameters

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

Configuration Example

<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>

spec

bundle install
rake test

todo

update

Contributing

  1. Fork it
  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 new Pull Request

Copyright

Copyright (c) 2014 Hiroshi Toyama. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages