README.md in fluent-plugin-tail-asis-0.0.1 vs README.md in fluent-plugin-tail-asis-0.0.2

- old
+ new

@@ -1,8 +1,9 @@ # Fluent::Plugin::TailAsis -TODO: Write a gem description +TailInput exteded plugin for fluentd. +It assumes that this plug-in is used with "fluent-plugin-fail-alternative". ## Installation Add this line to your application's Gemfile: @@ -16,10 +17,18 @@ $ gem install fluent-plugin-tail-asis ## Usage -TODO: Write usage instructions here +Sample config + + <source> + type tail_asis + path /some/where/xxxx.log + pos_file /some/where/xxxx.pos + asis_key message + tag test.log + </source> ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)