logstash-input-rabbitmq 5.2.5 → 6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -2
- data/docs/index.asciidoc +0 -20
- data/logstash-input-rabbitmq.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 080e46114ef8b40ead22169e1f4d63d71f7fe180
|
4
|
+
data.tar.gz: 8fc036ffdf1a8caf3d6be4091e3655881e2aab92
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf5117c81786b92150b70b30e7d3321a09eb9538632dd000fb2017400db11abe81885381b6b64dca8342c918de3408113f26506004ab0dfb2c99cb444e1c9037
|
7
|
+
data.tar.gz: d419925c74a1d17fd301a85895732e7922afda5d8c825d6d793ad66f3f996952ec891d6d9d2e95fbe893ddee93b956d1ca0d6e4935c70a7bcae9fbc112a258a4
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -370,26 +370,6 @@ before retrying. Subscribes can fail if the server goes away and then comes back
|
|
370
370
|
* Value type is <<number,number>>
|
371
371
|
* Default value is `1`
|
372
372
|
|
373
|
-
|
374
|
-
|
375
|
-
[id="plugins-{type}s-{plugin}-tls_certificate_password"]
|
376
|
-
===== `tls_certificate_password` (DEPRECATED)
|
377
|
-
|
378
|
-
* DEPRECATED WARNING: This configuration item is deprecated and may not be available in future versions.
|
379
|
-
* Value type is <<string,string>>
|
380
|
-
* There is no default value for this setting.
|
381
|
-
|
382
|
-
TLS certificate password
|
383
|
-
|
384
|
-
[id="plugins-{type}s-{plugin}-tls_certificate_path"]
|
385
|
-
===== `tls_certificate_path` (DEPRECATED)
|
386
|
-
|
387
|
-
* DEPRECATED WARNING: This configuration item is deprecated and may not be available in future versions.
|
388
|
-
* Value type is <<path,path>>
|
389
|
-
* There is no default value for this setting.
|
390
|
-
|
391
|
-
TLS certifcate path
|
392
|
-
|
393
373
|
[id="plugins-{type}s-{plugin}-user"]
|
394
374
|
===== `user`
|
395
375
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-input-rabbitmq'
|
3
|
-
s.version = '
|
3
|
+
s.version = '6.0.0'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
5
|
s.summary = "Pull events from a RabbitMQ exchange."
|
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"
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
|
20
20
|
|
21
21
|
# Gem dependencies
|
22
22
|
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
|
23
|
-
s.add_runtime_dependency "logstash-mixin-rabbitmq_connection", '>=
|
23
|
+
s.add_runtime_dependency "logstash-mixin-rabbitmq_connection", '>= 5.0.0', '< 6.0.0'
|
24
24
|
|
25
25
|
s.add_runtime_dependency 'logstash-codec-json'
|
26
26
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-rabbitmq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 6.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -35,10 +35,10 @@ dependencies:
|
|
35
35
|
requirements:
|
36
36
|
- - ">="
|
37
37
|
- !ruby/object:Gem::Version
|
38
|
-
version:
|
38
|
+
version: 5.0.0
|
39
39
|
- - "<"
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version:
|
41
|
+
version: 6.0.0
|
42
42
|
name: logstash-mixin-rabbitmq_connection
|
43
43
|
prerelease: false
|
44
44
|
type: :runtime
|
@@ -46,10 +46,10 @@ dependencies:
|
|
46
46
|
requirements:
|
47
47
|
- - ">="
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version:
|
49
|
+
version: 5.0.0
|
50
50
|
- - "<"
|
51
51
|
- !ruby/object:Gem::Version
|
52
|
-
version:
|
52
|
+
version: 6.0.0
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
requirement: !ruby/object:Gem::Requirement
|
55
55
|
requirements:
|