fluent-plugin-elasticsearch 3.2.1 → 3.2.2
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/History.md +3 -0
- data/fluent-plugin-elasticsearch.gemspec +1 -1
- data/lib/fluent/plugin/out_elasticsearch.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ac87e562db16bdf546f9b70633e7452a36e5c6391647934b45eca293cdddbdb
|
|
4
|
+
data.tar.gz: 16a10546a992a8340a63bf84a68bc74f6a51eb3c87b2a080da122b2465b90bf0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 672aa1fd6e9de2302e84cf26589512dccf24ccda41c109c921aeb3612215730da08d7c28c2b4ed34cb31bb25c7aef7be17033e6cd4ffab7ec4a39c7699fab912
|
|
7
|
+
data.tar.gz: 657418816defc9fc657b4c19cdadb196c34130b2094e5329e5ec6ce8f5be38716f3cfb73d736f789a201a580ec3fa3cb8bd0da6abd7e71adc5d0c3ddd5ecf0db
|
data/History.md
CHANGED
|
@@ -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-elasticsearch'
|
|
6
|
-
s.version = '3.2.
|
|
6
|
+
s.version = '3.2.2'
|
|
7
7
|
s.authors = ['diogo', 'pitr']
|
|
8
8
|
s.email = ['pitr.vern@gmail.com', 'me@diogoterror.com']
|
|
9
9
|
s.description = %q{Elasticsearch output plugin for Fluent event collector}
|
|
@@ -249,7 +249,7 @@ EOC
|
|
|
249
249
|
@type_name = '_doc'.freeze
|
|
250
250
|
end
|
|
251
251
|
|
|
252
|
-
if @validate_client_version
|
|
252
|
+
if @validate_client_version && !Fluent::Engine.dry_run_mode
|
|
253
253
|
if @last_seen_major_version != client_library_version.to_i
|
|
254
254
|
raise Fluent::ConfigError, <<-EOC
|
|
255
255
|
Detected ES #{@last_seen_major_version} but you use ES client #{client_library_version}.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-elasticsearch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- diogo
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-02-
|
|
12
|
+
date: 2019-02-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: fluentd
|