logstash-filter-handsetdetection 4.1.7 → 4.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/logstash-filter-handsetdetection.gemspec +2 -2
- metadata +15 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ed1f24cf995e6953d2f08500f54c89257c0b212
|
|
4
|
+
data.tar.gz: 212bdf3ebf81a84999f2e43ce51028947e22b401
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6e177cf37038903f70eb7c6504828b1b9cbf55398e1061651830f62628a7a3006a8a47496999d88dc66603bbaeb29d19cd480a8808672c31e6ee2978a45da27
|
|
7
|
+
data.tar.gz: a605557228c0954c1bb8e4e563cdfd0a9f21f94b92085413dea15c4aab8f284573f433a618093ef2603bc0a41e9a68b9382597e1bbbdcb29c51562a77cff2f28
|
data/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Extract the User-Agent header from an Apache log with Grok, and then enrich the
|
|
|
21
21
|
username => "xxxxxxxxxx"
|
|
22
22
|
password => "xxxxxxxxxxxxxxxx"
|
|
23
23
|
site_id => 000000
|
|
24
|
-
detection_type => ultimate
|
|
24
|
+
detection_type => "ultimate"
|
|
25
25
|
match => {
|
|
26
26
|
"agent" => "user-agent"
|
|
27
27
|
}
|
|
@@ -53,10 +53,10 @@ Extract the User-Agent header from an Apache log with Grok, and then enrich the
|
|
|
53
53
|
|
|
54
54
|
```
|
|
55
55
|
# Logstash 2.3 and higher
|
|
56
|
-
bin/logstash-plugin install logstash-filter-handsetdetection
|
|
56
|
+
bin/logstash-plugin install logstash-filter-handsetdetection
|
|
57
57
|
|
|
58
58
|
# Prior to Logstash 2.3
|
|
59
|
-
bin/plugin install logstash-filter-handsetdetection
|
|
59
|
+
bin/plugin install logstash-filter-handsetdetection
|
|
60
60
|
```
|
|
61
61
|
|
|
62
62
|
## Building from source
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-filter-handsetdetection'
|
|
3
|
-
s.version = '4.1.
|
|
3
|
+
s.version = '4.1.9'
|
|
4
4
|
s.licenses = ['MIT']
|
|
5
5
|
s.summary = "Handset Detection filter plugin for Logstash"
|
|
6
6
|
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
|
|
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
|
|
|
19
19
|
|
|
20
20
|
# Gem dependencies
|
|
21
21
|
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
|
|
22
|
-
s.add_runtime_dependency "handset_detection", "~> 4.
|
|
22
|
+
s.add_runtime_dependency "handset_detection", "~> 4.2", ">= 4.2.4"
|
|
23
23
|
|
|
24
24
|
#s.add_development_dependency 'logstash-devutils'
|
|
25
25
|
end
|
metadata
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-filter-handsetdetection
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Handset Detection
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-09-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
|
-
name: logstash-core-plugin-api
|
|
15
14
|
requirement: !ruby/object:Gem::Requirement
|
|
16
15
|
requirements:
|
|
17
16
|
- - ">="
|
|
@@ -20,8 +19,9 @@ dependencies:
|
|
|
20
19
|
- - "<="
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
21
|
version: '2.99'
|
|
23
|
-
|
|
22
|
+
name: logstash-core-plugin-api
|
|
24
23
|
prerelease: false
|
|
24
|
+
type: :runtime
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
@@ -31,25 +31,25 @@ dependencies:
|
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: '2.99'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
|
-
name: handset_detection
|
|
35
34
|
requirement: !ruby/object:Gem::Requirement
|
|
36
35
|
requirements:
|
|
37
36
|
- - "~>"
|
|
38
37
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '4.
|
|
38
|
+
version: '4.2'
|
|
40
39
|
- - ">="
|
|
41
40
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 4.
|
|
43
|
-
|
|
41
|
+
version: 4.2.4
|
|
42
|
+
name: handset_detection
|
|
44
43
|
prerelease: false
|
|
44
|
+
type: :runtime
|
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
47
|
- - "~>"
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: '4.
|
|
49
|
+
version: '4.2'
|
|
50
50
|
- - ">="
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: 4.
|
|
52
|
+
version: 4.2.4
|
|
53
53
|
description: This gem is a Logstash plugin required to be installed on top of the
|
|
54
54
|
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
|
55
55
|
gem is not a stand-alone program
|
|
@@ -71,7 +71,7 @@ licenses:
|
|
|
71
71
|
metadata:
|
|
72
72
|
logstash_plugin: 'true'
|
|
73
73
|
logstash_group: filter
|
|
74
|
-
post_install_message:
|
|
74
|
+
post_install_message:
|
|
75
75
|
rdoc_options: []
|
|
76
76
|
require_paths:
|
|
77
77
|
- lib
|
|
@@ -86,9 +86,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
86
86
|
- !ruby/object:Gem::Version
|
|
87
87
|
version: '0'
|
|
88
88
|
requirements: []
|
|
89
|
-
rubyforge_project:
|
|
90
|
-
rubygems_version: 2.
|
|
91
|
-
signing_key:
|
|
89
|
+
rubyforge_project:
|
|
90
|
+
rubygems_version: 2.6.14.1
|
|
91
|
+
signing_key:
|
|
92
92
|
specification_version: 4
|
|
93
93
|
summary: Handset Detection filter plugin for Logstash
|
|
94
94
|
test_files:
|