No commit activity in last 3 years
No release in over 3 years
FLuentd plugin for SNMP Traps... WIP
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0.10.58
 Project Readme

Fluent::Plugin::FileOutputWithFixPath

This plugin is extention of fluentd out_file plugin.

This plugin has same functions to the default out_file plugin except that file path is fixed.

If you use out_file plugin, file path is path + time_format + ".log".

But if you use this plugin, file path is just path.

Therefore time_format and compress option are not available.

Installation

$ gem install fluent-plugin-out-file-with-fix-path

Sample

<match td.test>
  type file_with_fix_path
  path /var/log/hoge.log
  flush_interval 1s
</match>