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 +4 -4
- data/README.md +2 -0
- data/lib/logstash-filter-ip2proxy_jars.rb +2 -2
- data/logstash-filter-ip2proxy.gemspec +1 -1
- data/vendor/jar-dependencies/com/ip2proxy/ip2proxy/ip2proxy/3.4.0/ip2proxy-3.4.0.jar +0 -0
- data/vendor/jar-dependencies/org/logstash/filters/logstash-filter-ip2proxy/{2.3.0/logstash-filter-ip2proxy-2.3.0.jar → 2.3.1/logstash-filter-ip2proxy-2.3.1.jar} +0 -0
- metadata +8 -9
- data/vendor/jar-dependencies/com/ip2proxy/ip2proxy/ip2proxy/3.2.0/ip2proxy-3.2.0.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: 481763ee546214cc2d2085deb0fd817309bc135fbbc37f5db35cd490b45ce387
|
4
|
+
data.tar.gz: 932e39ad6bac7204f978c4762552adfec12d84a0fe0596af10ea5543f0359382
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
3
|
-
require_jar('org.logstash.filters', 'logstash-filter-ip2proxy', '2.3.
|
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.
|
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."
|
Binary file
|
Binary file
|
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.
|
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-
|
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.
|
60
|
-
- vendor/jar-dependencies/org/logstash/filters/logstash-filter-ip2proxy/2.3.
|
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
|
-
|
84
|
-
|
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:
|