fluent-plugin-filter-geoip 0.2.8 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +0 -15
- data/fluent-plugin-filter-geoip.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0bfdfc0260e17a2a86ce7bc7725aa20f78ef2c0f
|
4
|
+
data.tar.gz: 69a776b44deebba6adb0a1d5372bccdaaab0cd24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3fe1bc15822c59d574faab3f992f6fb584a305c51f7a92a1c6442bc29f7a36e33d407e89e21ae2e53e35a972347976f0a131f3eb3642aa26e0241f83eb1cc2c
|
7
|
+
data.tar.gz: 1f30422a8562256925364082e4f1f7dbd3f163fecad3d7e3ce65586d3e8764d29d51c00160225575e108079f3b7d095d24f4b689457660bdf3248b9f9ce922da
|
data/README.md
CHANGED
@@ -241,40 +241,25 @@ then output bocomes as belows:
|
|
241
241
|
"agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0.1) Gecko/20100101 Firefox/9.0.1",
|
242
242
|
"geoip.continent.code":"AS",
|
243
243
|
"geoip.continent.geoname_id":6255147,
|
244
|
-
"geoip.continent.iso_code":null,
|
245
244
|
"geoip.continent.name":"Asia",
|
246
|
-
"geoip.country.code":null,
|
247
245
|
"geoip.country.geoname_id":1694008,
|
248
246
|
"geoip.country.iso_code":"PH",
|
249
247
|
"geoip.country.name":"Philippines",
|
250
|
-
"geoip.city.code":null,
|
251
248
|
"geoip.city.geoname_id":1728893,
|
252
|
-
"geoip.city.iso_code":null,
|
253
249
|
"geoip.city.name":"Bagumbayan",
|
254
250
|
"geoip.location.latitude":13.45,
|
255
251
|
"geoip.location.longitude":123.6667,
|
256
|
-
"geoip.location.metro_code":null,
|
257
252
|
"geoip.location.time_zone":"Asia/Manila",
|
258
253
|
"geoip.postal.code":"4513",
|
259
|
-
"geoip.registered_country.code":null,
|
260
254
|
"geoip.registered_country.geoname_id":1694008,
|
261
255
|
"geoip.registered_country.iso_code":"PH",
|
262
256
|
"geoip.registered_country.name":"Philippines",
|
263
|
-
"geoip.represented_country.code":null,
|
264
|
-
"geoip.represented_country.geoname_id":null,
|
265
|
-
"geoip.represented_country.iso_code":null,
|
266
|
-
"geoip.represented_country.name":null,
|
267
|
-
"geoip.subdivisions.0.code":null,
|
268
257
|
"geoip.subdivisions.0.geoname_id":7521310,
|
269
258
|
"geoip.subdivisions.0.iso_code":"05",
|
270
259
|
"geoip.subdivisions.0.name":"Bicol",
|
271
|
-
"geoip.subdivisions.1.code":null,
|
272
260
|
"geoip.subdivisions.1.geoname_id":1731616,
|
273
261
|
"geoip.subdivisions.1.iso_code":"ALB",
|
274
262
|
"geoip.subdivisions.1.name":"Province of Albay",
|
275
|
-
"geoip.traits.is_anonymous_proxy":null,
|
276
|
-
"geoip.traits.is_satellite_provider":null,
|
277
|
-
"geoip.connection_type":null,
|
278
263
|
}
|
279
264
|
```
|
280
265
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-filter-geoip
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Minoru Osuka
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|