README.md in fluent-plugin-flowcounter-simple-0.0.4 vs README.md in fluent-plugin-flowcounter-simple-0.1.0
- old
+ new
@@ -1,31 +1,36 @@
# fluent-plugin-flowcounter-simple [![Build Status](https://secure.travis-ci.org/sonots/fluent-plugin-flowcounter-simple.png?branch=master)](http://travis-ci.org/sonots/fluent-plugin-flowcounter-simple)
Simple Fluentd Plugin to count number of messages and outputs to log
-## Output Plugin Configuration
+## Requirements
- <match foo.bar.**>
- type flowcounter_simple
- unit second
- </match>
+| fluent-plugin-flowcounter-simple | fluentd | ruby |
+|-------------------|---------|------|
+| >= 0.1.0 | >= v1.0 | >= 2.4 |
+| < 0.0.4 | >= v0.12.0 | >= 2.1 |
-This plugin does not emit, just writes counts into the log file as
-
- plugin:out_flowcounter_simple count:30 indicator:num unit:second
-
## Filter Plugin Configuration
-Fluentd >= v0.12
-
```apache
<filter foo.bar.**>
type flowcounter_simple
unit second
</filter>
```
This filter plugin pass through records, and writes counts into the log file as
+
+ plugin:out_flowcounter_simple count:30 indicator:num unit:second
+
+## Output Plugin Configuration
+
+ <match foo.bar.**>
+ type flowcounter_simple
+ unit second
+ </match>
+
+This plugin does not emit, just writes counts into the log file as
plugin:out_flowcounter_simple count:30 indicator:num unit:second
## Parameters