From e765f8ce8b7b2f93d75fbfaaa93b75ccfc3c1d1e Mon Sep 17 00:00:00 2001 From: Masaya YAMAMOTO Date: Wed, 3 Jun 2015 14:40:21 +0900 Subject: [PATCH] Doc: update Input Plugins and Output Plugins Signed-off-by: Masaya YAMAMOTO --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a2bd16e6f37..9005b0c12f4 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Once the tool have been compiled, a binary file called _Fluent-Bit_ will be foun | name | option | description | |--------------------|---------|---------------------------------------------------------------------------------| | CPU | cpu | gather CPU usage between snapshots of one second. It support multiple cores | +| Memory | mem | usage of system memory | | Kernel Ring Buffer | kmsg | read Linux Kernel messages, same behavior as the __dmesg__ command line program | | XBee | xbee | listen for incoming messages over a Xbee device | @@ -53,6 +54,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 | ### Usage