Skip to content

Commit

Permalink
Doc: update Input Plugins and Output Plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya YAMAMOTO <[email protected]>
  • Loading branch information
pandax381 committed Jun 3, 2015
1 parent e5af33e commit e765f8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand All @@ -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

Expand Down

0 comments on commit e765f8c

Please sign in to comment.