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: 6b422ea7b4748a44c62f3dadb10ea9643ad4f52a43e7d3be0a9791f12a55ba4d
4
- data.tar.gz: 98cc0e857eb8c22d7f532a26628da37722a4c3ce5a3ef3817c29b3d2ed77b83f
3
+ metadata.gz: e9f1dd09674198198dcff9fcc3b1edc51cdb2863f535bc88939132e396a9db74
4
+ data.tar.gz: 0db18af97b83c7c19f1f1a74665167e162305d763ae6c0d3fcfd7d2532bae7c4
5
5
  SHA512:
6
- metadata.gz: 574699486714dcb3ef455891974a67cc7ce85cb568752252274df5b70209dc4507b2e2a7a81bfbf7babc56fbeb5f9ee51d96a242b587a6998ebd903348142abe
7
- data.tar.gz: 6ee7ef7734873d0e10fba8715c1580aa21a3dcdf0b5160322ddcf7f4b8e2373b4a1b9f4e55ccbf8668eed2b93fb2739db9ea1b6dd39898691642cddc00041661
6
+ metadata.gz: 4b0067bfcfcaaf39e81c993f1e04a957f758ea8e02756078e4e155200e49c70aff0b36f100d56115231e439c6de37cb1e46c85b9fca08ae8f1b4e34fc5714b0c
7
+ data.tar.gz: 5a8fd1429ba54fdfb1a259dad63b2343c391ab60e3a1fb7794c0ab36499b5354ef0885d31b0f9e77e1694b3f303cac44b1f4075061d590a7ab5e9fcf4f2e1c2c
@@ -1,3 +1,6 @@
1
+ ## 6.0.3
2
+ - Fixed docs for missing region_code [#158](https://github.com/logstash-plugins/logstash-filter-geoip/pull/158)
3
+
1
4
  ## 6.0.2
2
5
  - Update of GeoLite2 DB [#157](https://github.com/logstash-plugins/logstash-filter-geoip/pull/157)
3
6
 
@@ -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`, `region_name` and `timezone`.
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.2'
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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-geoip
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.2
4
+ version: 6.0.3
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic