logstash-filter-handsetdetection 4.1.7 → 4.1.9

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: 667cf7455d28f8bf1ccfbf50ff15cdb418976b37
4
- data.tar.gz: 270a1da8644f3d9c63287376629f540f2b222754
3
+ metadata.gz: 0ed1f24cf995e6953d2f08500f54c89257c0b212
4
+ data.tar.gz: 212bdf3ebf81a84999f2e43ce51028947e22b401
5
5
  SHA512:
6
- metadata.gz: 532cc79fa013ce4a1718fd9b65ba5310ec9e8812e63328665c080192fb7e94a075e85bf68101bab5af1cd624ae899a481cad6671f7c9e4562e8732ebb64e2b09
7
- data.tar.gz: 108ee6680452a6c1b61c3c267fe2d6fe8077187a95a0d2c02e1812b16031b619dea4934223ea506c4896fc0cf909e4b9462d99833fcbbebbba76e33cb85f53eb
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-1.1.0
56
+ bin/logstash-plugin install logstash-filter-handsetdetection
57
57
 
58
58
  # Prior to Logstash 2.3
59
- bin/plugin install logstash-filter-handsetdetection-1.1.0
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.7'
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.1", ">= 4.1.6"
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.7
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: 2017-02-16 00:00:00.000000000 Z
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
- type: :runtime
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.1'
38
+ version: '4.2'
40
39
  - - ">="
41
40
  - !ruby/object:Gem::Version
42
- version: 4.1.6
43
- type: :runtime
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.1'
49
+ version: '4.2'
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: 4.1.6
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.4.8
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: