fluentd 1.17.0-x64-mingw-ucrt → 1.17.1-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
Files changed (259) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +46 -0
  3. data/README.md +1 -0
  4. data/SECURITY.md +2 -2
  5. data/fluent.conf +14 -14
  6. data/lib/fluent/command/cap_ctl.rb +4 -4
  7. data/lib/fluent/compat/call_super_mixin.rb +3 -3
  8. data/lib/fluent/compat/propagate_default.rb +4 -4
  9. data/lib/fluent/config/yaml_parser/parser.rb +4 -0
  10. data/lib/fluent/log/console_adapter.rb +4 -2
  11. data/lib/fluent/plugin/in_exec.rb +14 -2
  12. data/lib/fluent/plugin/in_http.rb +1 -1
  13. data/lib/fluent/plugin/in_sample.rb +13 -7
  14. data/lib/fluent/plugin/in_tail.rb +65 -23
  15. data/lib/fluent/plugin/out_copy.rb +1 -1
  16. data/lib/fluent/plugin/out_file.rb +8 -0
  17. data/lib/fluent/plugin/out_http.rb +12 -0
  18. data/lib/fluent/plugin/parser_json.rb +4 -12
  19. data/lib/fluent/plugin_helper/http_server/server.rb +1 -1
  20. data/lib/fluent/version.rb +1 -1
  21. data/templates/new_gem/fluent-plugin.gemspec.erb +6 -5
  22. metadata +25 -472
  23. data/.github/DISCUSSION_TEMPLATE/q-a-japanese.yml +0 -50
  24. data/.github/DISCUSSION_TEMPLATE/q-a.yml +0 -47
  25. data/.github/ISSUE_TEMPLATE/bug_report.yml +0 -71
  26. data/.github/ISSUE_TEMPLATE/config.yml +0 -5
  27. data/.github/ISSUE_TEMPLATE/feature_request.yml +0 -39
  28. data/.github/ISSUE_TEMPLATE.md +0 -17
  29. data/.github/PULL_REQUEST_TEMPLATE.md +0 -14
  30. data/.github/workflows/stale-actions.yml +0 -24
  31. data/.github/workflows/test-ruby-head.yml +0 -31
  32. data/.github/workflows/test.yml +0 -32
  33. data/.gitignore +0 -30
  34. data/Gemfile +0 -9
  35. data/fluentd.gemspec +0 -62
  36. data/test/command/test_binlog_reader.rb +0 -362
  37. data/test/command/test_ca_generate.rb +0 -70
  38. data/test/command/test_cap_ctl.rb +0 -100
  39. data/test/command/test_cat.rb +0 -128
  40. data/test/command/test_ctl.rb +0 -56
  41. data/test/command/test_fluentd.rb +0 -1291
  42. data/test/command/test_plugin_config_formatter.rb +0 -397
  43. data/test/command/test_plugin_generator.rb +0 -109
  44. data/test/compat/test_calls_super.rb +0 -166
  45. data/test/compat/test_parser.rb +0 -92
  46. data/test/config/assertions.rb +0 -42
  47. data/test/config/test_config_parser.rb +0 -551
  48. data/test/config/test_configurable.rb +0 -1784
  49. data/test/config/test_configure_proxy.rb +0 -604
  50. data/test/config/test_dsl.rb +0 -415
  51. data/test/config/test_element.rb +0 -518
  52. data/test/config/test_literal_parser.rb +0 -309
  53. data/test/config/test_plugin_configuration.rb +0 -56
  54. data/test/config/test_section.rb +0 -191
  55. data/test/config/test_system_config.rb +0 -195
  56. data/test/config/test_types.rb +0 -408
  57. data/test/counter/test_client.rb +0 -563
  58. data/test/counter/test_error.rb +0 -44
  59. data/test/counter/test_mutex_hash.rb +0 -179
  60. data/test/counter/test_server.rb +0 -589
  61. data/test/counter/test_store.rb +0 -258
  62. data/test/counter/test_validator.rb +0 -137
  63. data/test/helper.rb +0 -155
  64. data/test/helpers/fuzzy_assert.rb +0 -89
  65. data/test/helpers/process_extenstion.rb +0 -33
  66. data/test/log/test_console_adapter.rb +0 -117
  67. data/test/plugin/data/2010/01/20100102-030405.log +0 -0
  68. data/test/plugin/data/2010/01/20100102-030406.log +0 -0
  69. data/test/plugin/data/2010/01/20100102.log +0 -0
  70. data/test/plugin/data/log/bar +0 -0
  71. data/test/plugin/data/log/foo/bar.log +0 -0
  72. data/test/plugin/data/log/foo/bar2 +0 -0
  73. data/test/plugin/data/log/test.log +0 -0
  74. data/test/plugin/data/log_numeric/01.log +0 -0
  75. data/test/plugin/data/log_numeric/02.log +0 -0
  76. data/test/plugin/data/log_numeric/12.log +0 -0
  77. data/test/plugin/data/log_numeric/14.log +0 -0
  78. data/test/plugin/data/sd_file/config +0 -11
  79. data/test/plugin/data/sd_file/config.json +0 -17
  80. data/test/plugin/data/sd_file/config.yaml +0 -11
  81. data/test/plugin/data/sd_file/config.yml +0 -11
  82. data/test/plugin/data/sd_file/invalid_config.yml +0 -7
  83. data/test/plugin/in_tail/test_fifo.rb +0 -121
  84. data/test/plugin/in_tail/test_io_handler.rb +0 -150
  85. data/test/plugin/in_tail/test_position_file.rb +0 -346
  86. data/test/plugin/out_forward/test_ack_handler.rb +0 -140
  87. data/test/plugin/out_forward/test_connection_manager.rb +0 -145
  88. data/test/plugin/out_forward/test_handshake_protocol.rb +0 -112
  89. data/test/plugin/out_forward/test_load_balancer.rb +0 -106
  90. data/test/plugin/out_forward/test_socket_cache.rb +0 -174
  91. data/test/plugin/test_bare_output.rb +0 -131
  92. data/test/plugin/test_base.rb +0 -247
  93. data/test/plugin/test_buf_file.rb +0 -1314
  94. data/test/plugin/test_buf_file_single.rb +0 -898
  95. data/test/plugin/test_buf_memory.rb +0 -42
  96. data/test/plugin/test_buffer.rb +0 -1493
  97. data/test/plugin/test_buffer_chunk.rb +0 -209
  98. data/test/plugin/test_buffer_file_chunk.rb +0 -871
  99. data/test/plugin/test_buffer_file_single_chunk.rb +0 -611
  100. data/test/plugin/test_buffer_memory_chunk.rb +0 -339
  101. data/test/plugin/test_compressable.rb +0 -87
  102. data/test/plugin/test_file_util.rb +0 -96
  103. data/test/plugin/test_filter.rb +0 -368
  104. data/test/plugin/test_filter_grep.rb +0 -697
  105. data/test/plugin/test_filter_parser.rb +0 -731
  106. data/test/plugin/test_filter_record_transformer.rb +0 -577
  107. data/test/plugin/test_filter_stdout.rb +0 -207
  108. data/test/plugin/test_formatter_csv.rb +0 -136
  109. data/test/plugin/test_formatter_hash.rb +0 -38
  110. data/test/plugin/test_formatter_json.rb +0 -61
  111. data/test/plugin/test_formatter_ltsv.rb +0 -70
  112. data/test/plugin/test_formatter_msgpack.rb +0 -28
  113. data/test/plugin/test_formatter_out_file.rb +0 -116
  114. data/test/plugin/test_formatter_single_value.rb +0 -44
  115. data/test/plugin/test_formatter_tsv.rb +0 -76
  116. data/test/plugin/test_in_debug_agent.rb +0 -49
  117. data/test/plugin/test_in_exec.rb +0 -261
  118. data/test/plugin/test_in_forward.rb +0 -1178
  119. data/test/plugin/test_in_gc_stat.rb +0 -62
  120. data/test/plugin/test_in_http.rb +0 -1124
  121. data/test/plugin/test_in_monitor_agent.rb +0 -922
  122. data/test/plugin/test_in_object_space.rb +0 -66
  123. data/test/plugin/test_in_sample.rb +0 -190
  124. data/test/plugin/test_in_syslog.rb +0 -505
  125. data/test/plugin/test_in_tail.rb +0 -3429
  126. data/test/plugin/test_in_tcp.rb +0 -328
  127. data/test/plugin/test_in_udp.rb +0 -296
  128. data/test/plugin/test_in_unix.rb +0 -181
  129. data/test/plugin/test_input.rb +0 -137
  130. data/test/plugin/test_metadata.rb +0 -89
  131. data/test/plugin/test_metrics.rb +0 -294
  132. data/test/plugin/test_metrics_local.rb +0 -96
  133. data/test/plugin/test_multi_output.rb +0 -204
  134. data/test/plugin/test_out_copy.rb +0 -308
  135. data/test/plugin/test_out_exec.rb +0 -312
  136. data/test/plugin/test_out_exec_filter.rb +0 -606
  137. data/test/plugin/test_out_file.rb +0 -1038
  138. data/test/plugin/test_out_forward.rb +0 -1349
  139. data/test/plugin/test_out_http.rb +0 -557
  140. data/test/plugin/test_out_null.rb +0 -105
  141. data/test/plugin/test_out_relabel.rb +0 -28
  142. data/test/plugin/test_out_roundrobin.rb +0 -146
  143. data/test/plugin/test_out_secondary_file.rb +0 -458
  144. data/test/plugin/test_out_stdout.rb +0 -205
  145. data/test/plugin/test_out_stream.rb +0 -103
  146. data/test/plugin/test_output.rb +0 -1334
  147. data/test/plugin/test_output_as_buffered.rb +0 -2024
  148. data/test/plugin/test_output_as_buffered_backup.rb +0 -363
  149. data/test/plugin/test_output_as_buffered_compress.rb +0 -179
  150. data/test/plugin/test_output_as_buffered_overflow.rb +0 -250
  151. data/test/plugin/test_output_as_buffered_retries.rb +0 -966
  152. data/test/plugin/test_output_as_buffered_secondary.rb +0 -882
  153. data/test/plugin/test_output_as_standard.rb +0 -374
  154. data/test/plugin/test_owned_by.rb +0 -34
  155. data/test/plugin/test_parser.rb +0 -399
  156. data/test/plugin/test_parser_apache.rb +0 -42
  157. data/test/plugin/test_parser_apache2.rb +0 -47
  158. data/test/plugin/test_parser_apache_error.rb +0 -45
  159. data/test/plugin/test_parser_csv.rb +0 -200
  160. data/test/plugin/test_parser_json.rb +0 -244
  161. data/test/plugin/test_parser_labeled_tsv.rb +0 -160
  162. data/test/plugin/test_parser_msgpack.rb +0 -127
  163. data/test/plugin/test_parser_multiline.rb +0 -111
  164. data/test/plugin/test_parser_nginx.rb +0 -88
  165. data/test/plugin/test_parser_none.rb +0 -52
  166. data/test/plugin/test_parser_regexp.rb +0 -284
  167. data/test/plugin/test_parser_syslog.rb +0 -650
  168. data/test/plugin/test_parser_tsv.rb +0 -122
  169. data/test/plugin/test_sd_file.rb +0 -228
  170. data/test/plugin/test_sd_srv.rb +0 -230
  171. data/test/plugin/test_storage.rb +0 -166
  172. data/test/plugin/test_storage_local.rb +0 -335
  173. data/test/plugin/test_string_util.rb +0 -26
  174. data/test/plugin_helper/data/cert/cert-key.pem +0 -27
  175. data/test/plugin_helper/data/cert/cert-with-CRLF.pem +0 -19
  176. data/test/plugin_helper/data/cert/cert-with-no-newline.pem +0 -19
  177. data/test/plugin_helper/data/cert/cert.pem +0 -19
  178. data/test/plugin_helper/data/cert/cert_chains/ca-cert-key.pem +0 -27
  179. data/test/plugin_helper/data/cert/cert_chains/ca-cert.pem +0 -20
  180. data/test/plugin_helper/data/cert/cert_chains/cert-key.pem +0 -27
  181. data/test/plugin_helper/data/cert/cert_chains/cert.pem +0 -40
  182. data/test/plugin_helper/data/cert/empty.pem +0 -0
  183. data/test/plugin_helper/data/cert/generate_cert.rb +0 -125
  184. data/test/plugin_helper/data/cert/with_ca/ca-cert-key-pass.pem +0 -30
  185. data/test/plugin_helper/data/cert/with_ca/ca-cert-key.pem +0 -27
  186. data/test/plugin_helper/data/cert/with_ca/ca-cert-pass.pem +0 -20
  187. data/test/plugin_helper/data/cert/with_ca/ca-cert.pem +0 -20
  188. data/test/plugin_helper/data/cert/with_ca/cert-key-pass.pem +0 -30
  189. data/test/plugin_helper/data/cert/with_ca/cert-key.pem +0 -27
  190. data/test/plugin_helper/data/cert/with_ca/cert-pass.pem +0 -21
  191. data/test/plugin_helper/data/cert/with_ca/cert.pem +0 -21
  192. data/test/plugin_helper/data/cert/without_ca/cert-key-pass.pem +0 -30
  193. data/test/plugin_helper/data/cert/without_ca/cert-key.pem +0 -27
  194. data/test/plugin_helper/data/cert/without_ca/cert-pass.pem +0 -20
  195. data/test/plugin_helper/data/cert/without_ca/cert.pem +0 -20
  196. data/test/plugin_helper/http_server/test_app.rb +0 -65
  197. data/test/plugin_helper/http_server/test_route.rb +0 -32
  198. data/test/plugin_helper/service_discovery/test_manager.rb +0 -93
  199. data/test/plugin_helper/service_discovery/test_round_robin_balancer.rb +0 -21
  200. data/test/plugin_helper/test_cert_option.rb +0 -25
  201. data/test/plugin_helper/test_child_process.rb +0 -862
  202. data/test/plugin_helper/test_compat_parameters.rb +0 -358
  203. data/test/plugin_helper/test_event_emitter.rb +0 -80
  204. data/test/plugin_helper/test_event_loop.rb +0 -52
  205. data/test/plugin_helper/test_extract.rb +0 -194
  206. data/test/plugin_helper/test_formatter.rb +0 -255
  207. data/test/plugin_helper/test_http_server_helper.rb +0 -372
  208. data/test/plugin_helper/test_inject.rb +0 -561
  209. data/test/plugin_helper/test_metrics.rb +0 -137
  210. data/test/plugin_helper/test_parser.rb +0 -264
  211. data/test/plugin_helper/test_record_accessor.rb +0 -238
  212. data/test/plugin_helper/test_retry_state.rb +0 -1006
  213. data/test/plugin_helper/test_server.rb +0 -1895
  214. data/test/plugin_helper/test_service_discovery.rb +0 -165
  215. data/test/plugin_helper/test_socket.rb +0 -146
  216. data/test/plugin_helper/test_storage.rb +0 -542
  217. data/test/plugin_helper/test_thread.rb +0 -164
  218. data/test/plugin_helper/test_timer.rb +0 -130
  219. data/test/scripts/exec_script.rb +0 -32
  220. data/test/scripts/fluent/plugin/formatter1/formatter_test1.rb +0 -7
  221. data/test/scripts/fluent/plugin/formatter2/formatter_test2.rb +0 -7
  222. data/test/scripts/fluent/plugin/formatter_known.rb +0 -8
  223. data/test/scripts/fluent/plugin/out_test.rb +0 -81
  224. data/test/scripts/fluent/plugin/out_test2.rb +0 -80
  225. data/test/scripts/fluent/plugin/parser_known.rb +0 -4
  226. data/test/test_capability.rb +0 -74
  227. data/test/test_clock.rb +0 -164
  228. data/test/test_config.rb +0 -369
  229. data/test/test_configdsl.rb +0 -148
  230. data/test/test_daemonizer.rb +0 -91
  231. data/test/test_engine.rb +0 -203
  232. data/test/test_event.rb +0 -531
  233. data/test/test_event_router.rb +0 -348
  234. data/test/test_event_time.rb +0 -199
  235. data/test/test_file_wrapper.rb +0 -53
  236. data/test/test_filter.rb +0 -121
  237. data/test/test_fluent_log_event_router.rb +0 -99
  238. data/test/test_formatter.rb +0 -369
  239. data/test/test_input.rb +0 -31
  240. data/test/test_log.rb +0 -1076
  241. data/test/test_match.rb +0 -148
  242. data/test/test_mixin.rb +0 -351
  243. data/test/test_msgpack_factory.rb +0 -50
  244. data/test/test_oj_options.rb +0 -55
  245. data/test/test_output.rb +0 -278
  246. data/test/test_plugin.rb +0 -251
  247. data/test/test_plugin_classes.rb +0 -370
  248. data/test/test_plugin_helper.rb +0 -81
  249. data/test/test_plugin_id.rb +0 -119
  250. data/test/test_process.rb +0 -14
  251. data/test/test_root_agent.rb +0 -951
  252. data/test/test_static_config_analysis.rb +0 -177
  253. data/test/test_supervisor.rb +0 -821
  254. data/test/test_test_drivers.rb +0 -136
  255. data/test/test_time_formatter.rb +0 -301
  256. data/test/test_time_parser.rb +0 -362
  257. data/test/test_tls.rb +0 -65
  258. data/test/test_unique_id.rb +0 -47
  259. 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.17.0
4
+ version: 1.17.1
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Sadayuki Furuhashi
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-30 00:00:00.000000000 Z
11
+ date: 2024-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -242,6 +242,20 @@ dependencies:
242
242
  - - "~>"
243
243
  - !ruby/object:Gem::Version
244
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'
245
259
  - !ruby/object:Gem::Dependency
246
260
  name: win32-service
247
261
  requirement: !ruby/object:Gem::Requirement
@@ -372,16 +386,16 @@ dependencies:
372
386
  name: timecop
373
387
  requirement: !ruby/object:Gem::Requirement
374
388
  requirements:
375
- - - "~>"
389
+ - - "<"
376
390
  - !ruby/object:Gem::Version
377
- version: '0.9'
391
+ version: 0.9.9
378
392
  type: :development
379
393
  prerelease: false
380
394
  version_requirements: !ruby/object:Gem::Requirement
381
395
  requirements:
382
- - - "~>"
396
+ - - "<"
383
397
  - !ruby/object:Gem::Version
384
- version: '0.9'
398
+ version: 0.9.9
385
399
  - !ruby/object:Gem::Dependency
386
400
  name: test-unit
387
401
  requirement: !ruby/object:Gem::Requirement
@@ -519,23 +533,11 @@ extensions: []
519
533
  extra_rdoc_files: []
520
534
  files:
521
535
  - ".deepsource.toml"
522
- - ".github/DISCUSSION_TEMPLATE/q-a-japanese.yml"
523
- - ".github/DISCUSSION_TEMPLATE/q-a.yml"
524
- - ".github/ISSUE_TEMPLATE.md"
525
- - ".github/ISSUE_TEMPLATE/bug_report.yml"
526
- - ".github/ISSUE_TEMPLATE/config.yml"
527
- - ".github/ISSUE_TEMPLATE/feature_request.yml"
528
- - ".github/PULL_REQUEST_TEMPLATE.md"
529
- - ".github/workflows/stale-actions.yml"
530
- - ".github/workflows/test-ruby-head.yml"
531
- - ".github/workflows/test.yml"
532
- - ".gitignore"
533
536
  - ADOPTERS.md
534
537
  - AUTHORS
535
538
  - CHANGELOG.md
536
539
  - CONTRIBUTING.md
537
540
  - GOVERNANCE.md
538
- - Gemfile
539
541
  - GithubWorkflow.md
540
542
  - LICENSE
541
543
  - MAINTAINERS.md
@@ -592,7 +594,6 @@ files:
592
594
  - example/v1_literal_example.conf
593
595
  - example/worker_section.conf
594
596
  - fluent.conf
595
- - fluentd.gemspec
596
597
  - lib/fluent/agent.rb
597
598
  - lib/fluent/capability.rb
598
599
  - lib/fluent/clock.rb
@@ -861,235 +862,11 @@ files:
861
862
  - templates/plugin_config_formatter/param.md-table.erb
862
863
  - templates/plugin_config_formatter/param.md.erb
863
864
  - templates/plugin_config_formatter/section.md.erb
864
- - test/command/test_binlog_reader.rb
865
- - test/command/test_ca_generate.rb
866
- - test/command/test_cap_ctl.rb
867
- - test/command/test_cat.rb
868
- - test/command/test_ctl.rb
869
- - test/command/test_fluentd.rb
870
- - test/command/test_plugin_config_formatter.rb
871
- - test/command/test_plugin_generator.rb
872
- - test/compat/test_calls_super.rb
873
- - test/compat/test_parser.rb
874
- - test/config/assertions.rb
875
- - test/config/test_config_parser.rb
876
- - test/config/test_configurable.rb
877
- - test/config/test_configure_proxy.rb
878
- - test/config/test_dsl.rb
879
- - test/config/test_element.rb
880
- - test/config/test_literal_parser.rb
881
- - test/config/test_plugin_configuration.rb
882
- - test/config/test_section.rb
883
- - test/config/test_system_config.rb
884
- - test/config/test_types.rb
885
- - test/counter/test_client.rb
886
- - test/counter/test_error.rb
887
- - test/counter/test_mutex_hash.rb
888
- - test/counter/test_server.rb
889
- - test/counter/test_store.rb
890
- - test/counter/test_validator.rb
891
- - test/helper.rb
892
- - test/helpers/fuzzy_assert.rb
893
- - test/helpers/process_extenstion.rb
894
- - test/log/test_console_adapter.rb
895
- - test/plugin/data/2010/01/20100102-030405.log
896
- - test/plugin/data/2010/01/20100102-030406.log
897
- - test/plugin/data/2010/01/20100102.log
898
- - test/plugin/data/log/bar
899
- - test/plugin/data/log/foo/bar.log
900
- - test/plugin/data/log/foo/bar2
901
- - test/plugin/data/log/test.log
902
- - test/plugin/data/log_numeric/01.log
903
- - test/plugin/data/log_numeric/02.log
904
- - test/plugin/data/log_numeric/12.log
905
- - test/plugin/data/log_numeric/14.log
906
- - test/plugin/data/sd_file/config
907
- - test/plugin/data/sd_file/config.json
908
- - test/plugin/data/sd_file/config.yaml
909
- - test/plugin/data/sd_file/config.yml
910
- - test/plugin/data/sd_file/invalid_config.yml
911
- - test/plugin/in_tail/test_fifo.rb
912
- - test/plugin/in_tail/test_io_handler.rb
913
- - test/plugin/in_tail/test_position_file.rb
914
- - test/plugin/out_forward/test_ack_handler.rb
915
- - test/plugin/out_forward/test_connection_manager.rb
916
- - test/plugin/out_forward/test_handshake_protocol.rb
917
- - test/plugin/out_forward/test_load_balancer.rb
918
- - test/plugin/out_forward/test_socket_cache.rb
919
- - test/plugin/test_bare_output.rb
920
- - test/plugin/test_base.rb
921
- - test/plugin/test_buf_file.rb
922
- - test/plugin/test_buf_file_single.rb
923
- - test/plugin/test_buf_memory.rb
924
- - test/plugin/test_buffer.rb
925
- - test/plugin/test_buffer_chunk.rb
926
- - test/plugin/test_buffer_file_chunk.rb
927
- - test/plugin/test_buffer_file_single_chunk.rb
928
- - test/plugin/test_buffer_memory_chunk.rb
929
- - test/plugin/test_compressable.rb
930
- - test/plugin/test_file_util.rb
931
- - test/plugin/test_filter.rb
932
- - test/plugin/test_filter_grep.rb
933
- - test/plugin/test_filter_parser.rb
934
- - test/plugin/test_filter_record_transformer.rb
935
- - test/plugin/test_filter_stdout.rb
936
- - test/plugin/test_formatter_csv.rb
937
- - test/plugin/test_formatter_hash.rb
938
- - test/plugin/test_formatter_json.rb
939
- - test/plugin/test_formatter_ltsv.rb
940
- - test/plugin/test_formatter_msgpack.rb
941
- - test/plugin/test_formatter_out_file.rb
942
- - test/plugin/test_formatter_single_value.rb
943
- - test/plugin/test_formatter_tsv.rb
944
- - test/plugin/test_in_debug_agent.rb
945
- - test/plugin/test_in_exec.rb
946
- - test/plugin/test_in_forward.rb
947
- - test/plugin/test_in_gc_stat.rb
948
- - test/plugin/test_in_http.rb
949
- - test/plugin/test_in_monitor_agent.rb
950
- - test/plugin/test_in_object_space.rb
951
- - test/plugin/test_in_sample.rb
952
- - test/plugin/test_in_syslog.rb
953
- - test/plugin/test_in_tail.rb
954
- - test/plugin/test_in_tcp.rb
955
- - test/plugin/test_in_udp.rb
956
- - test/plugin/test_in_unix.rb
957
- - test/plugin/test_input.rb
958
- - test/plugin/test_metadata.rb
959
- - test/plugin/test_metrics.rb
960
- - test/plugin/test_metrics_local.rb
961
- - test/plugin/test_multi_output.rb
962
- - test/plugin/test_out_copy.rb
963
- - test/plugin/test_out_exec.rb
964
- - test/plugin/test_out_exec_filter.rb
965
- - test/plugin/test_out_file.rb
966
- - test/plugin/test_out_forward.rb
967
- - test/plugin/test_out_http.rb
968
- - test/plugin/test_out_null.rb
969
- - test/plugin/test_out_relabel.rb
970
- - test/plugin/test_out_roundrobin.rb
971
- - test/plugin/test_out_secondary_file.rb
972
- - test/plugin/test_out_stdout.rb
973
- - test/plugin/test_out_stream.rb
974
- - test/plugin/test_output.rb
975
- - test/plugin/test_output_as_buffered.rb
976
- - test/plugin/test_output_as_buffered_backup.rb
977
- - test/plugin/test_output_as_buffered_compress.rb
978
- - test/plugin/test_output_as_buffered_overflow.rb
979
- - test/plugin/test_output_as_buffered_retries.rb
980
- - test/plugin/test_output_as_buffered_secondary.rb
981
- - test/plugin/test_output_as_standard.rb
982
- - test/plugin/test_owned_by.rb
983
- - test/plugin/test_parser.rb
984
- - test/plugin/test_parser_apache.rb
985
- - test/plugin/test_parser_apache2.rb
986
- - test/plugin/test_parser_apache_error.rb
987
- - test/plugin/test_parser_csv.rb
988
- - test/plugin/test_parser_json.rb
989
- - test/plugin/test_parser_labeled_tsv.rb
990
- - test/plugin/test_parser_msgpack.rb
991
- - test/plugin/test_parser_multiline.rb
992
- - test/plugin/test_parser_nginx.rb
993
- - test/plugin/test_parser_none.rb
994
- - test/plugin/test_parser_regexp.rb
995
- - test/plugin/test_parser_syslog.rb
996
- - test/plugin/test_parser_tsv.rb
997
- - test/plugin/test_sd_file.rb
998
- - test/plugin/test_sd_srv.rb
999
- - test/plugin/test_storage.rb
1000
- - test/plugin/test_storage_local.rb
1001
- - test/plugin/test_string_util.rb
1002
- - test/plugin_helper/data/cert/cert-key.pem
1003
- - test/plugin_helper/data/cert/cert-with-CRLF.pem
1004
- - test/plugin_helper/data/cert/cert-with-no-newline.pem
1005
- - test/plugin_helper/data/cert/cert.pem
1006
- - test/plugin_helper/data/cert/cert_chains/ca-cert-key.pem
1007
- - test/plugin_helper/data/cert/cert_chains/ca-cert.pem
1008
- - test/plugin_helper/data/cert/cert_chains/cert-key.pem
1009
- - test/plugin_helper/data/cert/cert_chains/cert.pem
1010
- - test/plugin_helper/data/cert/empty.pem
1011
- - test/plugin_helper/data/cert/generate_cert.rb
1012
- - test/plugin_helper/data/cert/with_ca/ca-cert-key-pass.pem
1013
- - test/plugin_helper/data/cert/with_ca/ca-cert-key.pem
1014
- - test/plugin_helper/data/cert/with_ca/ca-cert-pass.pem
1015
- - test/plugin_helper/data/cert/with_ca/ca-cert.pem
1016
- - test/plugin_helper/data/cert/with_ca/cert-key-pass.pem
1017
- - test/plugin_helper/data/cert/with_ca/cert-key.pem
1018
- - test/plugin_helper/data/cert/with_ca/cert-pass.pem
1019
- - test/plugin_helper/data/cert/with_ca/cert.pem
1020
- - test/plugin_helper/data/cert/without_ca/cert-key-pass.pem
1021
- - test/plugin_helper/data/cert/without_ca/cert-key.pem
1022
- - test/plugin_helper/data/cert/without_ca/cert-pass.pem
1023
- - test/plugin_helper/data/cert/without_ca/cert.pem
1024
- - test/plugin_helper/http_server/test_app.rb
1025
- - test/plugin_helper/http_server/test_route.rb
1026
- - test/plugin_helper/service_discovery/test_manager.rb
1027
- - test/plugin_helper/service_discovery/test_round_robin_balancer.rb
1028
- - test/plugin_helper/test_cert_option.rb
1029
- - test/plugin_helper/test_child_process.rb
1030
- - test/plugin_helper/test_compat_parameters.rb
1031
- - test/plugin_helper/test_event_emitter.rb
1032
- - test/plugin_helper/test_event_loop.rb
1033
- - test/plugin_helper/test_extract.rb
1034
- - test/plugin_helper/test_formatter.rb
1035
- - test/plugin_helper/test_http_server_helper.rb
1036
- - test/plugin_helper/test_inject.rb
1037
- - test/plugin_helper/test_metrics.rb
1038
- - test/plugin_helper/test_parser.rb
1039
- - test/plugin_helper/test_record_accessor.rb
1040
- - test/plugin_helper/test_retry_state.rb
1041
- - test/plugin_helper/test_server.rb
1042
- - test/plugin_helper/test_service_discovery.rb
1043
- - test/plugin_helper/test_socket.rb
1044
- - test/plugin_helper/test_storage.rb
1045
- - test/plugin_helper/test_thread.rb
1046
- - test/plugin_helper/test_timer.rb
1047
- - test/scripts/exec_script.rb
1048
- - test/scripts/fluent/plugin/formatter1/formatter_test1.rb
1049
- - test/scripts/fluent/plugin/formatter2/formatter_test2.rb
1050
- - test/scripts/fluent/plugin/formatter_known.rb
1051
- - test/scripts/fluent/plugin/out_test.rb
1052
- - test/scripts/fluent/plugin/out_test2.rb
1053
- - test/scripts/fluent/plugin/parser_known.rb
1054
- - test/test_capability.rb
1055
- - test/test_clock.rb
1056
- - test/test_config.rb
1057
- - test/test_configdsl.rb
1058
- - test/test_daemonizer.rb
1059
- - test/test_engine.rb
1060
- - test/test_event.rb
1061
- - test/test_event_router.rb
1062
- - test/test_event_time.rb
1063
- - test/test_file_wrapper.rb
1064
- - test/test_filter.rb
1065
- - test/test_fluent_log_event_router.rb
1066
- - test/test_formatter.rb
1067
- - test/test_input.rb
1068
- - test/test_log.rb
1069
- - test/test_match.rb
1070
- - test/test_mixin.rb
1071
- - test/test_msgpack_factory.rb
1072
- - test/test_oj_options.rb
1073
- - test/test_output.rb
1074
- - test/test_plugin.rb
1075
- - test/test_plugin_classes.rb
1076
- - test/test_plugin_helper.rb
1077
- - test/test_plugin_id.rb
1078
- - test/test_process.rb
1079
- - test/test_root_agent.rb
1080
- - test/test_static_config_analysis.rb
1081
- - test/test_supervisor.rb
1082
- - test/test_test_drivers.rb
1083
- - test/test_time_formatter.rb
1084
- - test/test_time_parser.rb
1085
- - test/test_tls.rb
1086
- - test/test_unique_id.rb
1087
- - test/test_variable_store.rb
1088
865
  homepage: https://www.fluentd.org/
1089
866
  licenses:
1090
867
  - Apache-2.0
1091
868
  metadata: {}
1092
- post_install_message:
869
+ post_install_message:
1093
870
  rdoc_options: []
1094
871
  require_paths:
1095
872
  - lib
@@ -1104,232 +881,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1104
881
  - !ruby/object:Gem::Version
1105
882
  version: '0'
1106
883
  requirements: []
1107
- rubygems_version: 3.4.13
1108
- signing_key:
884
+ rubygems_version: 3.4.19
885
+ signing_key:
1109
886
  specification_version: 4
1110
887
  summary: Fluentd event collector
1111
- test_files:
1112
- - test/command/test_binlog_reader.rb
1113
- - test/command/test_ca_generate.rb
1114
- - test/command/test_cap_ctl.rb
1115
- - test/command/test_cat.rb
1116
- - test/command/test_ctl.rb
1117
- - test/command/test_fluentd.rb
1118
- - test/command/test_plugin_config_formatter.rb
1119
- - test/command/test_plugin_generator.rb
1120
- - test/compat/test_calls_super.rb
1121
- - test/compat/test_parser.rb
1122
- - test/config/assertions.rb
1123
- - test/config/test_config_parser.rb
1124
- - test/config/test_configurable.rb
1125
- - test/config/test_configure_proxy.rb
1126
- - test/config/test_dsl.rb
1127
- - test/config/test_element.rb
1128
- - test/config/test_literal_parser.rb
1129
- - test/config/test_plugin_configuration.rb
1130
- - test/config/test_section.rb
1131
- - test/config/test_system_config.rb
1132
- - test/config/test_types.rb
1133
- - test/counter/test_client.rb
1134
- - test/counter/test_error.rb
1135
- - test/counter/test_mutex_hash.rb
1136
- - test/counter/test_server.rb
1137
- - test/counter/test_store.rb
1138
- - test/counter/test_validator.rb
1139
- - test/helper.rb
1140
- - test/helpers/fuzzy_assert.rb
1141
- - test/helpers/process_extenstion.rb
1142
- - test/log/test_console_adapter.rb
1143
- - test/plugin/data/2010/01/20100102-030405.log
1144
- - test/plugin/data/2010/01/20100102-030406.log
1145
- - test/plugin/data/2010/01/20100102.log
1146
- - test/plugin/data/log/bar
1147
- - test/plugin/data/log/foo/bar.log
1148
- - test/plugin/data/log/foo/bar2
1149
- - test/plugin/data/log/test.log
1150
- - test/plugin/data/log_numeric/01.log
1151
- - test/plugin/data/log_numeric/02.log
1152
- - test/plugin/data/log_numeric/12.log
1153
- - test/plugin/data/log_numeric/14.log
1154
- - test/plugin/data/sd_file/config
1155
- - test/plugin/data/sd_file/config.json
1156
- - test/plugin/data/sd_file/config.yaml
1157
- - test/plugin/data/sd_file/config.yml
1158
- - test/plugin/data/sd_file/invalid_config.yml
1159
- - test/plugin/in_tail/test_fifo.rb
1160
- - test/plugin/in_tail/test_io_handler.rb
1161
- - test/plugin/in_tail/test_position_file.rb
1162
- - test/plugin/out_forward/test_ack_handler.rb
1163
- - test/plugin/out_forward/test_connection_manager.rb
1164
- - test/plugin/out_forward/test_handshake_protocol.rb
1165
- - test/plugin/out_forward/test_load_balancer.rb
1166
- - test/plugin/out_forward/test_socket_cache.rb
1167
- - test/plugin/test_bare_output.rb
1168
- - test/plugin/test_base.rb
1169
- - test/plugin/test_buf_file.rb
1170
- - test/plugin/test_buf_file_single.rb
1171
- - test/plugin/test_buf_memory.rb
1172
- - test/plugin/test_buffer.rb
1173
- - test/plugin/test_buffer_chunk.rb
1174
- - test/plugin/test_buffer_file_chunk.rb
1175
- - test/plugin/test_buffer_file_single_chunk.rb
1176
- - test/plugin/test_buffer_memory_chunk.rb
1177
- - test/plugin/test_compressable.rb
1178
- - test/plugin/test_file_util.rb
1179
- - test/plugin/test_filter.rb
1180
- - test/plugin/test_filter_grep.rb
1181
- - test/plugin/test_filter_parser.rb
1182
- - test/plugin/test_filter_record_transformer.rb
1183
- - test/plugin/test_filter_stdout.rb
1184
- - test/plugin/test_formatter_csv.rb
1185
- - test/plugin/test_formatter_hash.rb
1186
- - test/plugin/test_formatter_json.rb
1187
- - test/plugin/test_formatter_ltsv.rb
1188
- - test/plugin/test_formatter_msgpack.rb
1189
- - test/plugin/test_formatter_out_file.rb
1190
- - test/plugin/test_formatter_single_value.rb
1191
- - test/plugin/test_formatter_tsv.rb
1192
- - test/plugin/test_in_debug_agent.rb
1193
- - test/plugin/test_in_exec.rb
1194
- - test/plugin/test_in_forward.rb
1195
- - test/plugin/test_in_gc_stat.rb
1196
- - test/plugin/test_in_http.rb
1197
- - test/plugin/test_in_monitor_agent.rb
1198
- - test/plugin/test_in_object_space.rb
1199
- - test/plugin/test_in_sample.rb
1200
- - test/plugin/test_in_syslog.rb
1201
- - test/plugin/test_in_tail.rb
1202
- - test/plugin/test_in_tcp.rb
1203
- - test/plugin/test_in_udp.rb
1204
- - test/plugin/test_in_unix.rb
1205
- - test/plugin/test_input.rb
1206
- - test/plugin/test_metadata.rb
1207
- - test/plugin/test_metrics.rb
1208
- - test/plugin/test_metrics_local.rb
1209
- - test/plugin/test_multi_output.rb
1210
- - test/plugin/test_out_copy.rb
1211
- - test/plugin/test_out_exec.rb
1212
- - test/plugin/test_out_exec_filter.rb
1213
- - test/plugin/test_out_file.rb
1214
- - test/plugin/test_out_forward.rb
1215
- - test/plugin/test_out_http.rb
1216
- - test/plugin/test_out_null.rb
1217
- - test/plugin/test_out_relabel.rb
1218
- - test/plugin/test_out_roundrobin.rb
1219
- - test/plugin/test_out_secondary_file.rb
1220
- - test/plugin/test_out_stdout.rb
1221
- - test/plugin/test_out_stream.rb
1222
- - test/plugin/test_output.rb
1223
- - test/plugin/test_output_as_buffered.rb
1224
- - test/plugin/test_output_as_buffered_backup.rb
1225
- - test/plugin/test_output_as_buffered_compress.rb
1226
- - test/plugin/test_output_as_buffered_overflow.rb
1227
- - test/plugin/test_output_as_buffered_retries.rb
1228
- - test/plugin/test_output_as_buffered_secondary.rb
1229
- - test/plugin/test_output_as_standard.rb
1230
- - test/plugin/test_owned_by.rb
1231
- - test/plugin/test_parser.rb
1232
- - test/plugin/test_parser_apache.rb
1233
- - test/plugin/test_parser_apache2.rb
1234
- - test/plugin/test_parser_apache_error.rb
1235
- - test/plugin/test_parser_csv.rb
1236
- - test/plugin/test_parser_json.rb
1237
- - test/plugin/test_parser_labeled_tsv.rb
1238
- - test/plugin/test_parser_msgpack.rb
1239
- - test/plugin/test_parser_multiline.rb
1240
- - test/plugin/test_parser_nginx.rb
1241
- - test/plugin/test_parser_none.rb
1242
- - test/plugin/test_parser_regexp.rb
1243
- - test/plugin/test_parser_syslog.rb
1244
- - test/plugin/test_parser_tsv.rb
1245
- - test/plugin/test_sd_file.rb
1246
- - test/plugin/test_sd_srv.rb
1247
- - test/plugin/test_storage.rb
1248
- - test/plugin/test_storage_local.rb
1249
- - test/plugin/test_string_util.rb
1250
- - test/plugin_helper/data/cert/cert-key.pem
1251
- - test/plugin_helper/data/cert/cert-with-CRLF.pem
1252
- - test/plugin_helper/data/cert/cert-with-no-newline.pem
1253
- - test/plugin_helper/data/cert/cert.pem
1254
- - test/plugin_helper/data/cert/cert_chains/ca-cert-key.pem
1255
- - test/plugin_helper/data/cert/cert_chains/ca-cert.pem
1256
- - test/plugin_helper/data/cert/cert_chains/cert-key.pem
1257
- - test/plugin_helper/data/cert/cert_chains/cert.pem
1258
- - test/plugin_helper/data/cert/empty.pem
1259
- - test/plugin_helper/data/cert/generate_cert.rb
1260
- - test/plugin_helper/data/cert/with_ca/ca-cert-key-pass.pem
1261
- - test/plugin_helper/data/cert/with_ca/ca-cert-key.pem
1262
- - test/plugin_helper/data/cert/with_ca/ca-cert-pass.pem
1263
- - test/plugin_helper/data/cert/with_ca/ca-cert.pem
1264
- - test/plugin_helper/data/cert/with_ca/cert-key-pass.pem
1265
- - test/plugin_helper/data/cert/with_ca/cert-key.pem
1266
- - test/plugin_helper/data/cert/with_ca/cert-pass.pem
1267
- - test/plugin_helper/data/cert/with_ca/cert.pem
1268
- - test/plugin_helper/data/cert/without_ca/cert-key-pass.pem
1269
- - test/plugin_helper/data/cert/without_ca/cert-key.pem
1270
- - test/plugin_helper/data/cert/without_ca/cert-pass.pem
1271
- - test/plugin_helper/data/cert/without_ca/cert.pem
1272
- - test/plugin_helper/http_server/test_app.rb
1273
- - test/plugin_helper/http_server/test_route.rb
1274
- - test/plugin_helper/service_discovery/test_manager.rb
1275
- - test/plugin_helper/service_discovery/test_round_robin_balancer.rb
1276
- - test/plugin_helper/test_cert_option.rb
1277
- - test/plugin_helper/test_child_process.rb
1278
- - test/plugin_helper/test_compat_parameters.rb
1279
- - test/plugin_helper/test_event_emitter.rb
1280
- - test/plugin_helper/test_event_loop.rb
1281
- - test/plugin_helper/test_extract.rb
1282
- - test/plugin_helper/test_formatter.rb
1283
- - test/plugin_helper/test_http_server_helper.rb
1284
- - test/plugin_helper/test_inject.rb
1285
- - test/plugin_helper/test_metrics.rb
1286
- - test/plugin_helper/test_parser.rb
1287
- - test/plugin_helper/test_record_accessor.rb
1288
- - test/plugin_helper/test_retry_state.rb
1289
- - test/plugin_helper/test_server.rb
1290
- - test/plugin_helper/test_service_discovery.rb
1291
- - test/plugin_helper/test_socket.rb
1292
- - test/plugin_helper/test_storage.rb
1293
- - test/plugin_helper/test_thread.rb
1294
- - test/plugin_helper/test_timer.rb
1295
- - test/scripts/exec_script.rb
1296
- - test/scripts/fluent/plugin/formatter1/formatter_test1.rb
1297
- - test/scripts/fluent/plugin/formatter2/formatter_test2.rb
1298
- - test/scripts/fluent/plugin/formatter_known.rb
1299
- - test/scripts/fluent/plugin/out_test.rb
1300
- - test/scripts/fluent/plugin/out_test2.rb
1301
- - test/scripts/fluent/plugin/parser_known.rb
1302
- - test/test_capability.rb
1303
- - test/test_clock.rb
1304
- - test/test_config.rb
1305
- - test/test_configdsl.rb
1306
- - test/test_daemonizer.rb
1307
- - test/test_engine.rb
1308
- - test/test_event.rb
1309
- - test/test_event_router.rb
1310
- - test/test_event_time.rb
1311
- - test/test_file_wrapper.rb
1312
- - test/test_filter.rb
1313
- - test/test_fluent_log_event_router.rb
1314
- - test/test_formatter.rb
1315
- - test/test_input.rb
1316
- - test/test_log.rb
1317
- - test/test_match.rb
1318
- - test/test_mixin.rb
1319
- - test/test_msgpack_factory.rb
1320
- - test/test_oj_options.rb
1321
- - test/test_output.rb
1322
- - test/test_plugin.rb
1323
- - test/test_plugin_classes.rb
1324
- - test/test_plugin_helper.rb
1325
- - test/test_plugin_id.rb
1326
- - test/test_process.rb
1327
- - test/test_root_agent.rb
1328
- - test/test_static_config_analysis.rb
1329
- - test/test_supervisor.rb
1330
- - test/test_test_drivers.rb
1331
- - test/test_time_formatter.rb
1332
- - test/test_time_parser.rb
1333
- - test/test_tls.rb
1334
- - test/test_unique_id.rb
1335
- - test/test_variable_store.rb
888
+ test_files: []
@@ -1,50 +0,0 @@
1
- title: "[QA (Japanese)]"
2
- labels: ["Q&A (Japanese)"]
3
- body:
4
- - type: markdown
5
- attributes:
6
- value: |
7
- 日本語で気軽に質問するためのカテゴリです。もし他の人が困っているのを見つけたらぜひ回答してあげてください。
8
- - type: textarea
9
- id: question
10
- attributes:
11
- label: やりたいこと
12
- description: |
13
- 何について困っているのかを書いてください。試したことや実際の結果を示してください。
14
- 期待する挙動と実際の結果の違いがあればそれも書くのをおすすめします。
15
- render: markdown
16
- validations:
17
- required: true
18
- - type: textarea
19
- id: configuration
20
- attributes:
21
- label: 設定した内容
22
- description: |
23
- どのような設定をして期待する挙動を実現しようとしたのかを書いてください。(例: fluentd.confの内容を貼り付ける)
24
- render: apache
25
- - type: textarea
26
- id: logs
27
- attributes:
28
- label: ログの内容
29
- description: |
30
- Fluentdのログを提示してください。エラーログがあると回答の助けになります。(例: fluentd.logの内容を貼り付ける)
31
- render: shell
32
- - type: textarea
33
- id: environment
34
- attributes:
35
- label: 環境について
36
- description: |
37
- - Fluentd or td-agent version: `fluentd --version` or `td-agent --version`
38
- - Operating system: `cat /etc/os-release`
39
- - Kernel version: `uname -r`
40
-
41
- どんな環境で困っているかの情報がないと、再現できないため誰も回答できないことがあります。
42
- 必要な情報を記入することをおすすめします。
43
- value: |
44
- - Fluentd version:
45
- - TD Agent version:
46
- - Fluent Package version:
47
- - Docker image (tag):
48
- - Operating system:
49
- - Kernel version:
50
- render: markdown
@@ -1,47 +0,0 @@
1
- title: "[Q&A]"
2
- labels: ["Q&A"]
3
- body:
4
- - type: markdown
5
- attributes:
6
- value: |
7
- It is recommended to support each other.
8
- - type: textarea
9
- id: question
10
- attributes:
11
- label: What is a problem?
12
- description: |
13
- A clear and concise description of what you want to happen.
14
- What exactly did you do (or not do) that was effective (or ineffective)?
15
- render: markdown
16
- validations:
17
- required: true
18
- - type: textarea
19
- id: configuration
20
- attributes:
21
- label: Describe the configuration of Fluentd
22
- description: |
23
- If there is the actual configuration of Fluentd, it will help.
24
- - type: textarea
25
- id: logs
26
- attributes:
27
- label: Describe the logs of Fluentd
28
- description: |
29
- If there are error logs of Fluentd, it will help.
30
- - type: textarea
31
- id: environment
32
- attributes:
33
- label: Environment
34
- description: |
35
- - Fluentd or td-agent version: `fluentd --version` or `td-agent --version`
36
- - Operating system: `cat /etc/os-release`
37
- - Kernel version: `uname -r`
38
-
39
- Please describe your environment information. If will help to support.
40
- value: |
41
- - Fluentd version:
42
- - TD Agent version:
43
- - Fluent Package version:
44
- - Docker image (tag):
45
- - Operating system:
46
- - Kernel version:
47
- render: markdown