No commit activity in last 3 years
No release in over 3 years
Fluentd STDOUT output plugin with buffering, for buffer plugin tests only
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.3
>= 0

Runtime

 Project Readme

fluent-plugin-buffered-stdout

Fluentd STDOUT output plugin with buffering. This plugin is for testing of buffer plugins only.

Configuration

Same with out_stdout with buffering options.

<match data.**>
  type buffered_stdout
  output_type json     # default
  
  # buffering options
  buffer_type    memory  # default
  flush_interval 10s
</match>

Copyright

  • Copyright (c) 2013- TAGOMORI Satoshi (tagomoris)
  • License
    • Apache License, Version 2.0