Sha256: a2ec2a6074979665e845959cd34c6a2774f4d4787aeffc68c43eee86c44dbf6e
Contents?: true
Size: 768 Bytes
Versions: 2
Compression:
Stored size: 768 Bytes
Contents
# Fluent::Plugin::TailAsis 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: gem 'fluent-plugin-tail-asis' And then execute: $ bundle Or install it yourself as: $ gem install fluent-plugin-tail-asis ## Usage 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`) 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-tail-asis-0.0.3 | README.md |
fluent-plugin-tail-asis-0.0.2 | README.md |