logstash-output-syslog 3.0.4 → 3.0.5

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: 1e1ef213b7104cd4664b8263e3ec09e13b54ed44af8c313305d84f9a94b66fc7
4
- data.tar.gz: 3c83395a96e740df1c6801658a95743956963560b4680ebc938f3016d089712f
3
+ metadata.gz: f85a7c09a405dd4fd6f66bb8e6d2fc1ba6a49303cee203e22f9c9f08ea067945
4
+ data.tar.gz: 87849f29260608558a9947b469660fc6245011cee2aceda3a264212555337622
5
5
  SHA512:
6
- metadata.gz: 45d284379bff4b743ae6352b46e97d3c24d17936cf3a0b36a0774ecaf3020b0399e490fc714fffd5e83ff78da95af58bc609411009eb8764ebf35d35796625d3
7
- data.tar.gz: 86d9af52c2bf0235b32fc68c5a05f1ffa823b5f7c83e722e6b112dc0678a0e5f76b9c6ecb8453d587d195b622303ca16408d104c2f1760da3f63fabad6b2a91e
6
+ metadata.gz: f52e5e416b5a497de1f671697f9d13da31cef7586b03abf9c4f1e080805cc2a87f6c89b85d7ae6a0b136b5a29a4298376784488e9d7b092925b31b7d23d5f228
7
+ data.tar.gz: c5c90f703fd15f047769cda17df107663720254b10886fee304c25829665a702c357f45ad6d0c39dd203c466b7d102d0ef8c12a7289db52364a7261bcd6736a4
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.4
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: syslog
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -236,4 +237,6 @@ use priority field if set to false
236
237
 
237
238
 
238
239
  [id="plugins-{type}s-{plugin}-common-options"]
239
- include::{include_path}/{type}.asciidoc[]
240
+ include::{include_path}/{type}.asciidoc[]
241
+
242
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-syslog'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Sends events to a `syslog` server"
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-output-syslog
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
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: 2017-11-13 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