No commit activity in last 3 years
No release in over 3 years
Fluentd input plugin which read text files and emit each line as it is.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

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

Copyright Copyright (c) 2013 OKUNO Akihiro
License Apache License, Version 2.0