fluent-plugin-es-mohit 1.9.10 → 1.9.11

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: 16f4a8aed3866c09cdd02fe015df5703feee81c8
4
- data.tar.gz: d65e8cf60e22d5490cfb2911c88f3fdbe6dcd22b
3
+ metadata.gz: 20964e9f85a455fa827fae3cfa6e528e614663af
4
+ data.tar.gz: f7eca2d06b44ae96303153521e8fc5c2830b95b2
5
5
  SHA512:
6
- metadata.gz: 155948ccd0c0fd81a11b3a6806ee64f26764c8d70f11e260aad2bbe11b7d6a0290255f1c6ddb6d0fb77d75479ae9c80a41f6ad69b167ed33d7a6832b17007c64
7
- data.tar.gz: 264fb512224b3691c8d28bea6bb091cd8dd5d5e69306a6da52f9bade2e97eb01bd7190602d28f44653d964e38265c6681853c16df9f711bc6e068c4334bc31e8
6
+ metadata.gz: 8a927221fd250ab120d2dc8558819dce067cabb93e7cff1e634aa137d96f1cf8a9da5dfc64479ff1058e4c7e6bb25ab62f511286fa52b7bda012a068864f6f86
7
+ data.tar.gz: cd9ccb2c8cd9bfa45d49e5fcc63e7da1dbb49c913dae44d585c65d25c013c82544765123584392b346a4b98ffc7997b161b9960048a8302116e3106111312efb
@@ -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.10'
6
+ s.version = '1.9.11'
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}
@@ -327,7 +327,7 @@ class Fluent::ElasticsearchOutput < Fluent::ObjectBufferedOutput
327
327
  meta["_type".freeze] = target_type
328
328
 
329
329
  if @pipeline
330
- meta["arguments".freeze] = "{\"pipeline\": \"" << @pipeline << "\"}"
330
+ meta["pipeline".freeze] = @pipeline
331
331
  end
332
332
 
333
333
  @meta_config_map.each do |record_key, meta_key|
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.10
4
+ version: 1.9.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - mohit