logstash-output-exec 3.1.1 → 3.1.2

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
  SHA1:
3
- metadata.gz: 878a5afa87427168d9349c5d012a8c36e12f6481
4
- data.tar.gz: 2307b161995ac098f1cd39a37410cb7aef5981a9
3
+ metadata.gz: b049ff1294bb5147d1d71222c80e6ef9dedf3bc5
4
+ data.tar.gz: 64015014c5deac44cc692a0cbb87a66ad52b7b3a
5
5
  SHA512:
6
- metadata.gz: 523bf56aad6e7fb6ce2744572c6687bae3fff9ba4808f5a2716aeecdc201aa177e9597844dbeb59549d08eb177c42ea406e206f11da3fd8e0d2aa2531df0913b
7
- data.tar.gz: 7c87c1afed14a970954e6a78ae30741cc172b5eb79ba1dd9379b089f70e7ea258cd5cf222903c1d0ba8b3ae537de23ff0acb05c6f866b8625a1e4e4e6b917197
6
+ metadata.gz: 53dd81e876538e09513b5e2339cd828b2d1d16c8442b1fa1f22565c7530be4f296487cd602592258da814530c53013aab383e1bd4ba8cc606f124d55f52acfaa
7
+ data.tar.gz: d0f01c3836f16c1df52080f2eac50e9aa60e33b293388451b1c0f968e8901a9e974a43112c122b04db72908774c487c753df6b7485e73266a8a097d40e758814
@@ -1,3 +1,6 @@
1
+ ## 3.1.2
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.1.0
2
5
  - Log output of the exec'd command using log4j info and debug
3
6
 
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Exec output plugin
18
18
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-exec'
3
- s.version = '3.1.1'
3
+ s.version = '3.1.2'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "This output will run a command for any 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.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement