fluent-plugin-es-mohit 1.9.7 → 1.9.8

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: e07667294e9483fca08610d237d0825c915527ce
4
- data.tar.gz: 4d175dd1bd5980fc0601c0fe46cf6f5007b05f19
3
+ metadata.gz: b0b2e5626b5952d718e0b99258be8988d787d2bd
4
+ data.tar.gz: 21b385546b3a24484ac2a0285c970e4d2f9881cd
5
5
  SHA512:
6
- metadata.gz: b0635facaa55b8cce7b862b05a4bb0d946a071446672868c68f73b185b67407a3b94083e2ec1f8a9299e60a6da754cb3b54b7eab04a44ee71f16a734ee578fe3
7
- data.tar.gz: b633a58287c1c5359d3df37debc3cf68a64f8e95dc90d56ac89a999a636b09ffbe56a06ba72ef1c195378c32065815699c783ae56d917ec8d4cd48d7394078a7
6
+ metadata.gz: 6654070f84ecbfb6ff393c94b4799400a9a3c9fdc5bb5298bba2a31c6ac185751ac0060bf075ab96fc9b61a0136195f01269e6aeb41a9c808a00f6f4f38f2f0f
7
+ data.tar.gz: c5e87ce1927c16da91ffccfa096dc7177d56f0df0dadf6f9cbf79a51fc1014f18b2ec5804999803a5422f1f42ac89445f5a297b677f7ec807b513706b8cc829b
@@ -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.7'
6
+ s.version = '1.9.8'
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\": \"" << @pipeline << "\"}}" << BODY_DELIMITER
241
241
  end
242
242
  end
243
243
 
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.7
4
+ version: 1.9.8
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-20 00:00:00.000000000 Z
11
+ date: 2016-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd