fluent-plugin-es-mohit 1.9.4 → 1.9.5

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: e1fc13597f77805755dbdb66142b2cd2cb449573
4
- data.tar.gz: bc15894fde3b59ebfa7b9b0e5bd6ea2ddcc76fd4
3
+ metadata.gz: 0900e202204f2af8f1c0de8f747c4d2fbfde4cf8
4
+ data.tar.gz: 66392d7c967c4d37e040a876f5c2c97ef79a0aad
5
5
  SHA512:
6
- metadata.gz: 62c5f90b5804daeb364790842413dedc56c0861147d760c6e158471bbdd9833948781bb66258fb84fb468a44d5b6f8bf4a3c66cdf43a185d9a14dde3ea7e3b94
7
- data.tar.gz: d7dbe85fcbea791a543c3a8a107a5d95c49861a1796294dc938838115ebe3a96d3ccbd3b50786599eec1be3ac29245743c6b4746bd4218aac9644365052d1950
6
+ metadata.gz: cee84c0a4eb314846ed4c0bd836ff1b377d3c993672c65463e39725897104673062f6e66bd53dddd0edaf6c93c83105a7966f548228bb4eea7c79a4d0203fc3d
7
+ data.tar.gz: bb76b4bd62478920364b066e264dc5d8b99f92b4e91e420f25812946c15cb593f0d37a956e09b598828cff5228c8de1726d52304a765a6ca16d61b05cf34fffd
@@ -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.4'
6
+ s.version = '1.9.5'
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}
@@ -237,7 +237,7 @@ class Fluent::ElasticsearchOutput < Fluent::ObjectBufferedOutput
237
237
  msgs << @dump_proc.call(record) << BODY_DELIMITER
238
238
  end
239
239
  if @pipeline
240
- msgs << "\"pipeline\" : \"" << @pipeline << "\"" << BODY_DELIMITER
240
+ msgs << "\"pipeline\", \"" << @pipeline << "\"" << BODY_DELIMITER
241
241
  end
242
242
  end
243
243
 
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.4
4
+ version: 1.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - mohit