logstash-input-pipe 3.0.6 → 3.0.7

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: 677a795a66750091f442417557b0c94488bf9519796076d0feb4bb730b0323eb
4
- data.tar.gz: e7068bcb5e96ddc9d8bae3de66f4da898a4c225aeb7236288ee4884ac3cdf0c0
3
+ metadata.gz: 2509bb96f79e3d37be9f8e05ecd55165afed3a43a21e24c4d71bb1f3c613c08e
4
+ data.tar.gz: 2c0a565f83b417b2119f829199e9e5c4c207f4eb5bf1804b5a67be492f6f35d1
5
5
  SHA512:
6
- metadata.gz: 6ae12f60371cc506fedec745ebca64fb4563a96696f5932c29057727a0c0199f0093698c14111ff5585af4d4e65bafd4bb305a4223ddc1bbac4d014a80005540
7
- data.tar.gz: 38306369921df923da37f87266723f9ad57456a93e6ec250c20edbc3bed1a9fb332219af8ed7d51ee8795467ca427bc6233f8269c038bf27791dd1252fc085d4
6
+ metadata.gz: 25cf6a651a805a58f91735b2397dc953f1a85bde78878674519095c70ca8b7e49389896812cc4c7bf59b156fc356c60c81283c35725eca008d52b1cb79bb4105
7
+ data.tar.gz: aa4e9c58e60a6514a558f8d61fb1816ab54910ad22f4c3d79f3e208d20b08c84ab1bed1b43ec0d8f81ff3feae62de4f9aaac1ca6f2275f878dcd4bc7a6759eb8
@@ -1,3 +1,6 @@
1
+ ## 3.0.7
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.6
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: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -58,4 +59,6 @@ Example:
58
59
 
59
60
 
60
61
  [id="plugins-{type}s-{plugin}-common-options"]
61
- include::{include_path}/{type}.asciidoc[]
62
+ include::{include_path}/{type}.asciidoc[]
63
+
64
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-pipe'
4
- s.version = '3.0.6'
4
+ s.version = '3.0.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Streams events from a long-running command pipe"
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-pipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.6
4
+ version: 3.0.7
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