logstash-input-relp 3.0.3 → 3.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f0a6b7883174efa71d282fc5ec463da54e4c31b8759f4e8d3e5e7401c42f320
4
- data.tar.gz: 4eb45bb3744d27942146cac99af915a24e6742ae7f9186c36d526576b1845c34
3
+ metadata.gz: 02b18e916645ee435b212e441714da85444350c6813ced7f003089d6a1845125
4
+ data.tar.gz: 3b53daa50af9b41dd83bc61faa5c35620ed1a3ef7b49c8d1786753c100502dc9
5
5
  SHA512:
6
- metadata.gz: 25cf8c38715ad97e71db3773b3306ffd1985476e1db0f9d6111d7abca5281274e7dfaf5f3eaca60a90ad93baae938042cf23309d3ee90957b384a6d39dea22b8
7
- data.tar.gz: b2ee67ac12fee5173e052237df22ead903bcd70022244877307cba8b06647da94a3a6daab608703bf670543c6e7205e147041865713c70c19643b2729f3ad72c
6
+ metadata.gz: a44d2cbdb2697e4b3c925df01220aeb199b39c0f6f47110d74e2b8fd72f7067b32ada05d4539305f293e1ab8d90b1058bbc6ad3a6332cea62acc1da70b756fb2
7
+ data.tar.gz: c1c7ccfa8cd569ac9e38d29090cb3a953a8e787c1d1a45ea6544b39d6d810a04be4b305dbf84a8bef70296208ca643584c58a5dd2c6c67af330a6e4ae1407b70
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.3
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -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!:
@@ -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.3'
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.3
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: 2017-11-07 00:00:00.000000000 Z
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