fluent-plugin-es-mohit 1.9.6 → 1.9.7

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: 60367a07da0d1271c57f89302b69fb81ef1fcaf4
4
- data.tar.gz: 285adbcfeb6f538067ed0feaec301934075e0ef0
3
+ metadata.gz: e07667294e9483fca08610d237d0825c915527ce
4
+ data.tar.gz: 4d175dd1bd5980fc0601c0fe46cf6f5007b05f19
5
5
  SHA512:
6
- metadata.gz: 295429af60f99e51cade4a102e549e852c6a1e38801be83c06f6cddb7bde468f4412aaa6bc211b20c8a6a1052be581c6c7b68bf4ca40715f629eac81678a6b6e
7
- data.tar.gz: b8a58c4ac407d72cff2ce1c24ac186091bc4d68696fadbaaafd5ea09b7dbbd16a5f52699ddc3045b6013167a75074eb518f45cf86a3d03b02ab7eca917eb808b
6
+ metadata.gz: b0635facaa55b8cce7b862b05a4bb0d946a071446672868c68f73b185b67407a3b94083e2ec1f8a9299e60a6da754cb3b54b7eab04a44ee71f16a734ee578fe3
7
+ data.tar.gz: b633a58287c1c5359d3df37debc3cf68a64f8e95dc90d56ac89a999a636b09ffbe56a06ba72ef1c195378c32065815699c783ae56d917ec8d4cd48d7394078a7
@@ -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.6'
6
+ s.version = '1.9.7'
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,11 +236,9 @@ 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
240
239
  if @pipeline
241
- msgs << "\"pipeline\", \"" << @pipeline << "\"" << BODY_DELIMITER
240
+ msgs << "{\"pipeline\": \"" << @pipeline << "\"}" << BODY_DELIMITER
242
241
  end
243
- puts msgs
244
242
  end
245
243
 
246
244
  def update_body(record, op)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-es-mohit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.6
4
+ version: 1.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - mohit