Skip to content

choplin/fluent-plugin-tail-lite

Repository files navigation

Fluent::Plugin::TailLite, a plugin for Fluentd

This plugin extendis in_tail to emit each line as it is.

Installation

$ fluent-gem install fluent-plugin-tail-lite

Configuration

Example

<source>
  type   tail_lite
  path   /var/log/message
  tag    syslog
  record record
</source>

Parameter

parameter description default
field_name attribute name where lines in log files will go message

in_tail parametes are available in common.

Copyright

CopyrightCopyright (c) 2013 OKUNO Akihiro
LicenseApache License, Version 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages