logstash-filter-ip2location 1.0.0 → 1.0.1

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
  SHA1:
3
- metadata.gz: ae61a9f5111858d201154f3657cb9ae277ac8586
4
- data.tar.gz: df982bdc0edfc26f3f1b92296b734219cc77a365
3
+ metadata.gz: dfa0834d82fd5dd60221508d1ab23b574c1c9692
4
+ data.tar.gz: 765b7d1d1d2efa5babd36b2a427dc48ef24a384e
5
5
  SHA512:
6
- metadata.gz: 5de6323f8fbc2878ec1dd18ee0cd42749ba7e71bdab5339ca102b236d42e4568f0b69dbdd0ecc482508993925e91f714bfe9e2432bc6a55b32552cca941fd01a
7
- data.tar.gz: 189cd4149dee2808c06d9a85ed0bc4ad9abd5060f90867fb0c0930594c34a9e93391ce21d873e58b6c989dcab1432439d851393b6b1ffcabb4680dc2d55e6599
6
+ metadata.gz: 34faab4251e46900097ca5c17dace085a46d6ff8c9a5230cc9713700ee06c042831ec27f7e424b4ccf11c921d5b143c6f364004bcdefe0b291fae926b2e81cf4
7
+ data.tar.gz: a65542b74c32436ef4166fb7c469f97f7606c0bf94fab6b32675cb004d4831a3401c633535d297b67dd8134e6b26ac6347f149e7203076e724d64d4bd89a7559
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # IP2Location Filter Plugin
2
- This is IP2Location Filter plugin for Logstash that enables the user to find the country, region or state, city, latitude and longitude, US ZIP code, time zone, Internet Service Provider (ISP) or company name, domain name, net speed, area code, weather station code, weather station name, mobile country code (MCC), mobile network code (MNC) and carrier brand, elevation, and usage type by IP address or hostname originates from. The library reads the geo location information from **IP2Location BIN data** file.
2
+ This is IP2Location filter plugin for Logstash that enables Logstash's users to add geolocation information such as country, region, city, latitude, longitude, ZIP code, time zone, Internet Service Provider (ISP), domain name, connection speed, IDD code, area code, weather station code, weather station name, mobile country code (MCC), mobile network code (MNC), mobile brand, elevation, and usage type by IP address. The library reads the geo location information from **IP2Location BIN data** file.
3
3
 
4
4
  Supported IPv4 and IPv6 address.
5
5
 
@@ -10,6 +10,13 @@ This plugin requires IP2Location BIN data file to function. You may download the
10
10
  * IP2Location Commercial BIN Data (Comprehensive): https://www.ip2location.com/software/java-component
11
11
 
12
12
 
13
+ ## Installation
14
+ Install this plugin by the following code:
15
+ ```
16
+ bin/logstash-plugin install logstash-filter-ip2location
17
+ ```
18
+
19
+
13
20
  ## IP2Location Filter Configuration
14
21
  |Setting|Input type|Required|
15
22
  |---|---|---|
@@ -1,5 +1,3 @@
1
- # AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
2
-
3
1
  require 'jar_dependencies'
4
2
  require_jar('com.ip2location.ip2location', 'ip2location', '8.0.2')
5
- require_jar('org.logstash.filters', 'logstash-filter-ip2location', '1.0.0')
3
+ require_jar('org.logstash.filters', 'logstash-filter-ip2location', '1.0.1')
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-ip2location'
4
- s.version = '1.0.0'
4
+ s.version = '1.0.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Logstash filter IP2Location"
7
- s.description = "IP2Location plugin for Logstash filter"
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."
8
8
  s.authors = ["IP2Location"]
9
9
  s.email = 'support@ip2location.com'
10
10
  s.homepage = "https://www.ip2location.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-ip2location
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - IP2Location
@@ -38,7 +38,11 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: IP2Location plugin for Logstash filter
41
+ description: IP2Location filter plugin for Logstash enables Logstash's users to add
42
+ geolocation information such as country, state, city, latitude, longitude, ZIP code,
43
+ time zone, ISP, domain name, connection speed, IDD code, area code, weather station
44
+ code, weather station name, MNC, MCC, mobile brand, elevation and usage type by
45
+ IP address.
42
46
  email: support@ip2location.com
43
47
  executables: []
44
48
  extensions: []
@@ -54,7 +58,7 @@ files:
54
58
  - spec/spec_helper.rb
55
59
  - vendor/IP2LOCATION-LITE-DB3.IPV6.BIN
56
60
  - vendor/jar-dependencies/com/ip2location/ip2location/ip2location/8.0.2/ip2location-8.0.2.jar
57
- - vendor/jar-dependencies/org/logstash/filters/logstash-filter-ip2location/1.0.0/logstash-filter-ip2location-1.0.0.jar
61
+ - vendor/jar-dependencies/org/logstash/filters/logstash-filter-ip2location/1.0.1/logstash-filter-ip2location-1.0.1.jar
58
62
  homepage: https://www.ip2location.com
59
63
  licenses:
60
64
  - Apache License (2.0)