logstash-filter-ip2proxy 2.3.0 → 2.3.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
  SHA256:
3
- metadata.gz: f9dff67a512aee4b5767218370d4056d7bb5828c589a06e52283fa6c75b75476
4
- data.tar.gz: be48f6f9ae7156cb854da238ec87ce5b4f7abb2fcda8adbbc28d133c052f4d51
3
+ metadata.gz: 481763ee546214cc2d2085deb0fd817309bc135fbbc37f5db35cd490b45ce387
4
+ data.tar.gz: 932e39ad6bac7204f978c4762552adfec12d84a0fe0596af10ea5543f0359382
5
5
  SHA512:
6
- metadata.gz: 124e8063f15a71fd3b4fda9067eb2f8c497b89886b9214fd1eb744f393ba623f33f79bcb2a62bd76212b9ebaa56d6c1daecc10332be845c08c1ddb127420ad1d
7
- data.tar.gz: 120e824008b50765c7b8e9a1e2be88a9dbad504ab9ea917910392a71806487e4f69da0daa81db7381941b795527a3e5f11f9eb679c84303b5f21fe3796e3b585
6
+ metadata.gz: 34827f591d9df130d9c548b48dfd15e0bf0b00035ed5f477b29c7632dd5f5ba2c7a3472684c2077ff73a8eede04acff9f0470e468054699d2cdafdda3225d7d5
7
+ data.tar.gz: 1e4cdebc1c1ea291abde014c010e8e26d6d873984f8e51bd3b4c98db0698230d571984b0b0724908f4bc32680a9688c0200ce98e5eaec8a91f24d45bccc14e20
data/README.md CHANGED
@@ -3,6 +3,8 @@ This is IP2Proxy filter plugin for Logstash that enables Logstash's users to rev
3
3
 
4
4
  For the methods to use IP2Proxy filter plugin with Elastic Stack (Elasticsearch, Filebeat, Logstash, and Kibana), please take a look on this [tutorial](https://blog.ip2location.com/knowledge-base/how-to-use-ip2proxy-filter-plugin-with-elastic-stack).
5
5
 
6
+ *Note: This plugin works in Logstash 7 and Logstash 8.*
7
+
6
8
 
7
9
  ## Dependencies (IP2PROXY BIN DATA FILE)
8
10
  This plugin requires IP2Proxy BIN data file to function. You may download the BIN data file at
@@ -1,3 +1,3 @@
1
1
  require 'jar_dependencies'
2
- require_jar('com.ip2proxy.ip2proxy', 'ip2proxy', '3.2.0')
3
- require_jar('org.logstash.filters', 'logstash-filter-ip2proxy', '2.3.0')
2
+ require_jar('com.ip2proxy.ip2proxy', 'ip2proxy', '3.4.0')
3
+ require_jar('org.logstash.filters', 'logstash-filter-ip2proxy', '2.3.1')
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-ip2proxy'
4
- s.version = '2.3.0'
4
+ s.version = '2.3.1'
5
5
  s.licenses = ['Apache-2.0']
6
6
  s.summary = "Logstash filter IP2Proxy"
7
7
  s.description = "IP2Proxy filter plugin for Logstash enables Logstash's users to reverse search of IP address to detect VPN servers, open proxies, web proxies, Tor exit nodes, search engine robots, data center ranges and residential proxies using IP2Proxy BIN database."
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-ip2proxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - IP2Location
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-08 00:00:00.000000000 Z
11
+ date: 2022-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core-plugin-api
@@ -56,15 +56,15 @@ files:
56
56
  - spec/filters/ip2proxy_spec.rb
57
57
  - spec/spec_helper.rb
58
58
  - vendor/IP2PROXY-LITE-PX1.BIN
59
- - vendor/jar-dependencies/com/ip2proxy/ip2proxy/ip2proxy/3.2.0/ip2proxy-3.2.0.jar
60
- - vendor/jar-dependencies/org/logstash/filters/logstash-filter-ip2proxy/2.3.0/logstash-filter-ip2proxy-2.3.0.jar
59
+ - vendor/jar-dependencies/com/ip2proxy/ip2proxy/ip2proxy/3.4.0/ip2proxy-3.4.0.jar
60
+ - vendor/jar-dependencies/org/logstash/filters/logstash-filter-ip2proxy/2.3.1/logstash-filter-ip2proxy-2.3.1.jar
61
61
  homepage: https://www.ip2location.com
62
62
  licenses:
63
63
  - Apache-2.0
64
64
  metadata:
65
65
  logstash_plugin: 'true'
66
66
  logstash_group: filter
67
- post_install_message:
67
+ post_install_message:
68
68
  rdoc_options: []
69
69
  require_paths:
70
70
  - lib
@@ -80,9 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubyforge_project:
84
- rubygems_version: 2.7.6.2
85
- signing_key:
83
+ rubygems_version: 3.2.33
84
+ signing_key:
86
85
  specification_version: 4
87
86
  summary: Logstash filter IP2Proxy
88
87
  test_files: