logstash-filter-ip2location 2.1.3 → 2.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 467200a9b7eaf52439e49d968b065816ef9ca3d9a38bf123359c17bdd8bcf814
4
- data.tar.gz: d9ad3cba134de1daa78e2fbcde2c7e3d9620e2e7049f50576bec7d74330e5e57
3
+ metadata.gz: 6092b06bf0222a42d8d7d0f69fc5c993d32445a05788b01641c2ecfdf91d4a4d
4
+ data.tar.gz: 1c3ff2276bfd7bb9e7b8e10be986b4a83c2ede01292a9283ee76ee985e7977ca
5
5
  SHA512:
6
- metadata.gz: 6cdcbc01ebeeb058515c5e1f24b9087555e58095f23d907b96defec459c597e524c275c475d2781207b2fa1dc785437b32edd622f3096a5cddba2a9289b76637
7
- data.tar.gz: 870a7e67cabd22da1dd1df840114d6dacf1cf7c0a3eca85e21ad0591347b6442145e928f5b35d212255f13149d2fbdf4d277c0ef44cb3b65ba04f248c9118776
6
+ metadata.gz: 548f85a563528773b819bd4d12bdb5fcea378dc9368bd67a3f93e1589cc0b46c4721b07a40120a042936a13732ab2c8e4ba8087c1abeabafb2eab62480f64f8e
7
+ data.tar.gz: 02cb99e4f03d015ce8c6706af01cedd4c3ba651f5e37e28548891f3214347e2fc1d95137256ee895ca6e82a36a24935d0d7f01942759991fcd6371c8799b836a
data/README.md CHANGED
@@ -100,6 +100,7 @@ output {
100
100
  |ip2location.ip_address|the IP address|
101
101
  |ip2location.isp|the Internet Service Provider (ISP) name|
102
102
  |ip2location.latitude|the city latitude|
103
+ |ip2location.location|the city location|
103
104
  |ip2location.longitude|the city longitude|
104
105
  |ip2location.mcc|the mobile country code|
105
106
  |ip2location.mnc|mobile network code|
@@ -1,3 +1,3 @@
1
1
  require 'jar_dependencies'
2
2
  require_jar('com.ip2location.ip2location', 'ip2location', '8.3.0')
3
- require_jar('org.logstash.filters', 'logstash-filter-ip2location', '2.1.3')
3
+ require_jar('org.logstash.filters', 'logstash-filter-ip2location', '2.1.4')
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-ip2location'
4
- s.version = '2.1.3'
4
+ s.version = '2.1.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Logstash filter IP2Location"
7
7
  s.description = "IP2Location filter plugin for Logstash enables Logstash's users to add geolocation information such as country, state, city, latitude, longitude, ZIP code, time zone, ISP, domain name, connection speed, IDD code, area code, weather station code, weather station name, MNC, MCC, mobile brand, elevation and usage type by IP address."
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-ip2location
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - IP2Location
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-24 00:00:00.000000000 Z
11
+ date: 2020-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core-plugin-api
@@ -58,7 +58,7 @@ files:
58
58
  - spec/spec_helper.rb
59
59
  - vendor/IP2LOCATION-LITE-DB1.IPV6.BIN
60
60
  - vendor/jar-dependencies/com/ip2location/ip2location/ip2location/8.3.0/ip2location-8.3.0.jar
61
- - vendor/jar-dependencies/org/logstash/filters/logstash-filter-ip2location/2.1.3/logstash-filter-ip2location-2.1.3.jar
61
+ - vendor/jar-dependencies/org/logstash/filters/logstash-filter-ip2location/2.1.4/logstash-filter-ip2location-2.1.4.jar
62
62
  homepage: https://www.ip2location.com
63
63
  licenses:
64
64
  - Apache License (2.0)