fluentd 1.16.5-x86-mingw32 → 1.17.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +88 -0
- data/README.md +2 -1
- data/Rakefile +1 -1
- data/SECURITY.md +2 -2
- data/fluent.conf +14 -14
- data/lib/fluent/command/binlog_reader.rb +1 -1
- data/lib/fluent/command/cap_ctl.rb +4 -4
- data/lib/fluent/compat/call_super_mixin.rb +3 -3
- data/lib/fluent/compat/propagate_default.rb +4 -4
- data/lib/fluent/config/configure_proxy.rb +2 -2
- data/lib/fluent/config/types.rb +1 -1
- data/lib/fluent/config/yaml_parser/parser.rb +4 -0
- data/lib/fluent/configurable.rb +2 -2
- data/lib/fluent/counter/mutex_hash.rb +1 -1
- data/lib/fluent/fluent_log_event_router.rb +0 -2
- data/lib/fluent/log/console_adapter.rb +4 -2
- data/lib/fluent/plugin/buf_file.rb +1 -1
- data/lib/fluent/plugin/buffer/file_chunk.rb +1 -1
- data/lib/fluent/plugin/buffer/file_single_chunk.rb +2 -3
- data/lib/fluent/plugin/filter_parser.rb +26 -8
- data/lib/fluent/plugin/in_exec.rb +14 -2
- data/lib/fluent/plugin/in_http.rb +19 -54
- data/lib/fluent/plugin/in_sample.rb +13 -7
- data/lib/fluent/plugin/in_tail.rb +99 -25
- data/lib/fluent/plugin/out_copy.rb +1 -1
- data/lib/fluent/plugin/out_file.rb +8 -0
- data/lib/fluent/plugin/out_http.rb +137 -13
- data/lib/fluent/plugin/owned_by_mixin.rb +0 -1
- data/lib/fluent/plugin/parser_json.rb +26 -17
- data/lib/fluent/plugin/parser_msgpack.rb +24 -3
- data/lib/fluent/plugin_helper/http_server/server.rb +1 -1
- data/lib/fluent/plugin_helper/metrics.rb +2 -2
- data/lib/fluent/registry.rb +6 -6
- data/lib/fluent/test/output_test.rb +1 -1
- data/lib/fluent/unique_id.rb +1 -1
- data/lib/fluent/version.rb +1 -1
- data/templates/new_gem/fluent-plugin.gemspec.erb +6 -5
- metadata +109 -459
- data/.github/ISSUE_TEMPLATE/bug_report.yml +0 -71
- data/.github/ISSUE_TEMPLATE/config.yml +0 -5
- data/.github/ISSUE_TEMPLATE/feature_request.yml +0 -39
- data/.github/ISSUE_TEMPLATE.md +0 -17
- data/.github/PULL_REQUEST_TEMPLATE.md +0 -14
- data/.github/workflows/stale-actions.yml +0 -24
- data/.github/workflows/test.yml +0 -32
- data/.gitignore +0 -30
- data/Gemfile +0 -9
- data/fluentd.gemspec +0 -54
- data/test/command/test_binlog_reader.rb +0 -362
- data/test/command/test_ca_generate.rb +0 -70
- data/test/command/test_cap_ctl.rb +0 -100
- data/test/command/test_cat.rb +0 -128
- data/test/command/test_ctl.rb +0 -56
- data/test/command/test_fluentd.rb +0 -1291
- data/test/command/test_plugin_config_formatter.rb +0 -397
- data/test/command/test_plugin_generator.rb +0 -109
- data/test/compat/test_calls_super.rb +0 -166
- data/test/compat/test_parser.rb +0 -92
- data/test/config/assertions.rb +0 -42
- data/test/config/test_config_parser.rb +0 -551
- data/test/config/test_configurable.rb +0 -1784
- data/test/config/test_configure_proxy.rb +0 -604
- data/test/config/test_dsl.rb +0 -415
- data/test/config/test_element.rb +0 -518
- data/test/config/test_literal_parser.rb +0 -309
- data/test/config/test_plugin_configuration.rb +0 -56
- data/test/config/test_section.rb +0 -191
- data/test/config/test_system_config.rb +0 -195
- data/test/config/test_types.rb +0 -408
- data/test/counter/test_client.rb +0 -563
- data/test/counter/test_error.rb +0 -44
- data/test/counter/test_mutex_hash.rb +0 -179
- data/test/counter/test_server.rb +0 -589
- data/test/counter/test_store.rb +0 -258
- data/test/counter/test_validator.rb +0 -137
- data/test/helper.rb +0 -155
- data/test/helpers/fuzzy_assert.rb +0 -89
- data/test/helpers/process_extenstion.rb +0 -33
- data/test/log/test_console_adapter.rb +0 -110
- data/test/plugin/data/2010/01/20100102-030405.log +0 -0
- data/test/plugin/data/2010/01/20100102-030406.log +0 -0
- data/test/plugin/data/2010/01/20100102.log +0 -0
- data/test/plugin/data/log/bar +0 -0
- data/test/plugin/data/log/foo/bar.log +0 -0
- data/test/plugin/data/log/foo/bar2 +0 -0
- data/test/plugin/data/log/test.log +0 -0
- data/test/plugin/data/sd_file/config +0 -11
- data/test/plugin/data/sd_file/config.json +0 -17
- data/test/plugin/data/sd_file/config.yaml +0 -11
- data/test/plugin/data/sd_file/config.yml +0 -11
- data/test/plugin/data/sd_file/invalid_config.yml +0 -7
- data/test/plugin/in_tail/test_fifo.rb +0 -121
- data/test/plugin/in_tail/test_io_handler.rb +0 -150
- data/test/plugin/in_tail/test_position_file.rb +0 -346
- data/test/plugin/out_forward/test_ack_handler.rb +0 -140
- data/test/plugin/out_forward/test_connection_manager.rb +0 -145
- data/test/plugin/out_forward/test_handshake_protocol.rb +0 -112
- data/test/plugin/out_forward/test_load_balancer.rb +0 -106
- data/test/plugin/out_forward/test_socket_cache.rb +0 -174
- data/test/plugin/test_bare_output.rb +0 -131
- data/test/plugin/test_base.rb +0 -247
- data/test/plugin/test_buf_file.rb +0 -1314
- data/test/plugin/test_buf_file_single.rb +0 -898
- data/test/plugin/test_buf_memory.rb +0 -42
- data/test/plugin/test_buffer.rb +0 -1493
- data/test/plugin/test_buffer_chunk.rb +0 -209
- data/test/plugin/test_buffer_file_chunk.rb +0 -871
- data/test/plugin/test_buffer_file_single_chunk.rb +0 -611
- data/test/plugin/test_buffer_memory_chunk.rb +0 -339
- data/test/plugin/test_compressable.rb +0 -87
- data/test/plugin/test_file_util.rb +0 -96
- data/test/plugin/test_filter.rb +0 -368
- data/test/plugin/test_filter_grep.rb +0 -697
- data/test/plugin/test_filter_parser.rb +0 -731
- data/test/plugin/test_filter_record_transformer.rb +0 -577
- data/test/plugin/test_filter_stdout.rb +0 -207
- data/test/plugin/test_formatter_csv.rb +0 -136
- data/test/plugin/test_formatter_hash.rb +0 -38
- data/test/plugin/test_formatter_json.rb +0 -61
- data/test/plugin/test_formatter_ltsv.rb +0 -70
- data/test/plugin/test_formatter_msgpack.rb +0 -28
- data/test/plugin/test_formatter_out_file.rb +0 -116
- data/test/plugin/test_formatter_single_value.rb +0 -44
- data/test/plugin/test_formatter_tsv.rb +0 -76
- data/test/plugin/test_in_debug_agent.rb +0 -49
- data/test/plugin/test_in_exec.rb +0 -261
- data/test/plugin/test_in_forward.rb +0 -1178
- data/test/plugin/test_in_gc_stat.rb +0 -62
- data/test/plugin/test_in_http.rb +0 -1102
- data/test/plugin/test_in_monitor_agent.rb +0 -922
- data/test/plugin/test_in_object_space.rb +0 -66
- data/test/plugin/test_in_sample.rb +0 -190
- data/test/plugin/test_in_syslog.rb +0 -505
- data/test/plugin/test_in_tail.rb +0 -3288
- data/test/plugin/test_in_tcp.rb +0 -328
- data/test/plugin/test_in_udp.rb +0 -296
- data/test/plugin/test_in_unix.rb +0 -181
- data/test/plugin/test_input.rb +0 -137
- data/test/plugin/test_metadata.rb +0 -89
- data/test/plugin/test_metrics.rb +0 -294
- data/test/plugin/test_metrics_local.rb +0 -96
- data/test/plugin/test_multi_output.rb +0 -204
- data/test/plugin/test_out_copy.rb +0 -308
- data/test/plugin/test_out_exec.rb +0 -312
- data/test/plugin/test_out_exec_filter.rb +0 -606
- data/test/plugin/test_out_file.rb +0 -1038
- data/test/plugin/test_out_forward.rb +0 -1349
- data/test/plugin/test_out_http.rb +0 -429
- data/test/plugin/test_out_null.rb +0 -105
- data/test/plugin/test_out_relabel.rb +0 -28
- data/test/plugin/test_out_roundrobin.rb +0 -146
- data/test/plugin/test_out_secondary_file.rb +0 -458
- data/test/plugin/test_out_stdout.rb +0 -205
- data/test/plugin/test_out_stream.rb +0 -103
- data/test/plugin/test_output.rb +0 -1334
- data/test/plugin/test_output_as_buffered.rb +0 -2024
- data/test/plugin/test_output_as_buffered_backup.rb +0 -363
- data/test/plugin/test_output_as_buffered_compress.rb +0 -179
- data/test/plugin/test_output_as_buffered_overflow.rb +0 -250
- data/test/plugin/test_output_as_buffered_retries.rb +0 -966
- data/test/plugin/test_output_as_buffered_secondary.rb +0 -882
- data/test/plugin/test_output_as_standard.rb +0 -374
- data/test/plugin/test_owned_by.rb +0 -35
- data/test/plugin/test_parser.rb +0 -399
- data/test/plugin/test_parser_apache.rb +0 -42
- data/test/plugin/test_parser_apache2.rb +0 -47
- data/test/plugin/test_parser_apache_error.rb +0 -45
- data/test/plugin/test_parser_csv.rb +0 -200
- data/test/plugin/test_parser_json.rb +0 -138
- data/test/plugin/test_parser_labeled_tsv.rb +0 -160
- data/test/plugin/test_parser_multiline.rb +0 -111
- data/test/plugin/test_parser_nginx.rb +0 -88
- data/test/plugin/test_parser_none.rb +0 -52
- data/test/plugin/test_parser_regexp.rb +0 -284
- data/test/plugin/test_parser_syslog.rb +0 -650
- data/test/plugin/test_parser_tsv.rb +0 -122
- data/test/plugin/test_sd_file.rb +0 -228
- data/test/plugin/test_sd_srv.rb +0 -230
- data/test/plugin/test_storage.rb +0 -167
- data/test/plugin/test_storage_local.rb +0 -335
- data/test/plugin/test_string_util.rb +0 -26
- data/test/plugin_helper/data/cert/cert-key.pem +0 -27
- data/test/plugin_helper/data/cert/cert-with-CRLF.pem +0 -19
- data/test/plugin_helper/data/cert/cert-with-no-newline.pem +0 -19
- data/test/plugin_helper/data/cert/cert.pem +0 -19
- data/test/plugin_helper/data/cert/cert_chains/ca-cert-key.pem +0 -27
- data/test/plugin_helper/data/cert/cert_chains/ca-cert.pem +0 -20
- data/test/plugin_helper/data/cert/cert_chains/cert-key.pem +0 -27
- data/test/plugin_helper/data/cert/cert_chains/cert.pem +0 -40
- data/test/plugin_helper/data/cert/empty.pem +0 -0
- data/test/plugin_helper/data/cert/generate_cert.rb +0 -125
- data/test/plugin_helper/data/cert/with_ca/ca-cert-key-pass.pem +0 -30
- data/test/plugin_helper/data/cert/with_ca/ca-cert-key.pem +0 -27
- data/test/plugin_helper/data/cert/with_ca/ca-cert-pass.pem +0 -20
- data/test/plugin_helper/data/cert/with_ca/ca-cert.pem +0 -20
- data/test/plugin_helper/data/cert/with_ca/cert-key-pass.pem +0 -30
- data/test/plugin_helper/data/cert/with_ca/cert-key.pem +0 -27
- data/test/plugin_helper/data/cert/with_ca/cert-pass.pem +0 -21
- data/test/plugin_helper/data/cert/with_ca/cert.pem +0 -21
- data/test/plugin_helper/data/cert/without_ca/cert-key-pass.pem +0 -30
- data/test/plugin_helper/data/cert/without_ca/cert-key.pem +0 -27
- data/test/plugin_helper/data/cert/without_ca/cert-pass.pem +0 -20
- data/test/plugin_helper/data/cert/without_ca/cert.pem +0 -20
- data/test/plugin_helper/http_server/test_app.rb +0 -65
- data/test/plugin_helper/http_server/test_route.rb +0 -32
- data/test/plugin_helper/service_discovery/test_manager.rb +0 -93
- data/test/plugin_helper/service_discovery/test_round_robin_balancer.rb +0 -21
- data/test/plugin_helper/test_cert_option.rb +0 -25
- data/test/plugin_helper/test_child_process.rb +0 -862
- data/test/plugin_helper/test_compat_parameters.rb +0 -358
- data/test/plugin_helper/test_event_emitter.rb +0 -80
- data/test/plugin_helper/test_event_loop.rb +0 -52
- data/test/plugin_helper/test_extract.rb +0 -194
- data/test/plugin_helper/test_formatter.rb +0 -255
- data/test/plugin_helper/test_http_server_helper.rb +0 -372
- data/test/plugin_helper/test_inject.rb +0 -561
- data/test/plugin_helper/test_metrics.rb +0 -137
- data/test/plugin_helper/test_parser.rb +0 -264
- data/test/plugin_helper/test_record_accessor.rb +0 -238
- data/test/plugin_helper/test_retry_state.rb +0 -1006
- data/test/plugin_helper/test_server.rb +0 -1895
- data/test/plugin_helper/test_service_discovery.rb +0 -165
- data/test/plugin_helper/test_socket.rb +0 -146
- data/test/plugin_helper/test_storage.rb +0 -542
- data/test/plugin_helper/test_thread.rb +0 -164
- data/test/plugin_helper/test_timer.rb +0 -130
- data/test/scripts/exec_script.rb +0 -32
- data/test/scripts/fluent/plugin/formatter1/formatter_test1.rb +0 -7
- data/test/scripts/fluent/plugin/formatter2/formatter_test2.rb +0 -7
- data/test/scripts/fluent/plugin/formatter_known.rb +0 -8
- data/test/scripts/fluent/plugin/out_test.rb +0 -81
- data/test/scripts/fluent/plugin/out_test2.rb +0 -80
- data/test/scripts/fluent/plugin/parser_known.rb +0 -4
- data/test/test_capability.rb +0 -74
- data/test/test_clock.rb +0 -164
- data/test/test_config.rb +0 -369
- data/test/test_configdsl.rb +0 -148
- data/test/test_daemonizer.rb +0 -91
- data/test/test_engine.rb +0 -203
- data/test/test_event.rb +0 -531
- data/test/test_event_router.rb +0 -348
- data/test/test_event_time.rb +0 -199
- data/test/test_file_wrapper.rb +0 -53
- data/test/test_filter.rb +0 -121
- data/test/test_fluent_log_event_router.rb +0 -99
- data/test/test_formatter.rb +0 -369
- data/test/test_input.rb +0 -31
- data/test/test_log.rb +0 -1076
- data/test/test_match.rb +0 -148
- data/test/test_mixin.rb +0 -351
- data/test/test_msgpack_factory.rb +0 -50
- data/test/test_oj_options.rb +0 -55
- data/test/test_output.rb +0 -278
- data/test/test_plugin.rb +0 -251
- data/test/test_plugin_classes.rb +0 -370
- data/test/test_plugin_helper.rb +0 -81
- data/test/test_plugin_id.rb +0 -119
- data/test/test_process.rb +0 -14
- data/test/test_root_agent.rb +0 -951
- data/test/test_static_config_analysis.rb +0 -177
- data/test/test_supervisor.rb +0 -821
- data/test/test_test_drivers.rb +0 -136
- data/test/test_time_formatter.rb +0 -301
- data/test/test_time_parser.rb +0 -362
- data/test/test_tls.rb +0 -65
- data/test/test_unique_id.rb +0 -47
- data/test/test_variable_store.rb +0 -65
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.
|
4
|
+
version: 1.17.1
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -200,6 +200,62 @@ dependencies:
|
|
200
200
|
- - "~>"
|
201
201
|
- !ruby/object:Gem::Version
|
202
202
|
version: '1.4'
|
203
|
+
- !ruby/object:Gem::Dependency
|
204
|
+
name: base64
|
205
|
+
requirement: !ruby/object:Gem::Requirement
|
206
|
+
requirements:
|
207
|
+
- - "~>"
|
208
|
+
- !ruby/object:Gem::Version
|
209
|
+
version: '0.2'
|
210
|
+
type: :runtime
|
211
|
+
prerelease: false
|
212
|
+
version_requirements: !ruby/object:Gem::Requirement
|
213
|
+
requirements:
|
214
|
+
- - "~>"
|
215
|
+
- !ruby/object:Gem::Version
|
216
|
+
version: '0.2'
|
217
|
+
- !ruby/object:Gem::Dependency
|
218
|
+
name: csv
|
219
|
+
requirement: !ruby/object:Gem::Requirement
|
220
|
+
requirements:
|
221
|
+
- - "~>"
|
222
|
+
- !ruby/object:Gem::Version
|
223
|
+
version: '3.2'
|
224
|
+
type: :runtime
|
225
|
+
prerelease: false
|
226
|
+
version_requirements: !ruby/object:Gem::Requirement
|
227
|
+
requirements:
|
228
|
+
- - "~>"
|
229
|
+
- !ruby/object:Gem::Version
|
230
|
+
version: '3.2'
|
231
|
+
- !ruby/object:Gem::Dependency
|
232
|
+
name: drb
|
233
|
+
requirement: !ruby/object:Gem::Requirement
|
234
|
+
requirements:
|
235
|
+
- - "~>"
|
236
|
+
- !ruby/object:Gem::Version
|
237
|
+
version: '2.2'
|
238
|
+
type: :runtime
|
239
|
+
prerelease: false
|
240
|
+
version_requirements: !ruby/object:Gem::Requirement
|
241
|
+
requirements:
|
242
|
+
- - "~>"
|
243
|
+
- !ruby/object:Gem::Version
|
244
|
+
version: '2.2'
|
245
|
+
- !ruby/object:Gem::Dependency
|
246
|
+
name: logger
|
247
|
+
requirement: !ruby/object:Gem::Requirement
|
248
|
+
requirements:
|
249
|
+
- - "~>"
|
250
|
+
- !ruby/object:Gem::Version
|
251
|
+
version: '1.6'
|
252
|
+
type: :runtime
|
253
|
+
prerelease: false
|
254
|
+
version_requirements: !ruby/object:Gem::Requirement
|
255
|
+
requirements:
|
256
|
+
- - "~>"
|
257
|
+
- !ruby/object:Gem::Version
|
258
|
+
version: '1.6'
|
203
259
|
- !ruby/object:Gem::Dependency
|
204
260
|
name: win32-service
|
205
261
|
requirement: !ruby/object:Gem::Requirement
|
@@ -330,16 +386,16 @@ dependencies:
|
|
330
386
|
name: timecop
|
331
387
|
requirement: !ruby/object:Gem::Requirement
|
332
388
|
requirements:
|
333
|
-
- - "
|
389
|
+
- - "<"
|
334
390
|
- !ruby/object:Gem::Version
|
335
|
-
version:
|
391
|
+
version: 0.9.9
|
336
392
|
type: :development
|
337
393
|
prerelease: false
|
338
394
|
version_requirements: !ruby/object:Gem::Requirement
|
339
395
|
requirements:
|
340
|
-
- - "
|
396
|
+
- - "<"
|
341
397
|
- !ruby/object:Gem::Version
|
342
|
-
version:
|
398
|
+
version: 0.9.9
|
343
399
|
- !ruby/object:Gem::Dependency
|
344
400
|
name: test-unit
|
345
401
|
requirement: !ruby/object:Gem::Requirement
|
@@ -416,6 +472,48 @@ dependencies:
|
|
416
472
|
- - ">="
|
417
473
|
- !ruby/object:Gem::Version
|
418
474
|
version: 0.50.0
|
475
|
+
- !ruby/object:Gem::Dependency
|
476
|
+
name: aws-sigv4
|
477
|
+
requirement: !ruby/object:Gem::Requirement
|
478
|
+
requirements:
|
479
|
+
- - "~>"
|
480
|
+
- !ruby/object:Gem::Version
|
481
|
+
version: '1.8'
|
482
|
+
type: :development
|
483
|
+
prerelease: false
|
484
|
+
version_requirements: !ruby/object:Gem::Requirement
|
485
|
+
requirements:
|
486
|
+
- - "~>"
|
487
|
+
- !ruby/object:Gem::Version
|
488
|
+
version: '1.8'
|
489
|
+
- !ruby/object:Gem::Dependency
|
490
|
+
name: aws-sdk-core
|
491
|
+
requirement: !ruby/object:Gem::Requirement
|
492
|
+
requirements:
|
493
|
+
- - "~>"
|
494
|
+
- !ruby/object:Gem::Version
|
495
|
+
version: '3.191'
|
496
|
+
type: :development
|
497
|
+
prerelease: false
|
498
|
+
version_requirements: !ruby/object:Gem::Requirement
|
499
|
+
requirements:
|
500
|
+
- - "~>"
|
501
|
+
- !ruby/object:Gem::Version
|
502
|
+
version: '3.191'
|
503
|
+
- !ruby/object:Gem::Dependency
|
504
|
+
name: rexml
|
505
|
+
requirement: !ruby/object:Gem::Requirement
|
506
|
+
requirements:
|
507
|
+
- - "~>"
|
508
|
+
- !ruby/object:Gem::Version
|
509
|
+
version: '3.2'
|
510
|
+
type: :development
|
511
|
+
prerelease: false
|
512
|
+
version_requirements: !ruby/object:Gem::Requirement
|
513
|
+
requirements:
|
514
|
+
- - "~>"
|
515
|
+
- !ruby/object:Gem::Version
|
516
|
+
version: '3.2'
|
419
517
|
description: Fluentd is an open source data collector designed to scale and simplify
|
420
518
|
log management. It can collect, process and ship many kinds of data in near real-time.
|
421
519
|
email:
|
@@ -435,20 +533,11 @@ extensions: []
|
|
435
533
|
extra_rdoc_files: []
|
436
534
|
files:
|
437
535
|
- ".deepsource.toml"
|
438
|
-
- ".github/ISSUE_TEMPLATE.md"
|
439
|
-
- ".github/ISSUE_TEMPLATE/bug_report.yml"
|
440
|
-
- ".github/ISSUE_TEMPLATE/config.yml"
|
441
|
-
- ".github/ISSUE_TEMPLATE/feature_request.yml"
|
442
|
-
- ".github/PULL_REQUEST_TEMPLATE.md"
|
443
|
-
- ".github/workflows/stale-actions.yml"
|
444
|
-
- ".github/workflows/test.yml"
|
445
|
-
- ".gitignore"
|
446
536
|
- ADOPTERS.md
|
447
537
|
- AUTHORS
|
448
538
|
- CHANGELOG.md
|
449
539
|
- CONTRIBUTING.md
|
450
540
|
- GOVERNANCE.md
|
451
|
-
- Gemfile
|
452
541
|
- GithubWorkflow.md
|
453
542
|
- LICENSE
|
454
543
|
- MAINTAINERS.md
|
@@ -505,7 +594,6 @@ files:
|
|
505
594
|
- example/v1_literal_example.conf
|
506
595
|
- example/worker_section.conf
|
507
596
|
- fluent.conf
|
508
|
-
- fluentd.gemspec
|
509
597
|
- lib/fluent/agent.rb
|
510
598
|
- lib/fluent/capability.rb
|
511
599
|
- lib/fluent/clock.rb
|
@@ -774,230 +862,11 @@ files:
|
|
774
862
|
- templates/plugin_config_formatter/param.md-table.erb
|
775
863
|
- templates/plugin_config_formatter/param.md.erb
|
776
864
|
- templates/plugin_config_formatter/section.md.erb
|
777
|
-
- test/command/test_binlog_reader.rb
|
778
|
-
- test/command/test_ca_generate.rb
|
779
|
-
- test/command/test_cap_ctl.rb
|
780
|
-
- test/command/test_cat.rb
|
781
|
-
- test/command/test_ctl.rb
|
782
|
-
- test/command/test_fluentd.rb
|
783
|
-
- test/command/test_plugin_config_formatter.rb
|
784
|
-
- test/command/test_plugin_generator.rb
|
785
|
-
- test/compat/test_calls_super.rb
|
786
|
-
- test/compat/test_parser.rb
|
787
|
-
- test/config/assertions.rb
|
788
|
-
- test/config/test_config_parser.rb
|
789
|
-
- test/config/test_configurable.rb
|
790
|
-
- test/config/test_configure_proxy.rb
|
791
|
-
- test/config/test_dsl.rb
|
792
|
-
- test/config/test_element.rb
|
793
|
-
- test/config/test_literal_parser.rb
|
794
|
-
- test/config/test_plugin_configuration.rb
|
795
|
-
- test/config/test_section.rb
|
796
|
-
- test/config/test_system_config.rb
|
797
|
-
- test/config/test_types.rb
|
798
|
-
- test/counter/test_client.rb
|
799
|
-
- test/counter/test_error.rb
|
800
|
-
- test/counter/test_mutex_hash.rb
|
801
|
-
- test/counter/test_server.rb
|
802
|
-
- test/counter/test_store.rb
|
803
|
-
- test/counter/test_validator.rb
|
804
|
-
- test/helper.rb
|
805
|
-
- test/helpers/fuzzy_assert.rb
|
806
|
-
- test/helpers/process_extenstion.rb
|
807
|
-
- test/log/test_console_adapter.rb
|
808
|
-
- test/plugin/data/2010/01/20100102-030405.log
|
809
|
-
- test/plugin/data/2010/01/20100102-030406.log
|
810
|
-
- test/plugin/data/2010/01/20100102.log
|
811
|
-
- test/plugin/data/log/bar
|
812
|
-
- test/plugin/data/log/foo/bar.log
|
813
|
-
- test/plugin/data/log/foo/bar2
|
814
|
-
- test/plugin/data/log/test.log
|
815
|
-
- test/plugin/data/sd_file/config
|
816
|
-
- test/plugin/data/sd_file/config.json
|
817
|
-
- test/plugin/data/sd_file/config.yaml
|
818
|
-
- test/plugin/data/sd_file/config.yml
|
819
|
-
- test/plugin/data/sd_file/invalid_config.yml
|
820
|
-
- test/plugin/in_tail/test_fifo.rb
|
821
|
-
- test/plugin/in_tail/test_io_handler.rb
|
822
|
-
- test/plugin/in_tail/test_position_file.rb
|
823
|
-
- test/plugin/out_forward/test_ack_handler.rb
|
824
|
-
- test/plugin/out_forward/test_connection_manager.rb
|
825
|
-
- test/plugin/out_forward/test_handshake_protocol.rb
|
826
|
-
- test/plugin/out_forward/test_load_balancer.rb
|
827
|
-
- test/plugin/out_forward/test_socket_cache.rb
|
828
|
-
- test/plugin/test_bare_output.rb
|
829
|
-
- test/plugin/test_base.rb
|
830
|
-
- test/plugin/test_buf_file.rb
|
831
|
-
- test/plugin/test_buf_file_single.rb
|
832
|
-
- test/plugin/test_buf_memory.rb
|
833
|
-
- test/plugin/test_buffer.rb
|
834
|
-
- test/plugin/test_buffer_chunk.rb
|
835
|
-
- test/plugin/test_buffer_file_chunk.rb
|
836
|
-
- test/plugin/test_buffer_file_single_chunk.rb
|
837
|
-
- test/plugin/test_buffer_memory_chunk.rb
|
838
|
-
- test/plugin/test_compressable.rb
|
839
|
-
- test/plugin/test_file_util.rb
|
840
|
-
- test/plugin/test_filter.rb
|
841
|
-
- test/plugin/test_filter_grep.rb
|
842
|
-
- test/plugin/test_filter_parser.rb
|
843
|
-
- test/plugin/test_filter_record_transformer.rb
|
844
|
-
- test/plugin/test_filter_stdout.rb
|
845
|
-
- test/plugin/test_formatter_csv.rb
|
846
|
-
- test/plugin/test_formatter_hash.rb
|
847
|
-
- test/plugin/test_formatter_json.rb
|
848
|
-
- test/plugin/test_formatter_ltsv.rb
|
849
|
-
- test/plugin/test_formatter_msgpack.rb
|
850
|
-
- test/plugin/test_formatter_out_file.rb
|
851
|
-
- test/plugin/test_formatter_single_value.rb
|
852
|
-
- test/plugin/test_formatter_tsv.rb
|
853
|
-
- test/plugin/test_in_debug_agent.rb
|
854
|
-
- test/plugin/test_in_exec.rb
|
855
|
-
- test/plugin/test_in_forward.rb
|
856
|
-
- test/plugin/test_in_gc_stat.rb
|
857
|
-
- test/plugin/test_in_http.rb
|
858
|
-
- test/plugin/test_in_monitor_agent.rb
|
859
|
-
- test/plugin/test_in_object_space.rb
|
860
|
-
- test/plugin/test_in_sample.rb
|
861
|
-
- test/plugin/test_in_syslog.rb
|
862
|
-
- test/plugin/test_in_tail.rb
|
863
|
-
- test/plugin/test_in_tcp.rb
|
864
|
-
- test/plugin/test_in_udp.rb
|
865
|
-
- test/plugin/test_in_unix.rb
|
866
|
-
- test/plugin/test_input.rb
|
867
|
-
- test/plugin/test_metadata.rb
|
868
|
-
- test/plugin/test_metrics.rb
|
869
|
-
- test/plugin/test_metrics_local.rb
|
870
|
-
- test/plugin/test_multi_output.rb
|
871
|
-
- test/plugin/test_out_copy.rb
|
872
|
-
- test/plugin/test_out_exec.rb
|
873
|
-
- test/plugin/test_out_exec_filter.rb
|
874
|
-
- test/plugin/test_out_file.rb
|
875
|
-
- test/plugin/test_out_forward.rb
|
876
|
-
- test/plugin/test_out_http.rb
|
877
|
-
- test/plugin/test_out_null.rb
|
878
|
-
- test/plugin/test_out_relabel.rb
|
879
|
-
- test/plugin/test_out_roundrobin.rb
|
880
|
-
- test/plugin/test_out_secondary_file.rb
|
881
|
-
- test/plugin/test_out_stdout.rb
|
882
|
-
- test/plugin/test_out_stream.rb
|
883
|
-
- test/plugin/test_output.rb
|
884
|
-
- test/plugin/test_output_as_buffered.rb
|
885
|
-
- test/plugin/test_output_as_buffered_backup.rb
|
886
|
-
- test/plugin/test_output_as_buffered_compress.rb
|
887
|
-
- test/plugin/test_output_as_buffered_overflow.rb
|
888
|
-
- test/plugin/test_output_as_buffered_retries.rb
|
889
|
-
- test/plugin/test_output_as_buffered_secondary.rb
|
890
|
-
- test/plugin/test_output_as_standard.rb
|
891
|
-
- test/plugin/test_owned_by.rb
|
892
|
-
- test/plugin/test_parser.rb
|
893
|
-
- test/plugin/test_parser_apache.rb
|
894
|
-
- test/plugin/test_parser_apache2.rb
|
895
|
-
- test/plugin/test_parser_apache_error.rb
|
896
|
-
- test/plugin/test_parser_csv.rb
|
897
|
-
- test/plugin/test_parser_json.rb
|
898
|
-
- test/plugin/test_parser_labeled_tsv.rb
|
899
|
-
- test/plugin/test_parser_multiline.rb
|
900
|
-
- test/plugin/test_parser_nginx.rb
|
901
|
-
- test/plugin/test_parser_none.rb
|
902
|
-
- test/plugin/test_parser_regexp.rb
|
903
|
-
- test/plugin/test_parser_syslog.rb
|
904
|
-
- test/plugin/test_parser_tsv.rb
|
905
|
-
- test/plugin/test_sd_file.rb
|
906
|
-
- test/plugin/test_sd_srv.rb
|
907
|
-
- test/plugin/test_storage.rb
|
908
|
-
- test/plugin/test_storage_local.rb
|
909
|
-
- test/plugin/test_string_util.rb
|
910
|
-
- test/plugin_helper/data/cert/cert-key.pem
|
911
|
-
- test/plugin_helper/data/cert/cert-with-CRLF.pem
|
912
|
-
- test/plugin_helper/data/cert/cert-with-no-newline.pem
|
913
|
-
- test/plugin_helper/data/cert/cert.pem
|
914
|
-
- test/plugin_helper/data/cert/cert_chains/ca-cert-key.pem
|
915
|
-
- test/plugin_helper/data/cert/cert_chains/ca-cert.pem
|
916
|
-
- test/plugin_helper/data/cert/cert_chains/cert-key.pem
|
917
|
-
- test/plugin_helper/data/cert/cert_chains/cert.pem
|
918
|
-
- test/plugin_helper/data/cert/empty.pem
|
919
|
-
- test/plugin_helper/data/cert/generate_cert.rb
|
920
|
-
- test/plugin_helper/data/cert/with_ca/ca-cert-key-pass.pem
|
921
|
-
- test/plugin_helper/data/cert/with_ca/ca-cert-key.pem
|
922
|
-
- test/plugin_helper/data/cert/with_ca/ca-cert-pass.pem
|
923
|
-
- test/plugin_helper/data/cert/with_ca/ca-cert.pem
|
924
|
-
- test/plugin_helper/data/cert/with_ca/cert-key-pass.pem
|
925
|
-
- test/plugin_helper/data/cert/with_ca/cert-key.pem
|
926
|
-
- test/plugin_helper/data/cert/with_ca/cert-pass.pem
|
927
|
-
- test/plugin_helper/data/cert/with_ca/cert.pem
|
928
|
-
- test/plugin_helper/data/cert/without_ca/cert-key-pass.pem
|
929
|
-
- test/plugin_helper/data/cert/without_ca/cert-key.pem
|
930
|
-
- test/plugin_helper/data/cert/without_ca/cert-pass.pem
|
931
|
-
- test/plugin_helper/data/cert/without_ca/cert.pem
|
932
|
-
- test/plugin_helper/http_server/test_app.rb
|
933
|
-
- test/plugin_helper/http_server/test_route.rb
|
934
|
-
- test/plugin_helper/service_discovery/test_manager.rb
|
935
|
-
- test/plugin_helper/service_discovery/test_round_robin_balancer.rb
|
936
|
-
- test/plugin_helper/test_cert_option.rb
|
937
|
-
- test/plugin_helper/test_child_process.rb
|
938
|
-
- test/plugin_helper/test_compat_parameters.rb
|
939
|
-
- test/plugin_helper/test_event_emitter.rb
|
940
|
-
- test/plugin_helper/test_event_loop.rb
|
941
|
-
- test/plugin_helper/test_extract.rb
|
942
|
-
- test/plugin_helper/test_formatter.rb
|
943
|
-
- test/plugin_helper/test_http_server_helper.rb
|
944
|
-
- test/plugin_helper/test_inject.rb
|
945
|
-
- test/plugin_helper/test_metrics.rb
|
946
|
-
- test/plugin_helper/test_parser.rb
|
947
|
-
- test/plugin_helper/test_record_accessor.rb
|
948
|
-
- test/plugin_helper/test_retry_state.rb
|
949
|
-
- test/plugin_helper/test_server.rb
|
950
|
-
- test/plugin_helper/test_service_discovery.rb
|
951
|
-
- test/plugin_helper/test_socket.rb
|
952
|
-
- test/plugin_helper/test_storage.rb
|
953
|
-
- test/plugin_helper/test_thread.rb
|
954
|
-
- test/plugin_helper/test_timer.rb
|
955
|
-
- test/scripts/exec_script.rb
|
956
|
-
- test/scripts/fluent/plugin/formatter1/formatter_test1.rb
|
957
|
-
- test/scripts/fluent/plugin/formatter2/formatter_test2.rb
|
958
|
-
- test/scripts/fluent/plugin/formatter_known.rb
|
959
|
-
- test/scripts/fluent/plugin/out_test.rb
|
960
|
-
- test/scripts/fluent/plugin/out_test2.rb
|
961
|
-
- test/scripts/fluent/plugin/parser_known.rb
|
962
|
-
- test/test_capability.rb
|
963
|
-
- test/test_clock.rb
|
964
|
-
- test/test_config.rb
|
965
|
-
- test/test_configdsl.rb
|
966
|
-
- test/test_daemonizer.rb
|
967
|
-
- test/test_engine.rb
|
968
|
-
- test/test_event.rb
|
969
|
-
- test/test_event_router.rb
|
970
|
-
- test/test_event_time.rb
|
971
|
-
- test/test_file_wrapper.rb
|
972
|
-
- test/test_filter.rb
|
973
|
-
- test/test_fluent_log_event_router.rb
|
974
|
-
- test/test_formatter.rb
|
975
|
-
- test/test_input.rb
|
976
|
-
- test/test_log.rb
|
977
|
-
- test/test_match.rb
|
978
|
-
- test/test_mixin.rb
|
979
|
-
- test/test_msgpack_factory.rb
|
980
|
-
- test/test_oj_options.rb
|
981
|
-
- test/test_output.rb
|
982
|
-
- test/test_plugin.rb
|
983
|
-
- test/test_plugin_classes.rb
|
984
|
-
- test/test_plugin_helper.rb
|
985
|
-
- test/test_plugin_id.rb
|
986
|
-
- test/test_process.rb
|
987
|
-
- test/test_root_agent.rb
|
988
|
-
- test/test_static_config_analysis.rb
|
989
|
-
- test/test_supervisor.rb
|
990
|
-
- test/test_test_drivers.rb
|
991
|
-
- test/test_time_formatter.rb
|
992
|
-
- test/test_time_parser.rb
|
993
|
-
- test/test_tls.rb
|
994
|
-
- test/test_unique_id.rb
|
995
|
-
- test/test_variable_store.rb
|
996
865
|
homepage: https://www.fluentd.org/
|
997
866
|
licenses:
|
998
867
|
- Apache-2.0
|
999
868
|
metadata: {}
|
1000
|
-
post_install_message:
|
869
|
+
post_install_message:
|
1001
870
|
rdoc_options: []
|
1002
871
|
require_paths:
|
1003
872
|
- lib
|
@@ -1005,7 +874,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1005
874
|
requirements:
|
1006
875
|
- - ">="
|
1007
876
|
- !ruby/object:Gem::Version
|
1008
|
-
version: '2.
|
877
|
+
version: '2.7'
|
1009
878
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1010
879
|
requirements:
|
1011
880
|
- - ">="
|
@@ -1013,226 +882,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1013
882
|
version: '0'
|
1014
883
|
requirements: []
|
1015
884
|
rubygems_version: 3.4.19
|
1016
|
-
signing_key:
|
885
|
+
signing_key:
|
1017
886
|
specification_version: 4
|
1018
887
|
summary: Fluentd event collector
|
1019
|
-
test_files:
|
1020
|
-
- test/command/test_binlog_reader.rb
|
1021
|
-
- test/command/test_ca_generate.rb
|
1022
|
-
- test/command/test_cap_ctl.rb
|
1023
|
-
- test/command/test_cat.rb
|
1024
|
-
- test/command/test_ctl.rb
|
1025
|
-
- test/command/test_fluentd.rb
|
1026
|
-
- test/command/test_plugin_config_formatter.rb
|
1027
|
-
- test/command/test_plugin_generator.rb
|
1028
|
-
- test/compat/test_calls_super.rb
|
1029
|
-
- test/compat/test_parser.rb
|
1030
|
-
- test/config/assertions.rb
|
1031
|
-
- test/config/test_config_parser.rb
|
1032
|
-
- test/config/test_configurable.rb
|
1033
|
-
- test/config/test_configure_proxy.rb
|
1034
|
-
- test/config/test_dsl.rb
|
1035
|
-
- test/config/test_element.rb
|
1036
|
-
- test/config/test_literal_parser.rb
|
1037
|
-
- test/config/test_plugin_configuration.rb
|
1038
|
-
- test/config/test_section.rb
|
1039
|
-
- test/config/test_system_config.rb
|
1040
|
-
- test/config/test_types.rb
|
1041
|
-
- test/counter/test_client.rb
|
1042
|
-
- test/counter/test_error.rb
|
1043
|
-
- test/counter/test_mutex_hash.rb
|
1044
|
-
- test/counter/test_server.rb
|
1045
|
-
- test/counter/test_store.rb
|
1046
|
-
- test/counter/test_validator.rb
|
1047
|
-
- test/helper.rb
|
1048
|
-
- test/helpers/fuzzy_assert.rb
|
1049
|
-
- test/helpers/process_extenstion.rb
|
1050
|
-
- test/log/test_console_adapter.rb
|
1051
|
-
- test/plugin/data/2010/01/20100102-030405.log
|
1052
|
-
- test/plugin/data/2010/01/20100102-030406.log
|
1053
|
-
- test/plugin/data/2010/01/20100102.log
|
1054
|
-
- test/plugin/data/log/bar
|
1055
|
-
- test/plugin/data/log/foo/bar.log
|
1056
|
-
- test/plugin/data/log/foo/bar2
|
1057
|
-
- test/plugin/data/log/test.log
|
1058
|
-
- test/plugin/data/sd_file/config
|
1059
|
-
- test/plugin/data/sd_file/config.json
|
1060
|
-
- test/plugin/data/sd_file/config.yaml
|
1061
|
-
- test/plugin/data/sd_file/config.yml
|
1062
|
-
- test/plugin/data/sd_file/invalid_config.yml
|
1063
|
-
- test/plugin/in_tail/test_fifo.rb
|
1064
|
-
- test/plugin/in_tail/test_io_handler.rb
|
1065
|
-
- test/plugin/in_tail/test_position_file.rb
|
1066
|
-
- test/plugin/out_forward/test_ack_handler.rb
|
1067
|
-
- test/plugin/out_forward/test_connection_manager.rb
|
1068
|
-
- test/plugin/out_forward/test_handshake_protocol.rb
|
1069
|
-
- test/plugin/out_forward/test_load_balancer.rb
|
1070
|
-
- test/plugin/out_forward/test_socket_cache.rb
|
1071
|
-
- test/plugin/test_bare_output.rb
|
1072
|
-
- test/plugin/test_base.rb
|
1073
|
-
- test/plugin/test_buf_file.rb
|
1074
|
-
- test/plugin/test_buf_file_single.rb
|
1075
|
-
- test/plugin/test_buf_memory.rb
|
1076
|
-
- test/plugin/test_buffer.rb
|
1077
|
-
- test/plugin/test_buffer_chunk.rb
|
1078
|
-
- test/plugin/test_buffer_file_chunk.rb
|
1079
|
-
- test/plugin/test_buffer_file_single_chunk.rb
|
1080
|
-
- test/plugin/test_buffer_memory_chunk.rb
|
1081
|
-
- test/plugin/test_compressable.rb
|
1082
|
-
- test/plugin/test_file_util.rb
|
1083
|
-
- test/plugin/test_filter.rb
|
1084
|
-
- test/plugin/test_filter_grep.rb
|
1085
|
-
- test/plugin/test_filter_parser.rb
|
1086
|
-
- test/plugin/test_filter_record_transformer.rb
|
1087
|
-
- test/plugin/test_filter_stdout.rb
|
1088
|
-
- test/plugin/test_formatter_csv.rb
|
1089
|
-
- test/plugin/test_formatter_hash.rb
|
1090
|
-
- test/plugin/test_formatter_json.rb
|
1091
|
-
- test/plugin/test_formatter_ltsv.rb
|
1092
|
-
- test/plugin/test_formatter_msgpack.rb
|
1093
|
-
- test/plugin/test_formatter_out_file.rb
|
1094
|
-
- test/plugin/test_formatter_single_value.rb
|
1095
|
-
- test/plugin/test_formatter_tsv.rb
|
1096
|
-
- test/plugin/test_in_debug_agent.rb
|
1097
|
-
- test/plugin/test_in_exec.rb
|
1098
|
-
- test/plugin/test_in_forward.rb
|
1099
|
-
- test/plugin/test_in_gc_stat.rb
|
1100
|
-
- test/plugin/test_in_http.rb
|
1101
|
-
- test/plugin/test_in_monitor_agent.rb
|
1102
|
-
- test/plugin/test_in_object_space.rb
|
1103
|
-
- test/plugin/test_in_sample.rb
|
1104
|
-
- test/plugin/test_in_syslog.rb
|
1105
|
-
- test/plugin/test_in_tail.rb
|
1106
|
-
- test/plugin/test_in_tcp.rb
|
1107
|
-
- test/plugin/test_in_udp.rb
|
1108
|
-
- test/plugin/test_in_unix.rb
|
1109
|
-
- test/plugin/test_input.rb
|
1110
|
-
- test/plugin/test_metadata.rb
|
1111
|
-
- test/plugin/test_metrics.rb
|
1112
|
-
- test/plugin/test_metrics_local.rb
|
1113
|
-
- test/plugin/test_multi_output.rb
|
1114
|
-
- test/plugin/test_out_copy.rb
|
1115
|
-
- test/plugin/test_out_exec.rb
|
1116
|
-
- test/plugin/test_out_exec_filter.rb
|
1117
|
-
- test/plugin/test_out_file.rb
|
1118
|
-
- test/plugin/test_out_forward.rb
|
1119
|
-
- test/plugin/test_out_http.rb
|
1120
|
-
- test/plugin/test_out_null.rb
|
1121
|
-
- test/plugin/test_out_relabel.rb
|
1122
|
-
- test/plugin/test_out_roundrobin.rb
|
1123
|
-
- test/plugin/test_out_secondary_file.rb
|
1124
|
-
- test/plugin/test_out_stdout.rb
|
1125
|
-
- test/plugin/test_out_stream.rb
|
1126
|
-
- test/plugin/test_output.rb
|
1127
|
-
- test/plugin/test_output_as_buffered.rb
|
1128
|
-
- test/plugin/test_output_as_buffered_backup.rb
|
1129
|
-
- test/plugin/test_output_as_buffered_compress.rb
|
1130
|
-
- test/plugin/test_output_as_buffered_overflow.rb
|
1131
|
-
- test/plugin/test_output_as_buffered_retries.rb
|
1132
|
-
- test/plugin/test_output_as_buffered_secondary.rb
|
1133
|
-
- test/plugin/test_output_as_standard.rb
|
1134
|
-
- test/plugin/test_owned_by.rb
|
1135
|
-
- test/plugin/test_parser.rb
|
1136
|
-
- test/plugin/test_parser_apache.rb
|
1137
|
-
- test/plugin/test_parser_apache2.rb
|
1138
|
-
- test/plugin/test_parser_apache_error.rb
|
1139
|
-
- test/plugin/test_parser_csv.rb
|
1140
|
-
- test/plugin/test_parser_json.rb
|
1141
|
-
- test/plugin/test_parser_labeled_tsv.rb
|
1142
|
-
- test/plugin/test_parser_multiline.rb
|
1143
|
-
- test/plugin/test_parser_nginx.rb
|
1144
|
-
- test/plugin/test_parser_none.rb
|
1145
|
-
- test/plugin/test_parser_regexp.rb
|
1146
|
-
- test/plugin/test_parser_syslog.rb
|
1147
|
-
- test/plugin/test_parser_tsv.rb
|
1148
|
-
- test/plugin/test_sd_file.rb
|
1149
|
-
- test/plugin/test_sd_srv.rb
|
1150
|
-
- test/plugin/test_storage.rb
|
1151
|
-
- test/plugin/test_storage_local.rb
|
1152
|
-
- test/plugin/test_string_util.rb
|
1153
|
-
- test/plugin_helper/data/cert/cert-key.pem
|
1154
|
-
- test/plugin_helper/data/cert/cert-with-CRLF.pem
|
1155
|
-
- test/plugin_helper/data/cert/cert-with-no-newline.pem
|
1156
|
-
- test/plugin_helper/data/cert/cert.pem
|
1157
|
-
- test/plugin_helper/data/cert/cert_chains/ca-cert-key.pem
|
1158
|
-
- test/plugin_helper/data/cert/cert_chains/ca-cert.pem
|
1159
|
-
- test/plugin_helper/data/cert/cert_chains/cert-key.pem
|
1160
|
-
- test/plugin_helper/data/cert/cert_chains/cert.pem
|
1161
|
-
- test/plugin_helper/data/cert/empty.pem
|
1162
|
-
- test/plugin_helper/data/cert/generate_cert.rb
|
1163
|
-
- test/plugin_helper/data/cert/with_ca/ca-cert-key-pass.pem
|
1164
|
-
- test/plugin_helper/data/cert/with_ca/ca-cert-key.pem
|
1165
|
-
- test/plugin_helper/data/cert/with_ca/ca-cert-pass.pem
|
1166
|
-
- test/plugin_helper/data/cert/with_ca/ca-cert.pem
|
1167
|
-
- test/plugin_helper/data/cert/with_ca/cert-key-pass.pem
|
1168
|
-
- test/plugin_helper/data/cert/with_ca/cert-key.pem
|
1169
|
-
- test/plugin_helper/data/cert/with_ca/cert-pass.pem
|
1170
|
-
- test/plugin_helper/data/cert/with_ca/cert.pem
|
1171
|
-
- test/plugin_helper/data/cert/without_ca/cert-key-pass.pem
|
1172
|
-
- test/plugin_helper/data/cert/without_ca/cert-key.pem
|
1173
|
-
- test/plugin_helper/data/cert/without_ca/cert-pass.pem
|
1174
|
-
- test/plugin_helper/data/cert/without_ca/cert.pem
|
1175
|
-
- test/plugin_helper/http_server/test_app.rb
|
1176
|
-
- test/plugin_helper/http_server/test_route.rb
|
1177
|
-
- test/plugin_helper/service_discovery/test_manager.rb
|
1178
|
-
- test/plugin_helper/service_discovery/test_round_robin_balancer.rb
|
1179
|
-
- test/plugin_helper/test_cert_option.rb
|
1180
|
-
- test/plugin_helper/test_child_process.rb
|
1181
|
-
- test/plugin_helper/test_compat_parameters.rb
|
1182
|
-
- test/plugin_helper/test_event_emitter.rb
|
1183
|
-
- test/plugin_helper/test_event_loop.rb
|
1184
|
-
- test/plugin_helper/test_extract.rb
|
1185
|
-
- test/plugin_helper/test_formatter.rb
|
1186
|
-
- test/plugin_helper/test_http_server_helper.rb
|
1187
|
-
- test/plugin_helper/test_inject.rb
|
1188
|
-
- test/plugin_helper/test_metrics.rb
|
1189
|
-
- test/plugin_helper/test_parser.rb
|
1190
|
-
- test/plugin_helper/test_record_accessor.rb
|
1191
|
-
- test/plugin_helper/test_retry_state.rb
|
1192
|
-
- test/plugin_helper/test_server.rb
|
1193
|
-
- test/plugin_helper/test_service_discovery.rb
|
1194
|
-
- test/plugin_helper/test_socket.rb
|
1195
|
-
- test/plugin_helper/test_storage.rb
|
1196
|
-
- test/plugin_helper/test_thread.rb
|
1197
|
-
- test/plugin_helper/test_timer.rb
|
1198
|
-
- test/scripts/exec_script.rb
|
1199
|
-
- test/scripts/fluent/plugin/formatter1/formatter_test1.rb
|
1200
|
-
- test/scripts/fluent/plugin/formatter2/formatter_test2.rb
|
1201
|
-
- test/scripts/fluent/plugin/formatter_known.rb
|
1202
|
-
- test/scripts/fluent/plugin/out_test.rb
|
1203
|
-
- test/scripts/fluent/plugin/out_test2.rb
|
1204
|
-
- test/scripts/fluent/plugin/parser_known.rb
|
1205
|
-
- test/test_capability.rb
|
1206
|
-
- test/test_clock.rb
|
1207
|
-
- test/test_config.rb
|
1208
|
-
- test/test_configdsl.rb
|
1209
|
-
- test/test_daemonizer.rb
|
1210
|
-
- test/test_engine.rb
|
1211
|
-
- test/test_event.rb
|
1212
|
-
- test/test_event_router.rb
|
1213
|
-
- test/test_event_time.rb
|
1214
|
-
- test/test_file_wrapper.rb
|
1215
|
-
- test/test_filter.rb
|
1216
|
-
- test/test_fluent_log_event_router.rb
|
1217
|
-
- test/test_formatter.rb
|
1218
|
-
- test/test_input.rb
|
1219
|
-
- test/test_log.rb
|
1220
|
-
- test/test_match.rb
|
1221
|
-
- test/test_mixin.rb
|
1222
|
-
- test/test_msgpack_factory.rb
|
1223
|
-
- test/test_oj_options.rb
|
1224
|
-
- test/test_output.rb
|
1225
|
-
- test/test_plugin.rb
|
1226
|
-
- test/test_plugin_classes.rb
|
1227
|
-
- test/test_plugin_helper.rb
|
1228
|
-
- test/test_plugin_id.rb
|
1229
|
-
- test/test_process.rb
|
1230
|
-
- test/test_root_agent.rb
|
1231
|
-
- test/test_static_config_analysis.rb
|
1232
|
-
- test/test_supervisor.rb
|
1233
|
-
- test/test_test_drivers.rb
|
1234
|
-
- test/test_time_formatter.rb
|
1235
|
-
- test/test_time_parser.rb
|
1236
|
-
- test/test_tls.rb
|
1237
|
-
- test/test_unique_id.rb
|
1238
|
-
- test/test_variable_store.rb
|
888
|
+
test_files: []
|