fluentd 1.17.0 → 1.17.1

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: ruby
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: rake
247
261
  requirement: !ruby/object:Gem::Requirement
@@ -316,16 +330,16 @@ dependencies:
316
330
  name: timecop
317
331
  requirement: !ruby/object:Gem::Requirement
318
332
  requirements:
319
- - - "~>"
333
+ - - "<"
320
334
  - !ruby/object:Gem::Version
321
- version: '0.9'
335
+ version: 0.9.9
322
336
  type: :development
323
337
  prerelease: false
324
338
  version_requirements: !ruby/object:Gem::Requirement
325
339
  requirements:
326
- - - "~>"
340
+ - - "<"
327
341
  - !ruby/object:Gem::Version
328
- version: '0.9'
342
+ version: 0.9.9
329
343
  - !ruby/object:Gem::Dependency
330
344
  name: test-unit
331
345
  requirement: !ruby/object:Gem::Requirement
@@ -463,23 +477,11 @@ extensions: []
463
477
  extra_rdoc_files: []
464
478
  files:
465
479
  - ".deepsource.toml"
466
- - ".github/DISCUSSION_TEMPLATE/q-a-japanese.yml"
467
- - ".github/DISCUSSION_TEMPLATE/q-a.yml"
468
- - ".github/ISSUE_TEMPLATE.md"
469
- - ".github/ISSUE_TEMPLATE/bug_report.yml"
470
- - ".github/ISSUE_TEMPLATE/config.yml"
471
- - ".github/ISSUE_TEMPLATE/feature_request.yml"
472
- - ".github/PULL_REQUEST_TEMPLATE.md"
473
- - ".github/workflows/stale-actions.yml"
474
- - ".github/workflows/test-ruby-head.yml"
475
- - ".github/workflows/test.yml"
476
- - ".gitignore"
477
480
  - ADOPTERS.md
478
481
  - AUTHORS
479
482
  - CHANGELOG.md
480
483
  - CONTRIBUTING.md
481
484
  - GOVERNANCE.md
482
- - Gemfile
483
485
  - GithubWorkflow.md
484
486
  - LICENSE
485
487
  - MAINTAINERS.md
@@ -536,7 +538,6 @@ files:
536
538
  - example/v1_literal_example.conf
537
539
  - example/worker_section.conf
538
540
  - fluent.conf
539
- - fluentd.gemspec
540
541
  - lib/fluent/agent.rb
541
542
  - lib/fluent/capability.rb
542
543
  - lib/fluent/clock.rb
@@ -805,235 +806,11 @@ files:
805
806
  - templates/plugin_config_formatter/param.md-table.erb
806
807
  - templates/plugin_config_formatter/param.md.erb
807
808
  - templates/plugin_config_formatter/section.md.erb
808
- - test/command/test_binlog_reader.rb
809
- - test/command/test_ca_generate.rb
810
- - test/command/test_cap_ctl.rb
811
- - test/command/test_cat.rb
812
- - test/command/test_ctl.rb
813
- - test/command/test_fluentd.rb
814
- - test/command/test_plugin_config_formatter.rb
815
- - test/command/test_plugin_generator.rb
816
- - test/compat/test_calls_super.rb
817
- - test/compat/test_parser.rb
818
- - test/config/assertions.rb
819
- - test/config/test_config_parser.rb
820
- - test/config/test_configurable.rb
821
- - test/config/test_configure_proxy.rb
822
- - test/config/test_dsl.rb
823
- - test/config/test_element.rb
824
- - test/config/test_literal_parser.rb
825
- - test/config/test_plugin_configuration.rb
826
- - test/config/test_section.rb
827
- - test/config/test_system_config.rb
828
- - test/config/test_types.rb
829
- - test/counter/test_client.rb
830
- - test/counter/test_error.rb
831
- - test/counter/test_mutex_hash.rb
832
- - test/counter/test_server.rb
833
- - test/counter/test_store.rb
834
- - test/counter/test_validator.rb
835
- - test/helper.rb
836
- - test/helpers/fuzzy_assert.rb
837
- - test/helpers/process_extenstion.rb
838
- - test/log/test_console_adapter.rb
839
- - test/plugin/data/2010/01/20100102-030405.log
840
- - test/plugin/data/2010/01/20100102-030406.log
841
- - test/plugin/data/2010/01/20100102.log
842
- - test/plugin/data/log/bar
843
- - test/plugin/data/log/foo/bar.log
844
- - test/plugin/data/log/foo/bar2
845
- - test/plugin/data/log/test.log
846
- - test/plugin/data/log_numeric/01.log
847
- - test/plugin/data/log_numeric/02.log
848
- - test/plugin/data/log_numeric/12.log
849
- - test/plugin/data/log_numeric/14.log
850
- - test/plugin/data/sd_file/config
851
- - test/plugin/data/sd_file/config.json
852
- - test/plugin/data/sd_file/config.yaml
853
- - test/plugin/data/sd_file/config.yml
854
- - test/plugin/data/sd_file/invalid_config.yml
855
- - test/plugin/in_tail/test_fifo.rb
856
- - test/plugin/in_tail/test_io_handler.rb
857
- - test/plugin/in_tail/test_position_file.rb
858
- - test/plugin/out_forward/test_ack_handler.rb
859
- - test/plugin/out_forward/test_connection_manager.rb
860
- - test/plugin/out_forward/test_handshake_protocol.rb
861
- - test/plugin/out_forward/test_load_balancer.rb
862
- - test/plugin/out_forward/test_socket_cache.rb
863
- - test/plugin/test_bare_output.rb
864
- - test/plugin/test_base.rb
865
- - test/plugin/test_buf_file.rb
866
- - test/plugin/test_buf_file_single.rb
867
- - test/plugin/test_buf_memory.rb
868
- - test/plugin/test_buffer.rb
869
- - test/plugin/test_buffer_chunk.rb
870
- - test/plugin/test_buffer_file_chunk.rb
871
- - test/plugin/test_buffer_file_single_chunk.rb
872
- - test/plugin/test_buffer_memory_chunk.rb
873
- - test/plugin/test_compressable.rb
874
- - test/plugin/test_file_util.rb
875
- - test/plugin/test_filter.rb
876
- - test/plugin/test_filter_grep.rb
877
- - test/plugin/test_filter_parser.rb
878
- - test/plugin/test_filter_record_transformer.rb
879
- - test/plugin/test_filter_stdout.rb
880
- - test/plugin/test_formatter_csv.rb
881
- - test/plugin/test_formatter_hash.rb
882
- - test/plugin/test_formatter_json.rb
883
- - test/plugin/test_formatter_ltsv.rb
884
- - test/plugin/test_formatter_msgpack.rb
885
- - test/plugin/test_formatter_out_file.rb
886
- - test/plugin/test_formatter_single_value.rb
887
- - test/plugin/test_formatter_tsv.rb
888
- - test/plugin/test_in_debug_agent.rb
889
- - test/plugin/test_in_exec.rb
890
- - test/plugin/test_in_forward.rb
891
- - test/plugin/test_in_gc_stat.rb
892
- - test/plugin/test_in_http.rb
893
- - test/plugin/test_in_monitor_agent.rb
894
- - test/plugin/test_in_object_space.rb
895
- - test/plugin/test_in_sample.rb
896
- - test/plugin/test_in_syslog.rb
897
- - test/plugin/test_in_tail.rb
898
- - test/plugin/test_in_tcp.rb
899
- - test/plugin/test_in_udp.rb
900
- - test/plugin/test_in_unix.rb
901
- - test/plugin/test_input.rb
902
- - test/plugin/test_metadata.rb
903
- - test/plugin/test_metrics.rb
904
- - test/plugin/test_metrics_local.rb
905
- - test/plugin/test_multi_output.rb
906
- - test/plugin/test_out_copy.rb
907
- - test/plugin/test_out_exec.rb
908
- - test/plugin/test_out_exec_filter.rb
909
- - test/plugin/test_out_file.rb
910
- - test/plugin/test_out_forward.rb
911
- - test/plugin/test_out_http.rb
912
- - test/plugin/test_out_null.rb
913
- - test/plugin/test_out_relabel.rb
914
- - test/plugin/test_out_roundrobin.rb
915
- - test/plugin/test_out_secondary_file.rb
916
- - test/plugin/test_out_stdout.rb
917
- - test/plugin/test_out_stream.rb
918
- - test/plugin/test_output.rb
919
- - test/plugin/test_output_as_buffered.rb
920
- - test/plugin/test_output_as_buffered_backup.rb
921
- - test/plugin/test_output_as_buffered_compress.rb
922
- - test/plugin/test_output_as_buffered_overflow.rb
923
- - test/plugin/test_output_as_buffered_retries.rb
924
- - test/plugin/test_output_as_buffered_secondary.rb
925
- - test/plugin/test_output_as_standard.rb
926
- - test/plugin/test_owned_by.rb
927
- - test/plugin/test_parser.rb
928
- - test/plugin/test_parser_apache.rb
929
- - test/plugin/test_parser_apache2.rb
930
- - test/plugin/test_parser_apache_error.rb
931
- - test/plugin/test_parser_csv.rb
932
- - test/plugin/test_parser_json.rb
933
- - test/plugin/test_parser_labeled_tsv.rb
934
- - test/plugin/test_parser_msgpack.rb
935
- - test/plugin/test_parser_multiline.rb
936
- - test/plugin/test_parser_nginx.rb
937
- - test/plugin/test_parser_none.rb
938
- - test/plugin/test_parser_regexp.rb
939
- - test/plugin/test_parser_syslog.rb
940
- - test/plugin/test_parser_tsv.rb
941
- - test/plugin/test_sd_file.rb
942
- - test/plugin/test_sd_srv.rb
943
- - test/plugin/test_storage.rb
944
- - test/plugin/test_storage_local.rb
945
- - test/plugin/test_string_util.rb
946
- - test/plugin_helper/data/cert/cert-key.pem
947
- - test/plugin_helper/data/cert/cert-with-CRLF.pem
948
- - test/plugin_helper/data/cert/cert-with-no-newline.pem
949
- - test/plugin_helper/data/cert/cert.pem
950
- - test/plugin_helper/data/cert/cert_chains/ca-cert-key.pem
951
- - test/plugin_helper/data/cert/cert_chains/ca-cert.pem
952
- - test/plugin_helper/data/cert/cert_chains/cert-key.pem
953
- - test/plugin_helper/data/cert/cert_chains/cert.pem
954
- - test/plugin_helper/data/cert/empty.pem
955
- - test/plugin_helper/data/cert/generate_cert.rb
956
- - test/plugin_helper/data/cert/with_ca/ca-cert-key-pass.pem
957
- - test/plugin_helper/data/cert/with_ca/ca-cert-key.pem
958
- - test/plugin_helper/data/cert/with_ca/ca-cert-pass.pem
959
- - test/plugin_helper/data/cert/with_ca/ca-cert.pem
960
- - test/plugin_helper/data/cert/with_ca/cert-key-pass.pem
961
- - test/plugin_helper/data/cert/with_ca/cert-key.pem
962
- - test/plugin_helper/data/cert/with_ca/cert-pass.pem
963
- - test/plugin_helper/data/cert/with_ca/cert.pem
964
- - test/plugin_helper/data/cert/without_ca/cert-key-pass.pem
965
- - test/plugin_helper/data/cert/without_ca/cert-key.pem
966
- - test/plugin_helper/data/cert/without_ca/cert-pass.pem
967
- - test/plugin_helper/data/cert/without_ca/cert.pem
968
- - test/plugin_helper/http_server/test_app.rb
969
- - test/plugin_helper/http_server/test_route.rb
970
- - test/plugin_helper/service_discovery/test_manager.rb
971
- - test/plugin_helper/service_discovery/test_round_robin_balancer.rb
972
- - test/plugin_helper/test_cert_option.rb
973
- - test/plugin_helper/test_child_process.rb
974
- - test/plugin_helper/test_compat_parameters.rb
975
- - test/plugin_helper/test_event_emitter.rb
976
- - test/plugin_helper/test_event_loop.rb
977
- - test/plugin_helper/test_extract.rb
978
- - test/plugin_helper/test_formatter.rb
979
- - test/plugin_helper/test_http_server_helper.rb
980
- - test/plugin_helper/test_inject.rb
981
- - test/plugin_helper/test_metrics.rb
982
- - test/plugin_helper/test_parser.rb
983
- - test/plugin_helper/test_record_accessor.rb
984
- - test/plugin_helper/test_retry_state.rb
985
- - test/plugin_helper/test_server.rb
986
- - test/plugin_helper/test_service_discovery.rb
987
- - test/plugin_helper/test_socket.rb
988
- - test/plugin_helper/test_storage.rb
989
- - test/plugin_helper/test_thread.rb
990
- - test/plugin_helper/test_timer.rb
991
- - test/scripts/exec_script.rb
992
- - test/scripts/fluent/plugin/formatter1/formatter_test1.rb
993
- - test/scripts/fluent/plugin/formatter2/formatter_test2.rb
994
- - test/scripts/fluent/plugin/formatter_known.rb
995
- - test/scripts/fluent/plugin/out_test.rb
996
- - test/scripts/fluent/plugin/out_test2.rb
997
- - test/scripts/fluent/plugin/parser_known.rb
998
- - test/test_capability.rb
999
- - test/test_clock.rb
1000
- - test/test_config.rb
1001
- - test/test_configdsl.rb
1002
- - test/test_daemonizer.rb
1003
- - test/test_engine.rb
1004
- - test/test_event.rb
1005
- - test/test_event_router.rb
1006
- - test/test_event_time.rb
1007
- - test/test_file_wrapper.rb
1008
- - test/test_filter.rb
1009
- - test/test_fluent_log_event_router.rb
1010
- - test/test_formatter.rb
1011
- - test/test_input.rb
1012
- - test/test_log.rb
1013
- - test/test_match.rb
1014
- - test/test_mixin.rb
1015
- - test/test_msgpack_factory.rb
1016
- - test/test_oj_options.rb
1017
- - test/test_output.rb
1018
- - test/test_plugin.rb
1019
- - test/test_plugin_classes.rb
1020
- - test/test_plugin_helper.rb
1021
- - test/test_plugin_id.rb
1022
- - test/test_process.rb
1023
- - test/test_root_agent.rb
1024
- - test/test_static_config_analysis.rb
1025
- - test/test_supervisor.rb
1026
- - test/test_test_drivers.rb
1027
- - test/test_time_formatter.rb
1028
- - test/test_time_parser.rb
1029
- - test/test_tls.rb
1030
- - test/test_unique_id.rb
1031
- - test/test_variable_store.rb
1032
809
  homepage: https://www.fluentd.org/
1033
810
  licenses:
1034
811
  - Apache-2.0
1035
812
  metadata: {}
1036
- post_install_message:
813
+ post_install_message:
1037
814
  rdoc_options: []
1038
815
  require_paths:
1039
816
  - lib
@@ -1048,232 +825,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1048
825
  - !ruby/object:Gem::Version
1049
826
  version: '0'
1050
827
  requirements: []
1051
- rubygems_version: 3.4.13
1052
- signing_key:
828
+ rubygems_version: 3.4.19
829
+ signing_key:
1053
830
  specification_version: 4
1054
831
  summary: Fluentd event collector
1055
- test_files:
1056
- - test/command/test_binlog_reader.rb
1057
- - test/command/test_ca_generate.rb
1058
- - test/command/test_cap_ctl.rb
1059
- - test/command/test_cat.rb
1060
- - test/command/test_ctl.rb
1061
- - test/command/test_fluentd.rb
1062
- - test/command/test_plugin_config_formatter.rb
1063
- - test/command/test_plugin_generator.rb
1064
- - test/compat/test_calls_super.rb
1065
- - test/compat/test_parser.rb
1066
- - test/config/assertions.rb
1067
- - test/config/test_config_parser.rb
1068
- - test/config/test_configurable.rb
1069
- - test/config/test_configure_proxy.rb
1070
- - test/config/test_dsl.rb
1071
- - test/config/test_element.rb
1072
- - test/config/test_literal_parser.rb
1073
- - test/config/test_plugin_configuration.rb
1074
- - test/config/test_section.rb
1075
- - test/config/test_system_config.rb
1076
- - test/config/test_types.rb
1077
- - test/counter/test_client.rb
1078
- - test/counter/test_error.rb
1079
- - test/counter/test_mutex_hash.rb
1080
- - test/counter/test_server.rb
1081
- - test/counter/test_store.rb
1082
- - test/counter/test_validator.rb
1083
- - test/helper.rb
1084
- - test/helpers/fuzzy_assert.rb
1085
- - test/helpers/process_extenstion.rb
1086
- - test/log/test_console_adapter.rb
1087
- - test/plugin/data/2010/01/20100102-030405.log
1088
- - test/plugin/data/2010/01/20100102-030406.log
1089
- - test/plugin/data/2010/01/20100102.log
1090
- - test/plugin/data/log/bar
1091
- - test/plugin/data/log/foo/bar.log
1092
- - test/plugin/data/log/foo/bar2
1093
- - test/plugin/data/log/test.log
1094
- - test/plugin/data/log_numeric/01.log
1095
- - test/plugin/data/log_numeric/02.log
1096
- - test/plugin/data/log_numeric/12.log
1097
- - test/plugin/data/log_numeric/14.log
1098
- - test/plugin/data/sd_file/config
1099
- - test/plugin/data/sd_file/config.json
1100
- - test/plugin/data/sd_file/config.yaml
1101
- - test/plugin/data/sd_file/config.yml
1102
- - test/plugin/data/sd_file/invalid_config.yml
1103
- - test/plugin/in_tail/test_fifo.rb
1104
- - test/plugin/in_tail/test_io_handler.rb
1105
- - test/plugin/in_tail/test_position_file.rb
1106
- - test/plugin/out_forward/test_ack_handler.rb
1107
- - test/plugin/out_forward/test_connection_manager.rb
1108
- - test/plugin/out_forward/test_handshake_protocol.rb
1109
- - test/plugin/out_forward/test_load_balancer.rb
1110
- - test/plugin/out_forward/test_socket_cache.rb
1111
- - test/plugin/test_bare_output.rb
1112
- - test/plugin/test_base.rb
1113
- - test/plugin/test_buf_file.rb
1114
- - test/plugin/test_buf_file_single.rb
1115
- - test/plugin/test_buf_memory.rb
1116
- - test/plugin/test_buffer.rb
1117
- - test/plugin/test_buffer_chunk.rb
1118
- - test/plugin/test_buffer_file_chunk.rb
1119
- - test/plugin/test_buffer_file_single_chunk.rb
1120
- - test/plugin/test_buffer_memory_chunk.rb
1121
- - test/plugin/test_compressable.rb
1122
- - test/plugin/test_file_util.rb
1123
- - test/plugin/test_filter.rb
1124
- - test/plugin/test_filter_grep.rb
1125
- - test/plugin/test_filter_parser.rb
1126
- - test/plugin/test_filter_record_transformer.rb
1127
- - test/plugin/test_filter_stdout.rb
1128
- - test/plugin/test_formatter_csv.rb
1129
- - test/plugin/test_formatter_hash.rb
1130
- - test/plugin/test_formatter_json.rb
1131
- - test/plugin/test_formatter_ltsv.rb
1132
- - test/plugin/test_formatter_msgpack.rb
1133
- - test/plugin/test_formatter_out_file.rb
1134
- - test/plugin/test_formatter_single_value.rb
1135
- - test/plugin/test_formatter_tsv.rb
1136
- - test/plugin/test_in_debug_agent.rb
1137
- - test/plugin/test_in_exec.rb
1138
- - test/plugin/test_in_forward.rb
1139
- - test/plugin/test_in_gc_stat.rb
1140
- - test/plugin/test_in_http.rb
1141
- - test/plugin/test_in_monitor_agent.rb
1142
- - test/plugin/test_in_object_space.rb
1143
- - test/plugin/test_in_sample.rb
1144
- - test/plugin/test_in_syslog.rb
1145
- - test/plugin/test_in_tail.rb
1146
- - test/plugin/test_in_tcp.rb
1147
- - test/plugin/test_in_udp.rb
1148
- - test/plugin/test_in_unix.rb
1149
- - test/plugin/test_input.rb
1150
- - test/plugin/test_metadata.rb
1151
- - test/plugin/test_metrics.rb
1152
- - test/plugin/test_metrics_local.rb
1153
- - test/plugin/test_multi_output.rb
1154
- - test/plugin/test_out_copy.rb
1155
- - test/plugin/test_out_exec.rb
1156
- - test/plugin/test_out_exec_filter.rb
1157
- - test/plugin/test_out_file.rb
1158
- - test/plugin/test_out_forward.rb
1159
- - test/plugin/test_out_http.rb
1160
- - test/plugin/test_out_null.rb
1161
- - test/plugin/test_out_relabel.rb
1162
- - test/plugin/test_out_roundrobin.rb
1163
- - test/plugin/test_out_secondary_file.rb
1164
- - test/plugin/test_out_stdout.rb
1165
- - test/plugin/test_out_stream.rb
1166
- - test/plugin/test_output.rb
1167
- - test/plugin/test_output_as_buffered.rb
1168
- - test/plugin/test_output_as_buffered_backup.rb
1169
- - test/plugin/test_output_as_buffered_compress.rb
1170
- - test/plugin/test_output_as_buffered_overflow.rb
1171
- - test/plugin/test_output_as_buffered_retries.rb
1172
- - test/plugin/test_output_as_buffered_secondary.rb
1173
- - test/plugin/test_output_as_standard.rb
1174
- - test/plugin/test_owned_by.rb
1175
- - test/plugin/test_parser.rb
1176
- - test/plugin/test_parser_apache.rb
1177
- - test/plugin/test_parser_apache2.rb
1178
- - test/plugin/test_parser_apache_error.rb
1179
- - test/plugin/test_parser_csv.rb
1180
- - test/plugin/test_parser_json.rb
1181
- - test/plugin/test_parser_labeled_tsv.rb
1182
- - test/plugin/test_parser_msgpack.rb
1183
- - test/plugin/test_parser_multiline.rb
1184
- - test/plugin/test_parser_nginx.rb
1185
- - test/plugin/test_parser_none.rb
1186
- - test/plugin/test_parser_regexp.rb
1187
- - test/plugin/test_parser_syslog.rb
1188
- - test/plugin/test_parser_tsv.rb
1189
- - test/plugin/test_sd_file.rb
1190
- - test/plugin/test_sd_srv.rb
1191
- - test/plugin/test_storage.rb
1192
- - test/plugin/test_storage_local.rb
1193
- - test/plugin/test_string_util.rb
1194
- - test/plugin_helper/data/cert/cert-key.pem
1195
- - test/plugin_helper/data/cert/cert-with-CRLF.pem
1196
- - test/plugin_helper/data/cert/cert-with-no-newline.pem
1197
- - test/plugin_helper/data/cert/cert.pem
1198
- - test/plugin_helper/data/cert/cert_chains/ca-cert-key.pem
1199
- - test/plugin_helper/data/cert/cert_chains/ca-cert.pem
1200
- - test/plugin_helper/data/cert/cert_chains/cert-key.pem
1201
- - test/plugin_helper/data/cert/cert_chains/cert.pem
1202
- - test/plugin_helper/data/cert/empty.pem
1203
- - test/plugin_helper/data/cert/generate_cert.rb
1204
- - test/plugin_helper/data/cert/with_ca/ca-cert-key-pass.pem
1205
- - test/plugin_helper/data/cert/with_ca/ca-cert-key.pem
1206
- - test/plugin_helper/data/cert/with_ca/ca-cert-pass.pem
1207
- - test/plugin_helper/data/cert/with_ca/ca-cert.pem
1208
- - test/plugin_helper/data/cert/with_ca/cert-key-pass.pem
1209
- - test/plugin_helper/data/cert/with_ca/cert-key.pem
1210
- - test/plugin_helper/data/cert/with_ca/cert-pass.pem
1211
- - test/plugin_helper/data/cert/with_ca/cert.pem
1212
- - test/plugin_helper/data/cert/without_ca/cert-key-pass.pem
1213
- - test/plugin_helper/data/cert/without_ca/cert-key.pem
1214
- - test/plugin_helper/data/cert/without_ca/cert-pass.pem
1215
- - test/plugin_helper/data/cert/without_ca/cert.pem
1216
- - test/plugin_helper/http_server/test_app.rb
1217
- - test/plugin_helper/http_server/test_route.rb
1218
- - test/plugin_helper/service_discovery/test_manager.rb
1219
- - test/plugin_helper/service_discovery/test_round_robin_balancer.rb
1220
- - test/plugin_helper/test_cert_option.rb
1221
- - test/plugin_helper/test_child_process.rb
1222
- - test/plugin_helper/test_compat_parameters.rb
1223
- - test/plugin_helper/test_event_emitter.rb
1224
- - test/plugin_helper/test_event_loop.rb
1225
- - test/plugin_helper/test_extract.rb
1226
- - test/plugin_helper/test_formatter.rb
1227
- - test/plugin_helper/test_http_server_helper.rb
1228
- - test/plugin_helper/test_inject.rb
1229
- - test/plugin_helper/test_metrics.rb
1230
- - test/plugin_helper/test_parser.rb
1231
- - test/plugin_helper/test_record_accessor.rb
1232
- - test/plugin_helper/test_retry_state.rb
1233
- - test/plugin_helper/test_server.rb
1234
- - test/plugin_helper/test_service_discovery.rb
1235
- - test/plugin_helper/test_socket.rb
1236
- - test/plugin_helper/test_storage.rb
1237
- - test/plugin_helper/test_thread.rb
1238
- - test/plugin_helper/test_timer.rb
1239
- - test/scripts/exec_script.rb
1240
- - test/scripts/fluent/plugin/formatter1/formatter_test1.rb
1241
- - test/scripts/fluent/plugin/formatter2/formatter_test2.rb
1242
- - test/scripts/fluent/plugin/formatter_known.rb
1243
- - test/scripts/fluent/plugin/out_test.rb
1244
- - test/scripts/fluent/plugin/out_test2.rb
1245
- - test/scripts/fluent/plugin/parser_known.rb
1246
- - test/test_capability.rb
1247
- - test/test_clock.rb
1248
- - test/test_config.rb
1249
- - test/test_configdsl.rb
1250
- - test/test_daemonizer.rb
1251
- - test/test_engine.rb
1252
- - test/test_event.rb
1253
- - test/test_event_router.rb
1254
- - test/test_event_time.rb
1255
- - test/test_file_wrapper.rb
1256
- - test/test_filter.rb
1257
- - test/test_fluent_log_event_router.rb
1258
- - test/test_formatter.rb
1259
- - test/test_input.rb
1260
- - test/test_log.rb
1261
- - test/test_match.rb
1262
- - test/test_mixin.rb
1263
- - test/test_msgpack_factory.rb
1264
- - test/test_oj_options.rb
1265
- - test/test_output.rb
1266
- - test/test_plugin.rb
1267
- - test/test_plugin_classes.rb
1268
- - test/test_plugin_helper.rb
1269
- - test/test_plugin_id.rb
1270
- - test/test_process.rb
1271
- - test/test_root_agent.rb
1272
- - test/test_static_config_analysis.rb
1273
- - test/test_supervisor.rb
1274
- - test/test_test_drivers.rb
1275
- - test/test_time_formatter.rb
1276
- - test/test_time_parser.rb
1277
- - test/test_tls.rb
1278
- - test/test_unique_id.rb
1279
- - test/test_variable_store.rb
832
+ 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