logstash-input-syslog 3.4.0 → 3.4.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30915cac1fcc65f8de106471302441df16c4bc5333243faec47223166be5c96b
4
- data.tar.gz: ccfa3cf6950b6a4353c6bfcd8ac7073df626b3ed18d0d8cf82e762b80ba9aeb8
3
+ metadata.gz: 1f33f6c257d60f38910d055ec2f7718614b98a2defa97a2ce96dddcdecee6570
4
+ data.tar.gz: 729b94fbf67938c7296cb1894b98c2f562489c6dc1671336ba5a3fc66f5c99db
5
5
  SHA512:
6
- metadata.gz: d515b8ba355a0ad289dc276ca2620a8ebef47304b907abbc003eb975ad5f21f82a63ece8125a30b24ec36dd9077a38675cf34e049d3972d6da0ed4d7dc74565c
7
- data.tar.gz: '038276f3c5172c192782ba4d60c98a1a407754fc9290266c94e420d98c0fef06de2fe1afbfc9509c5fe269aa0cb9ffb33cfc39f08209abaaf3d3b94e1c42ae77'
6
+ metadata.gz: 2cdb64ab661e062f215576b51f959f5cece999ff20269fc5fc2b764f8222a82a431ddcf137a6097c91a8edc187c017181f2b67ab7ddb9d00e3e1fed53a8eae40
7
+ data.tar.gz: fd5b4ea41e7856b25ba60ca259d40305b697fb1452f9e9c750d52d037918b4ec64f52f5e2cf034c02c1b92d661b9948c7394c67efa3c951ad7ac2f2474116004
@@ -1,3 +1,6 @@
1
+ ## 3.4.1
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.4.0
2
5
  - Allow the syslog field to be a configurable option. This is useful for when codecs change
3
6
  the field containing the syslog data (e.g. the CEF codec).
@@ -1,5 +1,6 @@
1
1
  :plugin: syslog
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -186,3 +187,5 @@ Use label parsing for severity and facility levels.
186
187
 
187
188
  [id="plugins-{type}s-{plugin}-common-options"]
188
189
  include::{include_path}/{type}.asciidoc[]
190
+
191
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-syslog'
4
- s.version = '3.4.0'
4
+ s.version = '3.4.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Reads syslog messages as events"
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-syslog
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.0
4
+ version: 3.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-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
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
188
  version: '0'
189
189
  requirements: []
190
190
  rubyforge_project:
191
- rubygems_version: 2.6.13
191
+ rubygems_version: 2.6.11
192
192
  signing_key:
193
193
  specification_version: 4
194
194
  summary: Reads syslog messages as events