Skip to content

Commit

Permalink
Doc: update plugins list to include in_stdin
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
  • Loading branch information
edsiper committed Jul 1, 2015
1 parent 6741a91 commit 87db713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 87db713

Please sign in to comment.