logstash-output-pipe 3.0.5 → 3.0.6

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: d2cbedb3a89c722e2dbf049590bda7ba204760ce172305768115768e8c85f09f
4
- data.tar.gz: 9b5ea772b97d0540023e03203ce8ae8dbbe5665752398c18c439f0396c35590d
3
+ metadata.gz: c28b4dffb3eb5ac00927312ed22e2dc85ed6b0cc878f53e9c0a40c21c31f4df4
4
+ data.tar.gz: 25239567fc5270e7bf5c3a5f615e30e1bbd92a460fe135ee45bff1e8f64730fa
5
5
  SHA512:
6
- metadata.gz: 9f1562dba234142d119d5743b5132cecb6e31438bceb39481fbcf2c14215523899f036a98822f58deec58a5e9e7973d9b131e65aa9f0ec83c064689b35452b4e
7
- data.tar.gz: 44d76cd522e030a8931e153673ce3f268d4ac0b88d98f04a47c3743f255f148ec2d5ee8e42650a85ae2b9fe4171d74a6e05b8e4b1b2f253562bc3bfa9a1bb24e
6
+ metadata.gz: 5a22836a87818dce625c7a5de43d8ab422141788bb3daa089b6123a28224ac51cade2d89eb086dad9b5da70583ffcce8c34aa4179148b6e37e747441fab23e5b
7
+ data.tar.gz: da22231c833ae93428ba581e2762438e45bbf47b1005eca91da4effb12de079a53a393569072e831c55840c3037222177e725a8557cc973f54ae2e004c85afc5
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.5
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: pipe
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -77,4 +78,6 @@ Close pipe that hasn't been used for TTL seconds. -1 or 0 means never close.
77
78
 
78
79
 
79
80
  [id="plugins-{type}s-{plugin}-common-options"]
80
- include::{include_path}/{type}.asciidoc[]
81
+ include::{include_path}/{type}.asciidoc[]
82
+
83
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-pipe'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Pipes events to another program's standard input"
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-pipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
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