tail SSON support for Fluentd
This plugin is not yet work in my production. Please inspect yourself in your environment.
Simple Sexp Object Notation
ref: http://www.slideshare.net/rejasupotaro/s-17005410/28
Build gem to 'pkg/fluent-plugin-tail-sson-.gem'
bundle exec rake build
Install gem
fluent-gem install --local pkg/fluent-plugin-tail-sson-<version>.gem
<source>
type tail_sson
path /tmp/fluent_parser_sson.log
tag tail.sson
format sson
</source>
- type tail_sson(required)
- format sson(required)
Other parameters : see http://docs.fluentd.org/ja/articles/in_tail
- 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