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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a1eace20ded89e27d5d2ff1b27756dec9d616694
4
- data.tar.gz: 662270c8258077cfd76d824c9015fce4c441bde7
3
+ metadata.gz: ba424a0c98f88f3fe3a85339d7e71b526de5dbba
4
+ data.tar.gz: ff250dcf41528631a3b39cc81628c8a4a7baccd7
5
5
  SHA512:
6
- metadata.gz: 947cbfbe4cd83dc106befe56408cd8ad954c385bc98742381ed1310e7e641f75c319348098b211848daaeafca72eada16d863132bf85bc4a25902f4bd8ad01c4
7
- data.tar.gz: 52a61b0d82ca4c9cc2be40792424a846cf96d521adb184ee6da030ad19949dba0a69e876d6ae82c571b56011fd8317c8cf3a7cc83356aadee7bf5d461771d8dd
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.rc.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.rc.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-17 00:00:00.000000000 Z
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: 1.3.1
171
+ version: '0'
172
172
  requirements: []
173
173
  rubyforge_project:
174
174
  rubygems_version: 2.6.13