No commit activity in last 3 years
No release in over 3 years
Fluentd plugin for reading events from stdin
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0.9.2
~> 3.0.2

Runtime

>= 0.10.17
 Project Readme

Fluentd plugin for reading events from stdin

Reading events from stdin for testing or small bulk loading.

Installation

Use RubyGems:

gem install fluent-plugin-stdin

Configuration

<source>
  type stdin

  # Input pattern. It depends on Parser plugin
  format none

  # Optional. default is stdin.events
  tag test.input
</source>

After that, you can send logs to fluentd via stdin like below.

cat /path/to/logs | fluentd -c stdin.conf

This plugin works on only non-daemon mode.

Copyright

Author Masahiro Nakagawa
Copyright Copyright (c) 2015- Masahiro Nakagawa
License MIT License