logstash-output-tcp 5.0.2 → 5.0.3

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: d1ec82ba6237b04727d6a13693db5743a05a1f83a650ede7b4c2cd15ad5221bd
4
- data.tar.gz: b7ec2bf18788429cef15f5906c7dacd15a7f420767625fa177c328918d3a9557
3
+ metadata.gz: 0565e34927d080a0ba41372bde33cbf966cb449b910acaf9ea38b91b2b7495a4
4
+ data.tar.gz: 88e584541dbccec6843e39edb6d497c8213b13d61498785eac6470ba62708012
5
5
  SHA512:
6
- metadata.gz: 93de0c08dfba78352bd79ff26529c330576c03648ab004abb468f2df86b94ff289f2da1c958bbbf1657be3c355ed85a7afe83543f08724f3156d110bc77f054d
7
- data.tar.gz: 2ec00f25afb28ea47a8c82f73c7249b4fca08a8e3f06dc60310bee5b618e067d938f5c327905f61988e08493f6849a9049688e59ba300487ea088847a0d3f02b
6
+ metadata.gz: 70c66b5b78646393b5e2848b4ce51dc076b3b79a7730929520145519c7b4a7ca498df78ba47f049794fa0d10d7b0f74e52f0c87274c4da3ca269d392b7624da4
7
+ data.tar.gz: e408f19d748abde5c03e18c9525ab0d9d5ebb6f11e0c0893e448892f4dcea32a49faf4450bea9ded566bdc09db46a6fbb850984b52e925110a92cfb4558d3bca
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 5.0.3
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 5.0.2
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.
data/docs/index.asciidoc CHANGED
@@ -1,5 +1,6 @@
1
1
  :plugin: tcp
2
2
  :type: output
3
+ :default_codec: json
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -141,4 +142,6 @@ For input, sets the field `sslsubject` to that of the client certificate.
141
142
 
142
143
 
143
144
  [id="plugins-{type}s-{plugin}-common-options"]
144
- include::{include_path}/{type}.asciidoc[]
145
+ include::{include_path}/{type}.asciidoc[]
146
+
147
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-tcp'
4
- s.version = '5.0.2'
4
+ s.version = '5.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Writes 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-output-tcp
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.2
4
+ version: 5.0.3
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