logstash-input-exec 3.3.0 → 3.3.1

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: ce9ee9b0271289948781bc4b076ab78e944c873d43a66ee3c0dd24a51d82e255
4
- data.tar.gz: b91a2de52e523b0f1299582f01502d8c07046979772a413ff9aa5c5a917e9e27
3
+ metadata.gz: 60673ae805d32c1465c6fd83fe114d29532026a35c774eba83ef0a45179ecdd4
4
+ data.tar.gz: aa602926b347d292cc274f50a9a30051c645670a2e2921acb492807ec8446acc
5
5
  SHA512:
6
- metadata.gz: 3c58e64c70dc75fff5fb89bb3648bbb52410a2cb35571ce72188b08b466e0db3ee5efc3436e1cf24dc1dd1182b553c3afae07789bc9e5edd9e780fa8b8d6749a
7
- data.tar.gz: 8ea6953772bbc385bd4664ff900fc6cb68bb870154ed31197996150f821724ace54ab43e646a283d6677e80b11cd737ae85b60258d72bb5241fa78197043698e
6
+ metadata.gz: ff843ab17a5ef5e78a53686574524a1ed2efcfae2ebe347888d62e1119b03bd6e1e187f060adef48e7a5e382b5437784e2830aa88478cd5e471937073fb176b8
7
+ data.tar.gz: b5a516f596d317264f981324e2f428fdaf9bf4daae6c7c388689315aec6c59f19678c9491558581b9ec91ef16c5014c964352fd3cf1456d59ce6f104b8d997be
@@ -1,3 +1,6 @@
1
+ ## 3.3.1
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.3.0
2
5
  - Add metadata data to the event wrt execution duration and exit status
3
6
 
@@ -1,5 +1,6 @@
1
1
  :plugin: exec
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -105,4 +106,6 @@ Either `interval` or `schedule` option must be defined.
105
106
 
106
107
 
107
108
  [id="plugins-{type}s-{plugin}-common-options"]
108
- include::{include_path}/{type}.asciidoc[]
109
+ include::{include_path}/{type}.asciidoc[]
110
+
111
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-exec'
4
- s.version = '3.3.0'
4
+ s.version = '3.3.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Captures the output of a shell command as an event"
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-exec
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.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-04-04 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
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  version: '0'
142
142
  requirements: []
143
143
  rubyforge_project:
144
- rubygems_version: 2.6.13
144
+ rubygems_version: 2.6.11
145
145
  signing_key:
146
146
  specification_version: 4
147
147
  summary: Captures the output of a shell command as an event