fluent-plugin-elasticsearch 2.11.10 → 2.11.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/History.md +3 -0
- data/fluent-plugin-elasticsearch.gemspec +1 -1
- data/lib/fluent/plugin/out_elasticsearch.rb +2 -2
- 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: ac2845d66bafd01ff3ff4bcc297e962d005dabc4878b1d24fd85a9cc135c7a98
|
|
4
|
+
data.tar.gz: b6649d2372541c3f6049baf5be3853a3e2a283422e268f03e9321ce50c2138a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab31cd71bc444c47246ea32878f5b65796175feeaa69dc301a87afd2ffe4a51dda014fbeb32e630bbc45763fdf5ff69b38974b12bdfec7afd36ab890942505a2
|
|
7
|
+
data.tar.gz: 5bcec142ca65c7546139eae23bafddefb027d631c67b1e0062ff36c2f11fca746d5aa11310cb3646c6285017fd8bc26509e59fb1edd3fecfa95aa6bf3bff18fa
|
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 = '2.11.
|
|
6
|
+
s.version = '2.11.11'
|
|
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}
|
|
@@ -210,8 +210,8 @@ EOC
|
|
|
210
210
|
@last_seen_major_version =
|
|
211
211
|
begin
|
|
212
212
|
detect_es_major_version
|
|
213
|
-
rescue
|
|
214
|
-
log.warn "Could not connect Elasticsearch. Assuming Elasticsearch 5."
|
|
213
|
+
rescue
|
|
214
|
+
log.warn "Could not connect Elasticsearch or obtain version. Assuming Elasticsearch 5."
|
|
215
215
|
DEFAULT_ELASTICSEARCH_VERSION
|
|
216
216
|
end
|
|
217
217
|
if @last_seen_major_version == 6 && @type_name != DEFAULT_TYPE_NAME_ES_7x
|
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: 2.11.
|
|
4
|
+
version: 2.11.11
|
|
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: 2018-09
|
|
12
|
+
date: 2018-10-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: fluentd
|