From 94f868e70ebcef41a20d22cefa2b9b7a084ecd8d Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Tue, 19 Dec 2017 09:33:46 +0900 Subject: [PATCH] Support Fluentd since v1.0.2 Because Fluentd v1.0.1 or older uses ruby_dig. See also https://github.com/fluent/fluentd/pull/1794 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea57901..5defea1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The accuracy details for GeoLite City (free) and GeoIP City (purchased) has desc | fluent-plugin-geoip | fluentd | ruby | |---------------------|------------|--------| -| >= 1.0.0 | >= v1.0.0 | >= 2.1 | +| >= 1.0.0 | >= v1.0.2 | >= 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.