fluent-plugin-es-mohit 1.9.10 → 1.9.11
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 +4 -4
- data/fluent-plugin-elasticsearch.gemspec +1 -1
- data/lib/fluent/plugin/out_elasticsearch.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20964e9f85a455fa827fae3cfa6e528e614663af
|
4
|
+
data.tar.gz: f7eca2d06b44ae96303153521e8fc5c2830b95b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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["
|
330
|
+
meta["pipeline".freeze] = @pipeline
|
331
331
|
end
|
332
332
|
|
333
333
|
@meta_config_map.each do |record_key, meta_key|
|