logstash-output-rabbitmq 4.0.10-java → 4.0.11-java
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/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +1 -1
- data/logstash-output-rabbitmq.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b69eb31143784cb3c54663f2be07d892d8d7e8af
|
4
|
+
data.tar.gz: caf92414ae1fc4cba3605a9655c5be58b304db6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eea511deb9a0410911291495c772d426e69678ac5e8320a0c501633e8ade09d3277fa3f5f368940a30657522184a9f2ef28eaebafab017ec95f4e9a9ea809a88
|
7
|
+
data.tar.gz: b5ae510b14e3392f1617a23ff28ac59ff8fee7d227fe7c33529698dae6ddf76fd379079f0a616713c2924914ed816444f242c6e655a6547369eb8f61e2033a9c
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -46,7 +46,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
|
|
46
46
|
| <<plugins-{type}s-{plugin}-heartbeat>> |<<number,number>>|No
|
47
47
|
| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|Yes
|
48
48
|
| <<plugins-{type}s-{plugin}-key>> |<<string,string>>|No
|
49
|
-
| <<plugins-{type}s-{plugin}-message_properties>> |<<
|
49
|
+
| <<plugins-{type}s-{plugin}-message_properties>> |<<hash,hash>>|No
|
50
50
|
| <<plugins-{type}s-{plugin}-passive>> |<<boolean,boolean>>|No
|
51
51
|
| <<plugins-{type}s-{plugin}-password>> |<<password,password>>|No
|
52
52
|
| <<plugins-{type}s-{plugin}-persistent>> |<<boolean,boolean>>|No
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-output-rabbitmq'
|
3
|
-
s.version = '4.0.
|
3
|
+
s.version = '4.0.11'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
5
|
s.summary = "Push events to 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"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-output-rabbitmq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.11
|
5
5
|
platform: java
|
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-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|