fluent-plugin-elasticsearch 4.3.1 → 4.3.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 +3 -3
- 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: 69be22981ce5e59de9e573f933c29b51cbf8204ba849fb6ad3729482f94361c0
|
|
4
|
+
data.tar.gz: f20f079c0dfce9a2c763f89572f4b64e22b790e7b90a5eb542b5c129f6160bad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 966e0aee9947dcfebe785713118dc014df4216ed34565e5a1672547a47eabef2cb93f15442165ca2249d633b272d41602a52d172675a1d8df50c83516c602ff8
|
|
7
|
+
data.tar.gz: 714f4b5048b78fad7d30fea2a5a0bce2d824fa2c6585ec480c3dd8bece71c9378a0faa0514906094a3a217662e12bc3d4e86ce9853b6e6977b077954b76fa489
|
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 = '4.3.
|
|
6
|
+
s.version = '4.3.2'
|
|
7
7
|
s.authors = ['diogo', 'pitr', 'Hiroshi Hatake']
|
|
8
8
|
s.email = ['pitr.vern@gmail.com', 'me@diogoterror.com', 'cosmo0920.wp@gmail.com']
|
|
9
9
|
s.description = %q{Elasticsearch output plugin for Fluent event collector}
|
|
@@ -349,7 +349,7 @@ EOC
|
|
|
349
349
|
@type_name = '_doc'.freeze
|
|
350
350
|
end
|
|
351
351
|
if @last_seen_major_version >= 8 && @type_name != DEFAULT_TYPE_NAME_ES_7x
|
|
352
|
-
log.
|
|
352
|
+
log.debug "Detected ES 8.x or above: This parameter has no effect."
|
|
353
353
|
@type_name = nil
|
|
354
354
|
end
|
|
355
355
|
end
|
|
@@ -930,7 +930,7 @@ EOC
|
|
|
930
930
|
log.warn "Detected ES 7.x: `_doc` will be used as the document `_type`."
|
|
931
931
|
target_type = '_doc'.freeze
|
|
932
932
|
elsif @last_seen_major_version >=8
|
|
933
|
-
log.
|
|
933
|
+
log.debug "Detected ES 8.x or above: document type will not be used."
|
|
934
934
|
target_type = nil
|
|
935
935
|
end
|
|
936
936
|
else
|
|
@@ -940,7 +940,7 @@ EOC
|
|
|
940
940
|
log.warn "Detected ES 7.x: `_doc` will be used as the document `_type`."
|
|
941
941
|
target_type = '_doc'.freeze
|
|
942
942
|
elsif @last_seen_major_version >= 8
|
|
943
|
-
log.
|
|
943
|
+
log.debug "Detected ES 8.x or above: document type will not be used."
|
|
944
944
|
target_type = nil
|
|
945
945
|
else
|
|
946
946
|
target_type = type_name
|
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: 4.3.
|
|
4
|
+
version: 4.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- diogo
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2020-12-
|
|
13
|
+
date: 2020-12-07 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: fluentd
|