Skip to content

Commit

Permalink
Add requirements section
Browse files Browse the repository at this point in the history
But we should fix fluent-plugin-geoip version in the table before
release new version.
  • Loading branch information
okkez committed Apr 7, 2017
1 parent 71be122 commit f2f34c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ The accuracy details for GeoLite City (free) and GeoIP City (purchased) has desc
* http://www.maxmind.com/en/geolite_city_accuracy ([lang:ja](http://www.maxmind.com/ja/geolite_city_accuracy))
* http://www.maxmind.com/en/city_accuracy ([lang:ja](http://www.maxmind.com/ja/city_accuracy))

## Notice
## Requirements

| fluent-plugin-geoip | fluentd | ruby |
|---------------------|------------|--------|
| >= 1.0.0 | >= v0.14.0 | >= 2.1 |
| < 1.0.0 | >= v0.12.0 | >= 1.9 |

If you want to use this plugin with Fluentd v0.12.x or earlier use 0.6.x.

Expand Down

0 comments on commit f2f34c2

Please sign in to comment.