logstash-input-beats 2.2.2 → 2.2.3
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/logstash-input-beats.gemspec +2 -2
- metadata +11 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2beab9dae658061e64acce122da225d2b3087f7
|
|
4
|
+
data.tar.gz: 972c48eeaee1f01714e3f0ff9ad816583506866a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8340d76cfb2ddbdb046cfa3f3419fc2b7952ed2a0fcdbadd90955f82b29841dd35fd892eaeda4c1150fd4c45a50b1317d0ebb83d4197ff71f3fb2d2780ba3aac
|
|
7
|
+
data.tar.gz: 54fc3e7f115619daf129cb6ea5b11742ce5498f4f9b4c04fd5c509514ae1f13de7b5fecd4f33093d20b770237bcf188ead9ba1963b0ad72ae25113cbd53c9585
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "logstash-input-beats"
|
|
3
|
-
s.version = '2.2.
|
|
3
|
+
s.version = '2.2.3'
|
|
4
4
|
s.licenses = ["Apache License (2.0)"]
|
|
5
5
|
s.summary = "Receive events using the lumberjack protocol."
|
|
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/plugin install gemname. This gem is not a stand-alone program"
|
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
|
|
22
22
|
s.add_runtime_dependency "logstash-core-plugin-api", "~> 1.0"
|
|
23
23
|
|
|
24
24
|
s.add_runtime_dependency "logstash-codec-plain"
|
|
25
|
-
s.add_runtime_dependency "concurrent-ruby", "
|
|
25
|
+
s.add_runtime_dependency "concurrent-ruby", [ ">= 0.9.2", "<= 1.0.0" ]
|
|
26
26
|
s.add_runtime_dependency "thread_safe", "~> 0.3.5"
|
|
27
27
|
s.add_runtime_dependency "logstash-codec-multiline", "~> 2.0.5"
|
|
28
28
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-beats
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
@@ -42,14 +42,20 @@ dependencies:
|
|
|
42
42
|
name: concurrent-ruby
|
|
43
43
|
version_requirements: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - '>='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: 0.9.2
|
|
48
|
+
- - <=
|
|
49
|
+
- !ruby/object:Gem::Version
|
|
50
|
+
version: 1.0.0
|
|
48
51
|
requirement: !ruby/object:Gem::Requirement
|
|
49
52
|
requirements:
|
|
50
|
-
- -
|
|
53
|
+
- - '>='
|
|
51
54
|
- !ruby/object:Gem::Version
|
|
52
55
|
version: 0.9.2
|
|
56
|
+
- - <=
|
|
57
|
+
- !ruby/object:Gem::Version
|
|
58
|
+
version: 1.0.0
|
|
53
59
|
prerelease: false
|
|
54
60
|
type: :runtime
|
|
55
61
|
- !ruby/object:Gem::Dependency
|
|
@@ -261,7 +267,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
261
267
|
version: '0'
|
|
262
268
|
requirements: []
|
|
263
269
|
rubyforge_project:
|
|
264
|
-
rubygems_version: 2.4.
|
|
270
|
+
rubygems_version: 2.4.6
|
|
265
271
|
signing_key:
|
|
266
272
|
specification_version: 4
|
|
267
273
|
summary: Receive events using the lumberjack protocol.
|
|
@@ -288,3 +294,4 @@ test_files:
|
|
|
288
294
|
- spec/support/integration_shared_context.rb
|
|
289
295
|
- spec/support/logstash_test.rb
|
|
290
296
|
- spec/support/shared_examples.rb
|
|
297
|
+
has_rdoc:
|