logstash-output-rabbitmq 5.0.1-java → 5.0.2-java
Sign up to get free protection for your applications and to get access to all the features.
- 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: 87be64d893053a936dc2aa2ec8d39a6f9a64fe8f
|
4
|
+
data.tar.gz: f6efcf0755829e01a2432f190676d944af44d63f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4d6a8ec9b6e70341a208b558966fc10620d31d64411e876e1c10cea16fa224a00197c8e329efaae6a1b0540910f7dceb19acf295ede89f0577569b8a01cedbe
|
7
|
+
data.tar.gz: 99e3c8ff1853e3c15150b8fbd916d94b459cddd677f79df7888d9ebde02f07a8ab7556ef212c4b5d59dc4073cb193c65ae7013c64a5051003ac7741dc6da10d9
|
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 = '5.0.
|
3
|
+
s.version = '5.0.2'
|
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: 5.0.
|
4
|
+
version: 5.0.2
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-09-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|