logstash-input-relp 3.0.3 → 3.0.4
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/LICENSE +1 -1
- data/docs/index.asciidoc +4 -1
- data/logstash-input-relp.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02b18e916645ee435b212e441714da85444350c6813ced7f003089d6a1845125
|
|
4
|
+
data.tar.gz: 3b53daa50af9b41dd83bc61faa5c35620ed1a3ef7b49c8d1786753c100502dc9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a44d2cbdb2697e4b3c925df01220aeb199b39c0f6f47110d74e2b8fd72f7067b32ada05d4539305f293e1ab8d90b1058bbc6ad3a6332cea62acc1da70b756fb2
|
|
7
|
+
data.tar.gz: c1c7ccfa8cd569ac9e38d29090cb3a953a8e787c1d1a45ea6544b39d6d810a04be4b305dbf84a8bef70296208ca643584c58a5dd2c6c67af330a6e4ae1407b70
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:plugin: relp
|
|
2
2
|
:type: input
|
|
3
|
+
:default_codec: plain
|
|
3
4
|
|
|
4
5
|
///////////////////////////////////////////
|
|
5
6
|
START - GENERATED VARIABLES, DO NOT EDIT!
|
|
@@ -123,4 +124,6 @@ For input, sets the field `sslsubject` to that of the client certificate.
|
|
|
123
124
|
|
|
124
125
|
|
|
125
126
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
126
|
-
include::{include_path}/{type}.asciidoc[]
|
|
127
|
+
include::{include_path}/{type}.asciidoc[]
|
|
128
|
+
|
|
129
|
+
:default_codec!:
|
data/logstash-input-relp.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-relp'
|
|
4
|
-
s.version = '3.0.
|
|
4
|
+
s.version = '3.0.4'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Receives RELP events over a TCP socket"
|
|
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-relp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.4
|
|
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
|