fluent-plugin-es-mohit 1.9.5 → 1.9.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0900e202204f2af8f1c0de8f747c4d2fbfde4cf8
4
- data.tar.gz: 66392d7c967c4d37e040a876f5c2c97ef79a0aad
3
+ metadata.gz: 60367a07da0d1271c57f89302b69fb81ef1fcaf4
4
+ data.tar.gz: 285adbcfeb6f538067ed0feaec301934075e0ef0
5
5
  SHA512:
6
- metadata.gz: cee84c0a4eb314846ed4c0bd836ff1b377d3c993672c65463e39725897104673062f6e66bd53dddd0edaf6c93c83105a7966f548228bb4eea7c79a4d0203fc3d
7
- data.tar.gz: bb76b4bd62478920364b066e264dc5d8b99f92b4e91e420f25812946c15cb593f0d37a956e09b598828cff5228c8de1726d52304a765a6ca16d61b05cf34fffd
6
+ metadata.gz: 295429af60f99e51cade4a102e549e852c6a1e38801be83c06f6cddb7bde468f4412aaa6bc211b20c8a6a1052be581c6c7b68bf4ca40715f629eac81678a6b6e
7
+ data.tar.gz: b8a58c4ac407d72cff2ce1c24ac186091bc4d68696fadbaaafd5ea09b7dbbd16a5f52699ddc3045b6013167a75074eb518f45cf86a3d03b02ab7eca917eb808b
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'fluent-plugin-es-mohit'
6
- s.version = '1.9.5'
6
+ s.version = '1.9.6'
7
7
  s.authors = ['mohit']
8
8
  s.email = ['mohitsoral.87@gmail.com']
9
9
  s.description = %q{ElasticSearch output plugin for Fluent event collector}
@@ -236,9 +236,11 @@ class Fluent::ElasticsearchOutput < Fluent::ObjectBufferedOutput
236
236
  msgs << @dump_proc.call(header) << BODY_DELIMITER
237
237
  msgs << @dump_proc.call(record) << BODY_DELIMITER
238
238
  end
239
+ puts msgs
239
240
  if @pipeline
240
241
  msgs << "\"pipeline\", \"" << @pipeline << "\"" << BODY_DELIMITER
241
242
  end
243
+ puts msgs
242
244
  end
243
245
 
244
246
  def update_body(record, op)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-es-mohit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.5
4
+ version: 1.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - mohit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-19 00:00:00.000000000 Z
11
+ date: 2016-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd