Fluent::Plugin::TailLite, a plugin for Fluentd
This plugin extendis in_tail to emit each line as it is.
$ fluent-gem install fluent-plugin-tail-lite
<source>
type tail_lite
path /var/log/message
tag syslog
record record
</source>
parameter | description | default |
---|---|---|
field_name | attribute name where lines in log files will go | message |
in_tail parametes are available in common.
Copyright | Copyright (c) 2013 OKUNO Akihiro |
License | Apache License, Version 2.0 |