Skip to content

Commit

Permalink
Merge pull request #8 from pandax381/update-readme
Browse files Browse the repository at this point in the history
Doc: update Input Plugins and Output Plugins
  • Loading branch information
edsiper committed Jun 3, 2015
2 parents e5af33e + e765f8c commit 1e547cc
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 1e547cc

Please sign in to comment.