From 87db713c07a1b4a64772fc0ee52067a479237b3f Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Wed, 1 Jul 2015 11:35:45 -0600 Subject: [PATCH] Doc: update plugins list to include in_stdin Signed-off-by: Eduardo Silva --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52a71dbda7b..6645245525b 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Once the tool have been compiled, a binary file called _Fluent-Bit_ will be foun | Memory | mem | usage of system memory | | Kernel Ring Buffer | kmsg | read Linux Kernel messages, same behavior as the __dmesg__ command line program | | Serial Port | serial | read from serial port | +| Standard Input | stdin | read from the standard input | | XBee | xbee | listen for incoming messages over a Xbee device | ### Output Plugins @@ -55,7 +56,7 @@ Once the tool have been compiled, a binary file called _Fluent-Bit_ will be foun |--------------------|-------------------------|---------------------------------------------------------------------------------| | Fluentd | fluentd://host:port | flush content to a [Fluentd](http://fluentd.org) service. On the [Fluentd](http://fluentd.org) side, it requires an __in_forward__.| | TreasureData | td | flush data collected to [TreasureData](http://treasuredata.com) service (cloud analytics platform) | -| STDOUT | stdout | prints the collected data to standard output stream | +| Standard Output | stdout | prints the collected data to standard output stream | ### Usage