fluent-plugin-elasticsearch 2.10.3 → 2.10.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c2628a8e12510c3516d3af25a75a0a5469bc2f0dd56f74a88a45c443bff7bbc6
4
- data.tar.gz: d656d03bf02ea67c13bf9a244c1e31dbfeffeb6f48741c792e993a8f4c145e6d
3
+ metadata.gz: 806f3376d37909e5f98ce11b313132b3d73ac940cea027ea7fcb0fc0df767fcc
4
+ data.tar.gz: 3b70fe3714adb5ad37e6053676fc16ce9791fd6ab102cc069e8780fc774c4bed
5
5
  SHA512:
6
- metadata.gz: 2cc823b7f79dd0af47adf3d391f64c2d5a36f307621547cf64981350926c999637c272c10c7b761326ef5bde1260b6ec0428c541da802590b0f1c5c4e1320252
7
- data.tar.gz: d4f192e2de85fb0af1718f6869b2a0bc9dbc9bb80916a649fb8e54cc856806617b83d41fc4c425d078778537b85e624c6cd71b9969693dec999f1404c9b2f72f
6
+ metadata.gz: df7e05f299e5369c3c4c45ffc616ecaa13077ca1d340041c6bdd9a760c5fd5e49152951388b8f5369375a79b6d01496ce99b03e72a87b7ae276da365fe56cf6a
7
+ data.tar.gz: 21a30f40d33dc13c0aa4b92a4d6d5015e2d1663f97d55ac654ba55642851c5100cc018c367e3f910c59a587e967f334e9f9359789d7681891514ebe6f655f35b
@@ -1,2 +1,2 @@
1
- service_name: travis-ci
2
-
1
+ service_name: travis-ci
2
+
@@ -1,9 +1,9 @@
1
- # EditorConfig: http://EditorConfig.org
2
-
3
- root = true
4
-
5
- [*]
6
- end_of_line = lf
7
- insert_final_newline = true
8
- indent_style = space
9
- indent_size = 2
1
+ # EditorConfig: http://EditorConfig.org
2
+
3
+ root = true
4
+
5
+ [*]
6
+ end_of_line = lf
7
+ insert_final_newline = true
8
+ indent_style = space
9
+ indent_size = 2
data/.gitignore CHANGED
@@ -1,18 +1,18 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp
18
- .DS_Store
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
18
+ .DS_Store
@@ -1,14 +1,14 @@
1
- language: ruby
2
-
3
- rvm:
4
- - 2.1
5
- - 2.2
6
- - 2.3
7
- - 2.4.4
8
- - 2.5.1
9
-
10
- gemfile:
11
- - Gemfile
12
-
13
- script: bundle exec rake test
14
- sudo: false
1
+ language: ruby
2
+
3
+ rvm:
4
+ - 2.1
5
+ - 2.2
6
+ - 2.3
7
+ - 2.4.4
8
+ - 2.5.1
9
+
10
+ gemfile:
11
+ - Gemfile
12
+
13
+ script: bundle exec rake test
14
+ sudo: false
data/Gemfile CHANGED
@@ -1,8 +1,8 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in fluent-plugin-elasticsearch.gemspec
4
- gemspec
5
-
6
- gem 'simplecov', require: false
7
- gem 'coveralls', require: false
8
- gem 'strptime', require: false if RUBY_ENGINE == "ruby" && RUBY_VERSION =~ /^2/
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in fluent-plugin-elasticsearch.gemspec
4
+ gemspec
5
+
6
+ gem 'simplecov', require: false
7
+ gem 'coveralls', require: false
8
+ gem 'strptime', require: false if RUBY_ENGINE == "ruby" && RUBY_VERSION =~ /^2/
data/History.md CHANGED
@@ -1,239 +1,243 @@
1
- ## Changelog [[tags]](https://github.com/uken/fluent-plugin-elasticsearch/tags)
2
-
3
- ### [Unreleased]
4
-
5
- ### 2.10.3
6
- - Add retry mechanism for template installation (#428)
7
-
8
- ### 2.10.2
9
- - Use logstash_prefix_separator on elasticsearch_dynamic (#427)
10
-
11
- ### 2.10.1
12
- - Uplift Merge pull request #419 from jcantrill/retry_prefix (#421)
13
- - Uplift Merge pull request #418 from jcantrill/emit_exception (#420)
14
-
15
- ### 2.10.0
16
- - Uplift Merge pull request #405 from jcantrill/sanitize_bulk (#414)
17
-
18
- ### 2.9.2
19
- - Uplift Merge pull request #410 from richm/v0.12-consistent-errors-and-tests (#411)
20
- - Add correct link for include_timestamp (#408)
21
-
22
- ### 2.9.1
23
- - Uplift Merge pull request #406 from richm/v0.12-successes-duplicates-no-retry (#407)
24
-
25
- ### 2.9.0
26
- - DLQ revisited v1 uplifted #398, #402 (#404)
27
-
28
- ### 2.8.6
29
- - auth: Fix missing auth tokens after reloading connections (#394)
30
-
31
- ### 2.8.5
32
- - Add deprecated option into content_type parameter (#391)
33
-
34
- ### 2.8.4
35
- - Use nanosecond precision in elasticsearch_dynamic (#387)
36
-
37
- ### 2.8.3
38
- - Specify SSL/TLS version in out_elasticsearch_dynamic (#385)
39
-
40
- ### 2.8.2
41
- - Revert content type header default value (#383)
42
-
43
- ### 2.8.1
44
- - Restore default value of type name #(377)
45
-
46
- ### 2.8.0
47
- - Remove outdated generating hash id support module (#373)
48
- - Check Elasticsearch major version (#371)
49
-
50
- ### 2.7.0
51
- - Configureable content type (#367)
52
-
53
- ### 2.6.1
54
- - Prevent error when using template in elasticsearch_dynamic for elementally use case (#363)
55
-
56
- ### 2.6.0
57
- - Handle high precision time format when using custom time_key (#360)
58
-
59
- ### 2.5.0
60
- - Using nested record in `id_key`, `parent_key`, and `routing_key` (#351)
61
- - Fix inverted case of a proper noun "Elasticsearch" (#349)
62
-
63
- ### 2.4.1
64
- - Add config parameter to enable elasticsearch-ruby's transporter logging (#342)
65
-
66
- ### 2.4.0
67
- - Add built-in placeholders support against type_name parameter (#338)
68
-
69
- ### 2.3.0
70
- - Allow overwriting existing index template (#239)
71
-
72
- ### 2.2.0
73
- - GA release 2.2.0.
74
-
75
- ### 2.2.0.rc.1
76
- - Separate generate hash id module and bundled new plugin for generating unique hash id (#331)
77
-
78
- ### 2.1.1
79
- - Raise ConfigError when specifying different @hash_config.hash_id_key and id_key configration (#327)
80
- - Small typo fix in README.md (#325)
81
-
82
- ### 2.1.0
83
- - Retry on certain errors from Elasticsearch (#322)
84
-
85
- ### 2.0.1
86
- - Releasing generating hash id mechanism to avoid records duplication feature.
87
-
88
- ### 2.0.1.rc.1
89
- - Add generating hash id mechanism to avoid records duplication (#318)
90
-
91
- ### 2.0.0
92
- - Release for Fluentd v0.14 stable.
93
-
94
- ### 2.0.0.rc.7
95
- - Add `include_timestamp` option (#310)
96
-
97
- ### 2.0.0.rc.6
98
- - Improve documentation (#304)
99
- - Handle dynamic_config misconfigurations (#305)
100
- - Escape basic authentication user information placeholders (#306)
101
-
102
- ### 2.0.0.rc.5
103
- - make configurable with `ssl_version` parameter (#299)
104
- - add `logstash_prefix_separator` config parameter (#297)
105
-
106
- ### 2.0.0.rc.4
107
- - fix license identifier in gemspec (#294)
108
-
109
- ### 2.0.0.rc.3
110
- - add built-in placeholders support (#288, #293)
111
- - permit multi workers feature (#291)
112
-
113
- ### 2.0.0.rc.2
114
- - add pipeline parameter (#290)
115
-
116
- ### 2.0.0.rc.1
117
- - Use v0.14 API to support nanosecond precision (#223)
118
-
119
- ### 1.9.5
120
- - sub-second time precision [(#249)](https://github.com/uken/fluent-plugin-elasticsearch/pull/249)
121
-
122
- ### 1.9.4
123
- - Include 'Content-Type' header in `transport_options`
124
-
125
- ### 1.9.3
126
- - Use latest elasticsearch-ruby (#240)
127
- - Log ES response errors (#230)
128
-
129
- ### 1.9.2
130
- - Fix elasticsearch_dynamic for v0.14 (#224)
131
-
132
- ### 1.9.1
133
- - Cast `reload_*` configs in out_elasticsearch_dynamic to bool (#220)
134
-
135
- ### 1.9.0
136
- - add `time_parse_error_tag` (#211)
137
- - add `reconnect_on_error` (#214)
138
-
139
- ### 1.9.0.rc.1
140
- - Optimize output plugins (#203)
141
-
142
- ### 1.8.0
143
- - fix typo in defaults for ssl_verify on elasticsearch_dynamic (#202)
144
- - add support for `templates` (#196)
145
- - rename `send` method to `send_bulk` (#206)
146
-
147
- ### 1.7.0
148
- - add support for `template_name` and `template_file` (#194)
149
-
150
- ### 1.6.0
151
- - add support for dot separated `target_index_key` and `target_type_key` (#175)
152
- - add `remove_keys_on_update` and `remove_keys_on_update_key` (#189)
153
- - fix support for fluentd v0.14 (#191)
154
- - remove support for elasticsearch v2 for now (#177)
155
-
156
- ### 1.5.0
157
- - add `routing_key` (#158)
158
- - add `time_key_exclude_timestamp` to exclude `@timestamp` (#161)
159
- - convert index names to lowercase (#163)
160
- - add `remove_keys` (#164)
161
- - add `flatten_hashes` (#168)
162
- - add `target_type_key` (#169)
163
-
164
- ### 1.4.0
165
- - add `target_index_key` to specify target index (#153)
166
- - add `time_key_format` for faster time format parsing (#154)
167
-
168
- ### 1.3.0
169
- - add `write_operation`
170
-
171
- ### 1.2.1
172
- - fix `resurrect_after` in out_elasticsearch_dynamic
173
-
174
- ### 1.2.0
175
- - out_elasticsearch_dynamic get memory improvement and fix for race condition (#133)
176
- - Add `resurrect_after` option (#136)
177
-
178
- ### 1.1.0
179
- - Support SSL client verification and custom CA file (#123)
180
- - Release experimental `type elasticsearch_dynamic` (#127)
181
-
182
- ### 1.0.0
183
- - password config param is now marked as secret and won't be displayed in logs.
184
-
185
- ### 0.9.0
186
- - Add `ssl_verify` option (#108)
187
-
188
- ### 0.8.0
189
- - Replace Patron with Excon HTTP client (#93)
190
-
191
- ### 0.7.0
192
- - Add new option `time_key` (#85)
193
-
194
- ### 0.6.1
195
- - 0.10.43 is minimum version required of fluentd (#79)
196
-
197
- ### 0.6.0
198
- - added `reload_on_failure` and `reload_connections` flags (#78)
199
-
200
- ### 0.5.1
201
- - fix legacy hosts option, port should be optional (#75)
202
-
203
- ### 0.5.0
204
- - add full connection URI support (#65)
205
- - use `@timestamp` for index (#41)
206
- - add support for elasticsearch gem version 1 (#71)
207
- - fix connection reset & retry when connection is lost (#67)
208
-
209
- ### 0.4.0
210
- - add `request_timeout` config (#59)
211
- - fix lockup when non-hash values are sent (#52)
212
-
213
- ### 0.3.1
214
- - force using patron (#46)
215
- - do not generate @timestamp if already part of message (#35)
216
-
217
- ### 0.3.0
218
- - add `parent_key` option (#28)
219
- - have travis-ci build on multiple rubies (#30)
220
- - add `utc_index` and `hosts` options, switch to using `elasticsearch` gem (#26, #29)
221
-
222
- ### 0.2.0
223
- - fix encoding issues with JSON conversion and again when sending to elasticsearch (#19, #21)
224
- - add logstash_dateformat option (#20)
225
-
226
- ### 0.1.4
227
- - add logstash_prefix option
228
-
229
- ### 0.1.3
230
- - raising an exception on non-success response from elasticsearch
231
-
232
- ### 0.1.2
233
- - add id_key option
234
-
235
- ### 0.1.1
236
- - fix timezone in logstash key
237
-
238
- ### 0.1.0
239
- - Initial gem release.
1
+ ## Changelog [[tags]](https://github.com/uken/fluent-plugin-elasticsearch/tags)
2
+
3
+ ### [Unreleased]
4
+
5
+ ### 2.10.4
6
+ - Use Fluent::UnrecoverableError as unrecoverable error class ancestors (#433)
7
+ - Add parameter validation for retrying template installation (#429)
8
+
9
+ ### 2.10.3
10
+ - Add retry mechanism for template installation (#428)
11
+
12
+ ### 2.10.2
13
+ - Use logstash_prefix_separator on elasticsearch_dynamic (#427)
14
+
15
+ ### 2.10.1
16
+ - Uplift Merge pull request #419 from jcantrill/retry_prefix (#421)
17
+ - Uplift Merge pull request #418 from jcantrill/emit_exception (#420)
18
+
19
+ ### 2.10.0
20
+ - Uplift Merge pull request #405 from jcantrill/sanitize_bulk (#414)
21
+
22
+ ### 2.9.2
23
+ - Uplift Merge pull request #410 from richm/v0.12-consistent-errors-and-tests (#411)
24
+ - Add correct link for include_timestamp (#408)
25
+
26
+ ### 2.9.1
27
+ - Uplift Merge pull request #406 from richm/v0.12-successes-duplicates-no-retry (#407)
28
+
29
+ ### 2.9.0
30
+ - DLQ revisited v1 uplifted #398, #402 (#404)
31
+
32
+ ### 2.8.6
33
+ - auth: Fix missing auth tokens after reloading connections (#394)
34
+
35
+ ### 2.8.5
36
+ - Add deprecated option into content_type parameter (#391)
37
+
38
+ ### 2.8.4
39
+ - Use nanosecond precision in elasticsearch_dynamic (#387)
40
+
41
+ ### 2.8.3
42
+ - Specify SSL/TLS version in out_elasticsearch_dynamic (#385)
43
+
44
+ ### 2.8.2
45
+ - Revert content type header default value (#383)
46
+
47
+ ### 2.8.1
48
+ - Restore default value of type name #(377)
49
+
50
+ ### 2.8.0
51
+ - Remove outdated generating hash id support module (#373)
52
+ - Check Elasticsearch major version (#371)
53
+
54
+ ### 2.7.0
55
+ - Configureable content type (#367)
56
+
57
+ ### 2.6.1
58
+ - Prevent error when using template in elasticsearch_dynamic for elementally use case (#363)
59
+
60
+ ### 2.6.0
61
+ - Handle high precision time format when using custom time_key (#360)
62
+
63
+ ### 2.5.0
64
+ - Using nested record in `id_key`, `parent_key`, and `routing_key` (#351)
65
+ - Fix inverted case of a proper noun "Elasticsearch" (#349)
66
+
67
+ ### 2.4.1
68
+ - Add config parameter to enable elasticsearch-ruby's transporter logging (#342)
69
+
70
+ ### 2.4.0
71
+ - Add built-in placeholders support against type_name parameter (#338)
72
+
73
+ ### 2.3.0
74
+ - Allow overwriting existing index template (#239)
75
+
76
+ ### 2.2.0
77
+ - GA release 2.2.0.
78
+
79
+ ### 2.2.0.rc.1
80
+ - Separate generate hash id module and bundled new plugin for generating unique hash id (#331)
81
+
82
+ ### 2.1.1
83
+ - Raise ConfigError when specifying different @hash_config.hash_id_key and id_key configration (#327)
84
+ - Small typo fix in README.md (#325)
85
+
86
+ ### 2.1.0
87
+ - Retry on certain errors from Elasticsearch (#322)
88
+
89
+ ### 2.0.1
90
+ - Releasing generating hash id mechanism to avoid records duplication feature.
91
+
92
+ ### 2.0.1.rc.1
93
+ - Add generating hash id mechanism to avoid records duplication (#318)
94
+
95
+ ### 2.0.0
96
+ - Release for Fluentd v0.14 stable.
97
+
98
+ ### 2.0.0.rc.7
99
+ - Add `include_timestamp` option (#310)
100
+
101
+ ### 2.0.0.rc.6
102
+ - Improve documentation (#304)
103
+ - Handle dynamic_config misconfigurations (#305)
104
+ - Escape basic authentication user information placeholders (#306)
105
+
106
+ ### 2.0.0.rc.5
107
+ - make configurable with `ssl_version` parameter (#299)
108
+ - add `logstash_prefix_separator` config parameter (#297)
109
+
110
+ ### 2.0.0.rc.4
111
+ - fix license identifier in gemspec (#294)
112
+
113
+ ### 2.0.0.rc.3
114
+ - add built-in placeholders support (#288, #293)
115
+ - permit multi workers feature (#291)
116
+
117
+ ### 2.0.0.rc.2
118
+ - add pipeline parameter (#290)
119
+
120
+ ### 2.0.0.rc.1
121
+ - Use v0.14 API to support nanosecond precision (#223)
122
+
123
+ ### 1.9.5
124
+ - sub-second time precision [(#249)](https://github.com/uken/fluent-plugin-elasticsearch/pull/249)
125
+
126
+ ### 1.9.4
127
+ - Include 'Content-Type' header in `transport_options`
128
+
129
+ ### 1.9.3
130
+ - Use latest elasticsearch-ruby (#240)
131
+ - Log ES response errors (#230)
132
+
133
+ ### 1.9.2
134
+ - Fix elasticsearch_dynamic for v0.14 (#224)
135
+
136
+ ### 1.9.1
137
+ - Cast `reload_*` configs in out_elasticsearch_dynamic to bool (#220)
138
+
139
+ ### 1.9.0
140
+ - add `time_parse_error_tag` (#211)
141
+ - add `reconnect_on_error` (#214)
142
+
143
+ ### 1.9.0.rc.1
144
+ - Optimize output plugins (#203)
145
+
146
+ ### 1.8.0
147
+ - fix typo in defaults for ssl_verify on elasticsearch_dynamic (#202)
148
+ - add support for `templates` (#196)
149
+ - rename `send` method to `send_bulk` (#206)
150
+
151
+ ### 1.7.0
152
+ - add support for `template_name` and `template_file` (#194)
153
+
154
+ ### 1.6.0
155
+ - add support for dot separated `target_index_key` and `target_type_key` (#175)
156
+ - add `remove_keys_on_update` and `remove_keys_on_update_key` (#189)
157
+ - fix support for fluentd v0.14 (#191)
158
+ - remove support for elasticsearch v2 for now (#177)
159
+
160
+ ### 1.5.0
161
+ - add `routing_key` (#158)
162
+ - add `time_key_exclude_timestamp` to exclude `@timestamp` (#161)
163
+ - convert index names to lowercase (#163)
164
+ - add `remove_keys` (#164)
165
+ - add `flatten_hashes` (#168)
166
+ - add `target_type_key` (#169)
167
+
168
+ ### 1.4.0
169
+ - add `target_index_key` to specify target index (#153)
170
+ - add `time_key_format` for faster time format parsing (#154)
171
+
172
+ ### 1.3.0
173
+ - add `write_operation`
174
+
175
+ ### 1.2.1
176
+ - fix `resurrect_after` in out_elasticsearch_dynamic
177
+
178
+ ### 1.2.0
179
+ - out_elasticsearch_dynamic get memory improvement and fix for race condition (#133)
180
+ - Add `resurrect_after` option (#136)
181
+
182
+ ### 1.1.0
183
+ - Support SSL client verification and custom CA file (#123)
184
+ - Release experimental `type elasticsearch_dynamic` (#127)
185
+
186
+ ### 1.0.0
187
+ - password config param is now marked as secret and won't be displayed in logs.
188
+
189
+ ### 0.9.0
190
+ - Add `ssl_verify` option (#108)
191
+
192
+ ### 0.8.0
193
+ - Replace Patron with Excon HTTP client (#93)
194
+
195
+ ### 0.7.0
196
+ - Add new option `time_key` (#85)
197
+
198
+ ### 0.6.1
199
+ - 0.10.43 is minimum version required of fluentd (#79)
200
+
201
+ ### 0.6.0
202
+ - added `reload_on_failure` and `reload_connections` flags (#78)
203
+
204
+ ### 0.5.1
205
+ - fix legacy hosts option, port should be optional (#75)
206
+
207
+ ### 0.5.0
208
+ - add full connection URI support (#65)
209
+ - use `@timestamp` for index (#41)
210
+ - add support for elasticsearch gem version 1 (#71)
211
+ - fix connection reset & retry when connection is lost (#67)
212
+
213
+ ### 0.4.0
214
+ - add `request_timeout` config (#59)
215
+ - fix lockup when non-hash values are sent (#52)
216
+
217
+ ### 0.3.1
218
+ - force using patron (#46)
219
+ - do not generate @timestamp if already part of message (#35)
220
+
221
+ ### 0.3.0
222
+ - add `parent_key` option (#28)
223
+ - have travis-ci build on multiple rubies (#30)
224
+ - add `utc_index` and `hosts` options, switch to using `elasticsearch` gem (#26, #29)
225
+
226
+ ### 0.2.0
227
+ - fix encoding issues with JSON conversion and again when sending to elasticsearch (#19, #21)
228
+ - add logstash_dateformat option (#20)
229
+
230
+ ### 0.1.4
231
+ - add logstash_prefix option
232
+
233
+ ### 0.1.3
234
+ - raising an exception on non-success response from elasticsearch
235
+
236
+ ### 0.1.2
237
+ - add id_key option
238
+
239
+ ### 0.1.1
240
+ - fix timezone in logstash key
241
+
242
+ ### 0.1.0
243
+ - Initial gem release.