logstash-input-zeromq 3.0.3 → 3.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +6 -0
- data/LICENSE +1 -1
- data/docs/index.asciidoc +5 -2
- data/logstash-input-zeromq.gemspec +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: a42ccf9332714df83d406a6e1102d9842c95b3a55c57e2ae1c1e4580193bd8a8
|
4
|
+
data.tar.gz: 758e6fbef01cd3918553f44af4c0b860c484993684807f4f4c466c0fa13beb08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a73e37b422bad660d25061180c044c75f4648875c1c0b3a26772e362c89d8bda67fa94950d62d7547bfdf16770cbaa217c533bd18aa11cc146d394804e4b9d54
|
7
|
+
data.tar.gz: 4fe71d801f8979792405fac29765521862fba24ae0631aa2f80f6a9ca7e5e590e8ad18483ea6edafda77b0603899c3890bfccd7b570f13282d4512627032df15
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
:plugin: zeromq
|
2
2
|
:type: input
|
3
|
+
:default_codec: json
|
3
4
|
|
4
5
|
///////////////////////////////////////////
|
5
6
|
START - GENERATED VARIABLES, DO NOT EDIT!
|
@@ -12,7 +13,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
|
|
12
13
|
END - GENERATED VARIABLES, DO NOT EDIT!
|
13
14
|
///////////////////////////////////////////
|
14
15
|
|
15
|
-
[id="plugins-{type}-{plugin}"]
|
16
|
+
[id="plugins-{type}s-{plugin}"]
|
16
17
|
|
17
18
|
=== Zeromq input plugin
|
18
19
|
|
@@ -156,4 +157,6 @@ you can change the `mode` setting
|
|
156
157
|
|
157
158
|
|
158
159
|
[id="plugins-{type}s-{plugin}-common-options"]
|
159
|
-
include::{include_path}/{type}.asciidoc[]
|
160
|
+
include::{include_path}/{type}.asciidoc[]
|
161
|
+
|
162
|
+
:default_codec!:
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-input-zeromq'
|
4
|
-
s.version = '3.0.
|
4
|
+
s.version = '3.0.5'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "$summary"
|
7
7
|
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-input-zeromq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -72,7 +72,9 @@ dependencies:
|
|
72
72
|
- - ">="
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
75
|
+
description: This gem is a Logstash plugin required to be installed on top of the
|
76
|
+
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
77
|
+
gem is not a stand-alone program
|
76
78
|
email: info@elastic.co
|
77
79
|
executables: []
|
78
80
|
extensions: []
|
@@ -113,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
115
|
version: '0'
|
114
116
|
requirements: []
|
115
117
|
rubyforge_project:
|
116
|
-
rubygems_version: 2.
|
118
|
+
rubygems_version: 2.6.11
|
117
119
|
signing_key:
|
118
120
|
specification_version: 4
|
119
121
|
summary: "$summary"
|