logstash-output-stdout 0.1.1 → 0.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: ea7e340e68de36ffb0894afcd24b9e830c629631
4
- data.tar.gz: ef9bc2ddde133f08c77bf07c0a92cc7976096c9a
3
+ metadata.gz: 8e3dad122c1d24233effefa35459e9d314ee7907
4
+ data.tar.gz: 19a472c02c6276916e76430b44abb9d0ae6971c4
5
5
  SHA512:
6
- metadata.gz: 3a0df9a8dfb5c1cfa5ce274f48b5cb184fea4037c126a9e535b9534fcb8bb95b3a0e03c7e0dda6a02dc92328872050714e839bb6f96581a5b8515d271967926d
7
- data.tar.gz: 237fa9902cefbd4648af7120f23880d385e917d051c45cee8e46db1ba60a71e84793204aeaafc00aa769cfc3ee4fe049cf00152f1eedb8542ea4bfef767776b4
6
+ metadata.gz: 345f34d968733f9a2593addb7580a14ef2530a793b301de7ae4f23f8275de59fb2cbaff86341e36afcd635b2761e3837e0a1050a4901a2b07b488d7b3cf341fd
7
+ data.tar.gz: 36753c9b865f1e1e542e6853a50b918c10dd36083a908d5a861188fb5a6d6fd8494d67e3d9b7557a49e1c7970a2964f0162be25ce547cf499f7420a20d9c3abd
@@ -44,8 +44,8 @@ class LogStash::Outputs::Stdout < LogStash::Outputs::Base
44
44
 
45
45
  public
46
46
  def register
47
- @codec.on_event do |event|
48
- $stdout.write(event)
47
+ @codec.on_event do |event, data|
48
+ $stdout.write(data)
49
49
  end
50
50
  end
51
51
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-stdout'
4
- s.version = '0.1.1'
4
+ s.version = '0.1.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "A simple output which prints to the STDOUT of the shell running Logstash."
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/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-stdout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-19 00:00:00.000000000 Z
11
+ date: 2014-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement