fluentd 1.11.0-x64-mingw32 → 1.11.5-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of fluentd might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +92 -1
- data/example/copy_roundrobin.conf +3 -3
- data/example/counter.conf +1 -1
- data/example/filter_stdout.conf +2 -2
- data/example/{in_dummy_blocks.conf → in_sample_blocks.conf} +4 -4
- data/example/{in_dummy_with_compression.conf → in_sample_with_compression.conf} +3 -3
- data/example/logevents.conf +5 -5
- data/example/multi_filters.conf +1 -1
- data/example/out_exec_filter.conf +2 -2
- data/example/out_forward.conf +1 -1
- data/example/out_forward_buf_file.conf +1 -1
- data/example/out_forward_client.conf +5 -5
- data/example/out_forward_heartbeat_none.conf +1 -1
- data/example/out_forward_sd.conf +1 -1
- data/example/out_forward_shared_key.conf +2 -2
- data/example/out_forward_tls.conf +1 -1
- data/example/out_forward_users.conf +3 -3
- data/example/out_null.conf +4 -4
- data/example/secondary_file.conf +1 -1
- data/fluentd.gemspec +6 -6
- data/lib/fluent/command/fluentd.rb +11 -0
- data/lib/fluent/log.rb +33 -3
- data/lib/fluent/match.rb +9 -0
- data/lib/fluent/plugin/buffer.rb +49 -40
- data/lib/fluent/plugin/buffer/chunk.rb +2 -1
- data/lib/fluent/plugin/formatter.rb +24 -0
- data/lib/fluent/plugin/formatter_hash.rb +3 -1
- data/lib/fluent/plugin/formatter_json.rb +3 -1
- data/lib/fluent/plugin/formatter_ltsv.rb +3 -1
- data/lib/fluent/plugin/formatter_out_file.rb +3 -1
- data/lib/fluent/plugin/formatter_single_value.rb +3 -1
- data/lib/fluent/plugin/formatter_tsv.rb +3 -1
- data/lib/fluent/plugin/in_dummy.rb +2 -123
- data/lib/fluent/plugin/in_exec.rb +4 -2
- data/lib/fluent/plugin/in_http.rb +148 -77
- data/lib/fluent/plugin/in_sample.rb +141 -0
- data/lib/fluent/plugin/in_tail.rb +2 -2
- data/lib/fluent/plugin/out_http.rb +20 -2
- data/lib/fluent/plugin/output.rb +8 -5
- data/lib/fluent/plugin/parser_json.rb +5 -2
- data/lib/fluent/plugin_helper/cert_option.rb +5 -8
- data/lib/fluent/plugin_helper/child_process.rb +3 -2
- data/lib/fluent/plugin_helper/inject.rb +2 -1
- data/lib/fluent/plugin_helper/socket.rb +1 -1
- data/lib/fluent/supervisor.rb +11 -6
- data/lib/fluent/system_config.rb +2 -1
- data/lib/fluent/version.rb +1 -1
- data/test/command/test_binlog_reader.rb +22 -6
- data/test/plugin/test_buffer.rb +4 -0
- data/test/plugin/test_filter_stdout.rb +6 -1
- data/test/plugin/test_formatter_hash.rb +6 -3
- data/test/plugin/test_formatter_json.rb +14 -4
- data/test/plugin/test_formatter_ltsv.rb +13 -5
- data/test/plugin/test_formatter_out_file.rb +35 -14
- data/test/plugin/test_formatter_single_value.rb +12 -6
- data/test/plugin/test_formatter_tsv.rb +12 -4
- data/test/plugin/test_in_exec.rb +18 -0
- data/test/plugin/test_in_http.rb +57 -0
- data/test/plugin/{test_in_dummy.rb → test_in_sample.rb} +25 -25
- data/test/plugin/test_in_tail.rb +3 -0
- data/test/plugin/test_out_file.rb +23 -18
- data/test/plugin/test_output.rb +12 -0
- data/test/plugin_helper/data/cert/empty.pem +0 -0
- data/test/plugin_helper/test_cert_option.rb +7 -0
- data/test/plugin_helper/test_child_process.rb +15 -0
- data/test/plugin_helper/test_compat_parameters.rb +7 -2
- data/test/plugin_helper/test_http_server_helper.rb +5 -0
- data/test/plugin_helper/test_inject.rb +13 -0
- data/test/plugin_helper/test_server.rb +34 -0
- data/test/plugin_helper/test_socket.rb +8 -0
- data/test/test_formatter.rb +34 -10
- data/test/test_log.rb +44 -0
- data/test/test_match.rb +11 -0
- data/test/test_output.rb +6 -1
- data/test/test_static_config_analysis.rb +2 -2
- data/test/test_supervisor.rb +26 -0
- metadata +21 -18
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluentd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.11.
|
4
|
+
version: 1.11.5
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06
|
11
|
+
date: 2020-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: msgpack
|
@@ -70,7 +70,7 @@ dependencies:
|
|
70
70
|
requirements:
|
71
71
|
- - ">="
|
72
72
|
- !ruby/object:Gem::Version
|
73
|
-
version: 2.
|
73
|
+
version: 2.2.2
|
74
74
|
- - "<"
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: 3.0.0
|
@@ -80,7 +80,7 @@ dependencies:
|
|
80
80
|
requirements:
|
81
81
|
- - ">="
|
82
82
|
- !ruby/object:Gem::Version
|
83
|
-
version: 2.
|
83
|
+
version: 2.2.2
|
84
84
|
- - "<"
|
85
85
|
- !ruby/object:Gem::Version
|
86
86
|
version: 3.0.0
|
@@ -178,70 +178,70 @@ dependencies:
|
|
178
178
|
requirements:
|
179
179
|
- - "~>"
|
180
180
|
- !ruby/object:Gem::Version
|
181
|
-
version:
|
181
|
+
version: 2.1.5
|
182
182
|
type: :runtime
|
183
183
|
prerelease: false
|
184
184
|
version_requirements: !ruby/object:Gem::Requirement
|
185
185
|
requirements:
|
186
186
|
- - "~>"
|
187
187
|
- !ruby/object:Gem::Version
|
188
|
-
version:
|
188
|
+
version: 2.1.5
|
189
189
|
- !ruby/object:Gem::Dependency
|
190
190
|
name: win32-ipc
|
191
191
|
requirement: !ruby/object:Gem::Requirement
|
192
192
|
requirements:
|
193
193
|
- - "~>"
|
194
194
|
- !ruby/object:Gem::Version
|
195
|
-
version: 0.
|
195
|
+
version: 0.7.0
|
196
196
|
type: :runtime
|
197
197
|
prerelease: false
|
198
198
|
version_requirements: !ruby/object:Gem::Requirement
|
199
199
|
requirements:
|
200
200
|
- - "~>"
|
201
201
|
- !ruby/object:Gem::Version
|
202
|
-
version: 0.
|
202
|
+
version: 0.7.0
|
203
203
|
- !ruby/object:Gem::Dependency
|
204
204
|
name: win32-event
|
205
205
|
requirement: !ruby/object:Gem::Requirement
|
206
206
|
requirements:
|
207
207
|
- - "~>"
|
208
208
|
- !ruby/object:Gem::Version
|
209
|
-
version: 0.6.
|
209
|
+
version: 0.6.3
|
210
210
|
type: :runtime
|
211
211
|
prerelease: false
|
212
212
|
version_requirements: !ruby/object:Gem::Requirement
|
213
213
|
requirements:
|
214
214
|
- - "~>"
|
215
215
|
- !ruby/object:Gem::Version
|
216
|
-
version: 0.6.
|
216
|
+
version: 0.6.3
|
217
217
|
- !ruby/object:Gem::Dependency
|
218
218
|
name: windows-pr
|
219
219
|
requirement: !ruby/object:Gem::Requirement
|
220
220
|
requirements:
|
221
221
|
- - "~>"
|
222
222
|
- !ruby/object:Gem::Version
|
223
|
-
version: 1.2.
|
223
|
+
version: 1.2.6
|
224
224
|
type: :runtime
|
225
225
|
prerelease: false
|
226
226
|
version_requirements: !ruby/object:Gem::Requirement
|
227
227
|
requirements:
|
228
228
|
- - "~>"
|
229
229
|
- !ruby/object:Gem::Version
|
230
|
-
version: 1.2.
|
230
|
+
version: 1.2.6
|
231
231
|
- !ruby/object:Gem::Dependency
|
232
232
|
name: certstore_c
|
233
233
|
requirement: !ruby/object:Gem::Requirement
|
234
234
|
requirements:
|
235
235
|
- - "~>"
|
236
236
|
- !ruby/object:Gem::Version
|
237
|
-
version: 0.1.
|
237
|
+
version: 0.1.7
|
238
238
|
type: :runtime
|
239
239
|
prerelease: false
|
240
240
|
version_requirements: !ruby/object:Gem::Requirement
|
241
241
|
requirements:
|
242
242
|
- - "~>"
|
243
243
|
- !ruby/object:Gem::Version
|
244
|
-
version: 0.1.
|
244
|
+
version: 0.1.7
|
245
245
|
- !ruby/object:Gem::Dependency
|
246
246
|
name: rake
|
247
247
|
requirement: !ruby/object:Gem::Requirement
|
@@ -458,8 +458,6 @@ files:
|
|
458
458
|
- example/copy_roundrobin.conf
|
459
459
|
- example/counter.conf
|
460
460
|
- example/filter_stdout.conf
|
461
|
-
- example/in_dummy_blocks.conf
|
462
|
-
- example/in_dummy_with_compression.conf
|
463
461
|
- example/in_forward.conf
|
464
462
|
- example/in_forward_client.conf
|
465
463
|
- example/in_forward_shared_key.conf
|
@@ -468,6 +466,8 @@ files:
|
|
468
466
|
- example/in_forward_workers.conf
|
469
467
|
- example/in_http.conf
|
470
468
|
- example/in_out_forward.conf
|
469
|
+
- example/in_sample_blocks.conf
|
470
|
+
- example/in_sample_with_compression.conf
|
471
471
|
- example/in_syslog.conf
|
472
472
|
- example/in_tail.conf
|
473
473
|
- example/in_tcp.conf
|
@@ -605,6 +605,7 @@ files:
|
|
605
605
|
- lib/fluent/plugin/in_http.rb
|
606
606
|
- lib/fluent/plugin/in_monitor_agent.rb
|
607
607
|
- lib/fluent/plugin/in_object_space.rb
|
608
|
+
- lib/fluent/plugin/in_sample.rb
|
608
609
|
- lib/fluent/plugin/in_syslog.rb
|
609
610
|
- lib/fluent/plugin/in_tail.rb
|
610
611
|
- lib/fluent/plugin/in_tail/position_file.rb
|
@@ -815,13 +816,13 @@ files:
|
|
815
816
|
- test/plugin/test_formatter_single_value.rb
|
816
817
|
- test/plugin/test_formatter_tsv.rb
|
817
818
|
- test/plugin/test_in_debug_agent.rb
|
818
|
-
- test/plugin/test_in_dummy.rb
|
819
819
|
- test/plugin/test_in_exec.rb
|
820
820
|
- test/plugin/test_in_forward.rb
|
821
821
|
- test/plugin/test_in_gc_stat.rb
|
822
822
|
- test/plugin/test_in_http.rb
|
823
823
|
- test/plugin/test_in_monitor_agent.rb
|
824
824
|
- test/plugin/test_in_object_space.rb
|
825
|
+
- test/plugin/test_in_sample.rb
|
825
826
|
- test/plugin/test_in_syslog.rb
|
826
827
|
- test/plugin/test_in_tail.rb
|
827
828
|
- test/plugin/test_in_tcp.rb
|
@@ -877,6 +878,7 @@ files:
|
|
877
878
|
- test/plugin_helper/data/cert/cert_chains/ca-cert.pem
|
878
879
|
- test/plugin_helper/data/cert/cert_chains/cert-key.pem
|
879
880
|
- test/plugin_helper/data/cert/cert_chains/cert.pem
|
881
|
+
- test/plugin_helper/data/cert/empty.pem
|
880
882
|
- test/plugin_helper/data/cert/generate_cert.rb
|
881
883
|
- test/plugin_helper/data/cert/with_ca/ca-cert-key-pass.pem
|
882
884
|
- test/plugin_helper/data/cert/with_ca/ca-cert-key.pem
|
@@ -1048,13 +1050,13 @@ test_files:
|
|
1048
1050
|
- test/plugin/test_formatter_single_value.rb
|
1049
1051
|
- test/plugin/test_formatter_tsv.rb
|
1050
1052
|
- test/plugin/test_in_debug_agent.rb
|
1051
|
-
- test/plugin/test_in_dummy.rb
|
1052
1053
|
- test/plugin/test_in_exec.rb
|
1053
1054
|
- test/plugin/test_in_forward.rb
|
1054
1055
|
- test/plugin/test_in_gc_stat.rb
|
1055
1056
|
- test/plugin/test_in_http.rb
|
1056
1057
|
- test/plugin/test_in_monitor_agent.rb
|
1057
1058
|
- test/plugin/test_in_object_space.rb
|
1059
|
+
- test/plugin/test_in_sample.rb
|
1058
1060
|
- test/plugin/test_in_syslog.rb
|
1059
1061
|
- test/plugin/test_in_tail.rb
|
1060
1062
|
- test/plugin/test_in_tcp.rb
|
@@ -1110,6 +1112,7 @@ test_files:
|
|
1110
1112
|
- test/plugin_helper/data/cert/cert_chains/ca-cert.pem
|
1111
1113
|
- test/plugin_helper/data/cert/cert_chains/cert-key.pem
|
1112
1114
|
- test/plugin_helper/data/cert/cert_chains/cert.pem
|
1115
|
+
- test/plugin_helper/data/cert/empty.pem
|
1113
1116
|
- test/plugin_helper/data/cert/generate_cert.rb
|
1114
1117
|
- test/plugin_helper/data/cert/with_ca/ca-cert-key-pass.pem
|
1115
1118
|
- test/plugin_helper/data/cert/with_ca/ca-cert-key.pem
|