logstash-output-exec 3.1.3 → 3.1.4

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: 59144edff3abdb087540ee9a3ad2da29d04f77b9eb5aed4fdde33ee19f451b20
4
- data.tar.gz: f21d0f54c5b5008fdc110ead52c3056881eb785fbd0ed23d3e80491253b6744e
3
+ metadata.gz: a13d8cd4b1d4491af4a483f1577382968292767285efc2990ddb8013413fa4bd
4
+ data.tar.gz: fa4548b2c31c8c5b4c97be11b7e1650532f4fc71c4381f628cf514de575070cb
5
5
  SHA512:
6
- metadata.gz: 2057460e09f9d458f8f656f3d98e8fe4d24ad04fccdbda72de49c451ff9787108447bb189b36734198c0106a5080ccba30bea4858e01885eb92d8bc5f58df7d0
7
- data.tar.gz: 00d2e80823a4a65d7b7d606195ca07d739a858b4af0cd9404d01a96ec8f11388984ae409a8b8c9e4bc5bead9b9bfbc165adcb152f33ab5c1d4446112f8b595aa
6
+ metadata.gz: 05fb358a9b352a7622544afc343427ee679d190d64d2d9981baecace09fecc18007f8a72b2f745bc3d896e1df14044c872de4dc726f28f7630e13248edb62c5b
7
+ data.tar.gz: 20cc32bdbbcd5912c87b6c6700ddcf064938e71c0e2267f97db571d3710c48b140855aa19193bacea1687898f5e53993e312ee5591508c9659f4205d3735ddec
@@ -1,3 +1,6 @@
1
+ ## 3.1.4
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.1.3
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: exec
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -83,4 +84,6 @@ display the result of the command to the terminal
83
84
 
84
85
 
85
86
  [id="plugins-{type}s-{plugin}-common-options"]
86
- include::{include_path}/{type}.asciidoc[]
87
+ include::{include_path}/{type}.asciidoc[]
88
+
89
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-exec'
3
- s.version = '3.1.3'
3
+ s.version = '3.1.4'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Runs a command for a matching event"
6
6
  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-exec
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.3
4
+ version: 3.1.4
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