fluent-plugin-elasticsearch 2.0.1.rc.1 → 2.0.1
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/ISSUE_TEMPLATE.md +4 -0
- data/fluent-plugin-elasticsearch.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba424a0c98f88f3fe3a85339d7e71b526de5dbba
|
|
4
|
+
data.tar.gz: ff250dcf41528631a3b39cc81628c8a4a7baccd7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f12b278f5da2a6dcd37c5ac74dd16360753c67ea5fafd6810f501687fd9b96854e08556a87af849a8a1eb92cf14af176cd65346d9677c70d38e25d8f96467cc
|
|
7
|
+
data.tar.gz: 4773c01613026ec8f5ac727388ca033dbd9ab900922c5e00fb6709988cc186b67c22f297b26db22bd35ddbbda7f7605a4ba4f2865078d6c0fdc64e06a0338032
|
data/History.md
CHANGED
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
- Log ES response errors (#230)
|
|
5
5
|
- Use latest elasticsearch-ruby (#240)
|
|
6
6
|
|
|
7
|
+
### 2.0.1
|
|
8
|
+
- Releasing generating hash id mechanism to avoid records duplication feature.
|
|
9
|
+
|
|
7
10
|
### 2.0.1.rc.1
|
|
8
11
|
- Add generating hash id mechanism to avoid records duplication (#318)
|
|
9
12
|
|
data/ISSUE_TEMPLATE.md
CHANGED
|
@@ -10,6 +10,10 @@ Either clone and modify https://gist.github.com/pitr/9a518e840db58f435911
|
|
|
10
10
|
|
|
11
11
|
Provide example config and message
|
|
12
12
|
|
|
13
|
+
#### Expected Behavior or What you need to ask
|
|
14
|
+
|
|
15
|
+
...
|
|
16
|
+
|
|
13
17
|
#### Using Fluentd and ES plugin versions
|
|
14
18
|
|
|
15
19
|
* Fluentd v0.12 or v0.14
|
|
@@ -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.0.1
|
|
6
|
+
s.version = '2.0.1'
|
|
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}
|
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.0.1
|
|
4
|
+
version: 2.0.1
|
|
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: 2017-11-
|
|
12
|
+
date: 2017-11-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: fluentd
|
|
@@ -166,9 +166,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
166
166
|
version: '2.0'
|
|
167
167
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
168
168
|
requirements:
|
|
169
|
-
- - "
|
|
169
|
+
- - ">="
|
|
170
170
|
- !ruby/object:Gem::Version
|
|
171
|
-
version:
|
|
171
|
+
version: '0'
|
|
172
172
|
requirements: []
|
|
173
173
|
rubyforge_project:
|
|
174
174
|
rubygems_version: 2.6.13
|