logstash-filter-geoip 6.0.2-java → 6.0.3-java
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e9f1dd09674198198dcff9fcc3b1edc51cdb2863f535bc88939132e396a9db74
|
|
4
|
+
data.tar.gz: 0db18af97b83c7c19f1f1a74665167e162305d763ae6c0d3fcfd7d2532bae7c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b0067bfcfcaaf39e81c993f1e04a957f758ea8e02756078e4e155200e49c70aff0b36f100d56115231e439c6de37cb1e46c85b9fca08ae8f1b4e34fc5714b0c
|
|
7
|
+
data.tar.gz: 5a8fd1429ba54fdfb1a259dad63b2343c391ab60e3a1fb7794c0ab36499b5354ef0885d31b0f9e77e1694b3f303cac44b1f4075061d590a7ab5e9fcf4f2e1c2c
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -140,7 +140,8 @@ are included in the event.
|
|
|
140
140
|
|
|
141
141
|
For the built-in GeoLite2 City database, the following are available:
|
|
142
142
|
`city_name`, `continent_code`, `country_code2`, `country_code3`, `country_name`,
|
|
143
|
-
`dma_code`, `ip`, `latitude`, `longitude`, `postal_code`, `
|
|
143
|
+
`dma_code`, `ip`, `latitude`, `longitude`, `postal_code`, `region_code`,
|
|
144
|
+
`region_name` and `timezone`.
|
|
144
145
|
|
|
145
146
|
[id="plugins-{type}s-{plugin}-source"]
|
|
146
147
|
===== `source`
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-filter-geoip'
|
|
4
|
-
s.version = '6.0.
|
|
4
|
+
s.version = '6.0.3'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Adds geographical information about an IP address"
|
|
7
7
|
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
|
|
Binary file
|