logstash-filter-ip2location 2.1.2 → 2.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/logstash-filter-ip2location_jars.rb +1 -1
- data/logstash-filter-ip2location.gemspec +1 -1
- data/vendor/jar-dependencies/org/logstash/filters/logstash-filter-ip2location/2.1.3/logstash-filter-ip2location-2.1.3.jar +0 -0
- metadata +3 -3
- data/vendor/jar-dependencies/org/logstash/filters/logstash-filter-ip2location/2.1.2/logstash-filter-ip2location-2.1.2.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 467200a9b7eaf52439e49d968b065816ef9ca3d9a38bf123359c17bdd8bcf814
|
4
|
+
data.tar.gz: d9ad3cba134de1daa78e2fbcde2c7e3d9620e2e7049f50576bec7d74330e5e57
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6cdcbc01ebeeb058515c5e1f24b9087555e58095f23d907b96defec459c597e524c275c475d2781207b2fa1dc785437b32edd622f3096a5cddba2a9289b76637
|
7
|
+
data.tar.gz: 870a7e67cabd22da1dd1df840114d6dacf1cf7c0a3eca85e21ad0591347b6442145e928f5b35d212255f13149d2fbdf4d277c0ef44cb3b65ba04f248c9118776
|
@@ -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.
|
4
|
+
s.version = '2.1.3'
|
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."
|
Binary file
|
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.
|
4
|
+
version: 2.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- IP2Location
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-08-24 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.
|
61
|
+
- vendor/jar-dependencies/org/logstash/filters/logstash-filter-ip2location/2.1.3/logstash-filter-ip2location-2.1.3.jar
|
62
62
|
homepage: https://www.ip2location.com
|
63
63
|
licenses:
|
64
64
|
- Apache License (2.0)
|