Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ruby3.2-rubygem-fluentd-1.16.3-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: ruby3.2-rubygem-fluentd Distribution: openSUSE:Factory:zSystems
Version: 1.16.3 Vendor: openSUSE
Release: 1.1 Build date: Wed Nov 15 21:30:34 2023
Group: Development/Languages/Ruby Build host: s390zl21
Size: 2593781 Source RPM: rubygem-fluentd-1.16.3-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.fluentd.org/
Summary: Fluentd event collector
Fluentd is an open source data collector designed to scale and simplify log
management. It can collect, process and ship many kinds of data in near
real-time.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Nov 14 2023 Dan Čermák <dan.cermak@posteo.net>
  - ## Release v1.16.3 - 2023/11/14
    [#]## Bug Fix
    * in_tail: Fix a stall bug on !follow_inode case
    https://github.com/fluent/fluentd/pull/4327
    * in_tail: add warning for silent stop on !follow_inodes case
    https://github.com/fluent/fluentd/pull/4339
    * Buffer: Fix NoMethodError with empty unstaged chunk arrays
    https://github.com/fluent/fluentd/pull/4303
    * Fix for rotate_age where Fluentd passes as Symbol
    https://github.com/fluent/fluentd/pull/4311
* Fri Nov 03 2023 Dan Čermák <dan.cermak@posteo.net>
  - # v1.16
    [#]# Release v1.16.2 - 2023/07/14
    [#]## Bug Fix
    * in_tail: Fix new watcher is wrongly detached on rotation when `follow_inodes`,
    which causes stopping tailing the file
    https://github.com/fluent/fluentd/pull/4208
    * in_tail: Prevent wrongly unwatching when `follow_inodes`, which causes log
    duplication
    https://github.com/fluent/fluentd/pull/4237
    * in_tail: Fix warning log about overwriting entry when `follow_inodes`
    https://github.com/fluent/fluentd/pull/4214
    * in_tail: Ensure to discard TailWatcher with missing target when `follow_inodes`
    https://github.com/fluent/fluentd/pull/4239
    * MessagePackFactory: Make sure to reset local unpacker to prevent received
    broken data from affecting other receiving data
    https://github.com/fluent/fluentd/pull/4178
    * Fix failure to launch Fluentd on Windows when the log path isn't specified in
    the command line
    https://github.com/fluent/fluentd/pull/4188
    * logger: Prevent growing cache size of `ignore_same_log_interval` unlimitedly
    https://github.com/fluent/fluentd/pull/4229
    * Update sigdump to 0.2.5 to fix wrong value of object counts
    https://github.com/fluent/fluentd/pull/4225
    [#]## Misc
    * in_tail: Check detaching inode when `follow_inodes`
    https://github.com/fluent/fluentd/pull/4191
    * in_tail: Add debug log for pos file compaction
    https://github.com/fluent/fluentd/pull/4228
    * Code improvements detected by RuboCop Performance
    https://github.com/fluent/fluentd/pull/4201
    https://github.com/fluent/fluentd/pull/4210
    * Add notice for unused argument `unpacker` of `ChunkMessagePackEventStreamer.each`
    https://github.com/fluent/fluentd/pull/4159
    [#]# Release v1.16.1 - 2023/04/17
    [#]## Enhancement
    * in_tcp: Add `message_length_limit` to drop large incoming data
    https://github.com/fluent/fluentd/pull/4137
    [#]## Bug Fix
    * Fix NameError of `SecondaryFileOutput` when setting secondary other than
    `out_secondary_file`
    https://github.com/fluent/fluentd/pull/4124
    * Server helper: Suppress error of `UDPServer` over `max_bytes` on Windows
    https://github.com/fluent/fluentd/pull/4131
    * Buffer: Fix that `compress` setting causes unexpected error when receiving
    already compressed MessagePack
    https://github.com/fluent/fluentd/pull/4147
    [#]## Misc
    * Update MAINTAINERS.md
    https://github.com/fluent/fluentd/pull/4119
    * Update security policy
    https://github.com/fluent/fluentd/pull/4123
    * Plugin template: Remove unnecessary code
    https://github.com/fluent/fluentd/pull/4128
    * Revive issue auto closer
    https://github.com/fluent/fluentd/pull/4116
    * Fix a link for the repository of td-agent
    https://github.com/fluent/fluentd/pull/4145
    * in_udp: add test of message_length_limit
    https://github.com/fluent/fluentd/pull/4117
    * Fix a typo of an argument of `Fluent::EventStream#each`
    https://github.com/fluent/fluentd/pull/4148
    * Test in_tcp: Fix undesirable way to assert logs
    https://github.com/fluent/fluentd/pull/4138
    [#]# Release v1.16.0 - 2023/03/29
    [#]## Enhancement
    * in_tcp: Add `send_keepalive_packet` option
    https://github.com/fluent/fluentd/pull/3961
    * buffer: backup broken file chunk
    https://github.com/fluent/fluentd/pull/4025
    * Add warning messages for restoring buffer with `flush_at_shutdown true`
    https://github.com/fluent/fluentd/pull/4027
    * Add logs for time period of restored buffer possibly broken
    https://github.com/fluent/fluentd/pull/4028
    [#]## Bug Fix
    * http_server_helper: Fix format of log messages originating from Async gem
    https://github.com/fluent/fluentd/pull/3987
    * Change to not generate a sigdump file after receiving a `SIGTERM` signal on
    non-Windows
    https://github.com/fluent/fluentd/pull/4034
    https://github.com/fluent/fluentd/pull/4043
    * out_forward: fix error of ack handling conflict on stopping with
    `require_ack_response` enabled
    https://github.com/fluent/fluentd/pull/4030
    * Fix problem that some `system` configs are not reflected
    https://github.com/fluent/fluentd/pull/4064
    https://github.com/fluent/fluentd/pull/4065
    https://github.com/fluent/fluentd/pull/4086
    https://github.com/fluent/fluentd/pull/4090
    https://github.com/fluent/fluentd/pull/4096
    * Fix bug that the logger outputs some initial log messages without applying
    some settings such as `format`
    https://github.com/fluent/fluentd/pull/4091
    * Windows: Fix a bug that the wrong log file is reopened with log rotate setting
    when flushing or graceful reloading
    https://github.com/fluent/fluentd/pull/4054
    * Fix race condition of out_secondary_file
    https://github.com/fluent/fluentd/pull/4081
    * Suppress warning using different secondary for out_secondary_file
    https://github.com/fluent/fluentd/pull/4087
    * Fix value of `system_config.workers` at `run_configure`.
    Change argument type of `Fluent::Plugin::Base::configure()` to
    `Fluent::Config::Element` only.
    https://github.com/fluent/fluentd/pull/4066
    * Fix bug that Fluentd sometimes tries to use an unavailable port and fails to
    start on Windows
    https://github.com/fluent/fluentd/pull/4092
    [#]## Misc
    * Add method for testing `filtered_with_time`
    https://github.com/fluent/fluentd/pull/3899
    * Replace `$$` with `Process.pid`
    https://github.com/fluent/fluentd/pull/4040
    * Relax required webric gem version
    https://github.com/fluent/fluentd/pull/4061
    * CI fixes to support Ruby 3.2
    https://github.com/fluent/fluentd/pull/3968
    https://github.com/fluent/fluentd/pull/3996
    https://github.com/fluent/fluentd/pull/3997
    * Other CI fixes
    https://github.com/fluent/fluentd/pull/3969
    https://github.com/fluent/fluentd/pull/3990
    https://github.com/fluent/fluentd/pull/4013
    https://github.com/fluent/fluentd/pull/4033
    https://github.com/fluent/fluentd/pull/4044
    https://github.com/fluent/fluentd/pull/4050
    https://github.com/fluent/fluentd/pull/4062
    https://github.com/fluent/fluentd/pull/4074
    https://github.com/fluent/fluentd/pull/4082
    https://github.com/fluent/fluentd/pull/4085
    * Update MAINTAINERS.md
    https://github.com/fluent/fluentd/pull/4026
    https://github.com/fluent/fluentd/pull/4069
* Wed Dec 07 2022 Stephan Kulow <coolo@suse.com>
  updated to version 1.15.3
    see installed CHANGELOG.md
    [#]# Release v1.15.3 - 2022/11/02
    [#]## Bug Fix
    * Support glob for `!include` directive in YAML config format
      https://github.com/fluent/fluentd/pull/3917
    * Remove meaningless oj options
      https://github.com/fluent/fluentd/pull/3929
    * Fix log initializer to correctly create per-process files on Windows
      https://github.com/fluent/fluentd/pull/3939
    * out_file: Fix the multi-worker check with `<worker 0-N>` directive
      https://github.com/fluent/fluentd/pull/3942
    [#]## Misc
    * Fix broken tests on Ruby 3.2
      https://github.com/fluent/fluentd/pull/3883
      https://github.com/fluent/fluentd/pull/3922
* Mon Aug 29 2022 Stephan Kulow <coolo@suse.com>
  updated to version 1.15.2
    see installed CHANGELOG.md
    [#]# Release v1.15.2 - 2022/08/22
    [#]## Enhancement
    * Add a new system configuration `enable_jit`
      https://github.com/fluent/fluentd/pull/3857
    [#]## Bug Fix
    * out_file: Fix append mode with `--daemon` flag
      https://github.com/fluent/fluentd/pull/3864
    * child_process: Plug file descriptor leak
      https://github.com/fluent/fluentd/pull/3844
    [#]## Misc
    * Drop win32-api gem to support Ruby 3.2
      https://github.com/fluent/fluentd/pull/3849
      https://github.com/fluent/fluentd/pull/3866
* Thu Aug 04 2022 Stephan Kulow <coolo@suse.com>
  updated to version 1.15.1
    see installed CHANGELOG.md
* Tue Feb 15 2022 Stephan Kulow <coolo@suse.com>
  updated to version 1.14.5
    see installed CHANGELOG.md
    [#] v1.14.5
    [#]# Release v1.14.5 - 2022/02/09
    [#]## Enhancement
    * Add support for "application/x-ndjson" to `in_http`
      https://github.com/fluent/fluentd/pull/3616
    * Add support for ucrt binary for Windows
      https://github.com/fluent/fluentd/pull/3613
    [#]## Bug fixes
    * Don't retry when `retry_max_times == 0`
      https://github.com/fluent/fluentd/pull/3608
    * Fix hang-up issue during TLS handshake in `out_forward`
      https://github.com/fluent/fluentd/pull/3601
    * Bump up required ServerEngine to v2.2.5
      https://github.com/fluent/fluentd/pull/3599
    * Fix "invalid byte sequence is replaced" warning on Kubernetes
      https://github.com/fluent/fluentd/pull/3596
    * Fix "ArgumentError: unknown keyword: :logger" on Windows with Ruby 3.1
      https://github.com/fluent/fluentd/pull/3592
* Tue Jan 25 2022 Stephan Kulow <coolo@suse.com>
  updated to version 1.14.4
    see installed CHANGELOG.md
    [#] v1.14.4
    [#]# Release v1.14.4 - 2022/01/06
    [#]## Enhancement
    * `in_tail`: Add option to skip long lines (`max_line_size`)
      https://github.com/fluent/fluentd/pull/3565
    [#]## Bug fix
    * Incorrect BufferChunkOverflowError when each event size is < `chunk_limit_size`
      https://github.com/fluent/fluentd/pull/3560
    * On macOS with Ruby 2.7/3.0, `out_file` fails to write events if `append` is true.
      https://github.com/fluent/fluentd/pull/3579
    * test: Fix unstable test cases
      https://github.com/fluent/fluentd/pull/3574
      https://github.com/fluent/fluentd/pull/3577
    [#] v1.14.3
    [#]# Release v1.14.3 - 2021/11/26
    [#]## Enhancement
    * Changed to accept `http_parser.rb` 0.8.0.
      `http_parser.rb` 0.8.0 is ready for Ractor.
      https://github.com/fluent/fluentd/pull/3544
    [#]## Bug fix
    * in_tail: Fixed a bug that no new logs are read when
      `enable_stat_watcher true` and `enable_watch_timer false` is set.
      https://github.com/fluent/fluentd/pull/3541
    * in_tail: Fixed a bug that the beginning and initial lines are lost
      after startup when `read_from_head false` and path includes wildcard '*'.
      https://github.com/fluent/fluentd/pull/3542
    * Fixed a bug that processing messages were lost when
      BufferChunkOverflowError was thrown even though only a specific
      message size exceeds chunk_limit_size.
      https://github.com/fluent/fluentd/pull/3553
      https://github.com/fluent/fluentd/pull/3562
    [#]## Misc
    * Bump up required version of `win32-service` gem.
      newer version is required to implement additional `fluent-ctl` commands.
      https://github.com/fluent/fluentd/pull/3556
    [#] v1.14.2
    [#]# Release v1.14.2 - 2021/10/29
    IMPORTANT: This release contain the fix for CVE-2021-41186 -
    ReDoS vulnerability in `parser_apache2`.
    This vulnerability is affected from Fluentd v0.14.14 to v1.14.1.
    We recommend to upgrade Fluentd to v1.14.2 or use patched version of
    `parser_apache2` plugin.
    [#]## Enhancement
    * fluent-cat: Add `--event-time` option to send specified event time for testing.
    [#]## Bug fix
    * Fixed to generate correct epoch timestamp even after switching Daylight Saving Time
      https://github.com/fluent/fluentd/pull/3524
    * Fixed ReDoS vulnerability in parser_apache2.
      This vulnerability is caused by a certain pattern of a broken apache log.
    [#] v1.14.1
    [#]# Release v1.14.1 - 2021/09/29
    [#]## Enhancement
    * in_tail: Added file related metrics.
      These metrics should be collected same as fluent-bit's in_tail.
      https://github.com/fluent/fluentd/pull/3504
    * out_forward: Changed to use metrics mechanism for node statistics
      https://github.com/fluent/fluentd/pull/3506
    [#]## Bug fix
    * in_tail: Fixed a crash bug that it raise undefined method of eof? error.
      This error may happen only when `read_bytes_limit_per_second` was specified.
      https://github.com/fluent/fluentd/pull/3500
    * out_forward: Fixed a bug that node statistics information is not included correctly.
      https://github.com/fluent/fluentd/pull/3503
      https://github.com/fluent/fluentd/pull/3507
    * Fixed a error when using `@include` directive
      It was occurred when http/https scheme URI is used in `@include` directive with Ruby 3.
      https://github.com/fluent/fluentd/pull/3517
    * out_copy: Fixed to suppress a wrong warning for `ignore_if_prev_success`
      It didn't work even if a user set it.
      https://github.com/fluent/fluentd/pull/3515
    * Fixed not to output nanoseconds field of next retry time in warning log
      Then, inappropriate labels in log are also fixed. (retry_time -> retry_times,
      next_retry_seconds -> next_retry_time)
      https://github.com/fluent/fluentd/pull/3518
    [#] v1.14.0
    [#]# Release v1.14.0 - 2021/08/30
    [#]## Enhancement
    * Added `enable_input_metrics`, `enable_size_metrics` system
      configuration parameter
      This feature might need to pay higher CPU cost, so input event metrics
      features are disabled by default. These features are also enabled by
      `--enable-input-metrics`,`--enable-size-metrics` command line
      option.
      https://github.com/fluent/fluentd/pull/3440
    * Added reserved word `@ROOT` for getting root router.
      This is incompatible change. Do not use `@ROOT` for label name.
      https://github.com/fluent/fluentd/pull/3358
    * in_syslog: Added `send_keepalive_packet` option
      https://github.com/fluent/fluentd/pull/3474
    * in_http: Added `cors_allow_credentials` option.
      This option tells browsers whether to expose the response to
      frontend when the credentials mode is "include".
      https://github.com/fluent/fluentd/pull/3481
      https://github.com/fluent/fluentd/pull/3491
    [#]## Bug fix
    * in_tail: Fixed a bug that deleted paths are not removed
      from pos file by file compaction at start up
      https://github.com/fluent/fluentd/pull/3467
    * in_tail: Revived a warning message of retrying unaccessible file
      https://github.com/fluent/fluentd/pull/3478
    * TLSServer: Fixed a crash bug on logging peer host name errors
      https://github.com/fluent/fluentd/pull/3483
    [#]## Misc
    * Added metrics plugin mechanism
      The implementations is changed to use metrics plugin.
      In the future, 3rd party plugin will be able to handle these metrics.
      https://github.com/fluent/fluentd/pull/3471
      https://github.com/fluent/fluentd/pull/3473
      https://github.com/fluent/fluentd/pull/3479
      https://github.com/fluent/fluentd/pull/3484
    [#] v1.13.3
    [#]# Release v1.13.3 - 2021/07/27
    [#]## Bug fix
    * in_tail: Care DeletePending state on Windows
      https://github.com/fluent/fluentd/pull/3457
      https://github.com/fluent/fluentd/pull/3460
    * in_tail: Fix some pos_file bugs.
      Avoid deleting pos_file entries unexpectedly when both
      `pos_file_compaction_interval` and `follow_inode` are enabled.
      Use `bytesize` instead of `size` for path length.
      https://github.com/fluent/fluentd/pull/3459
    * in_tail: Fix detecting rotation twice on `follow_inode`.
      https://github.com/fluent/fluentd/pull/3466
    [#]## Misc
    * Remove needless spaces in a sample config file
      https://github.com/fluent/fluentd/pull/3456
    [#]## Enhancement
* Mon Jul 26 2021 Stephan Kulow <coolo@suse.com>
  updated to version 1.13.2
    see installed CHANGELOG.md
    [#] v1.13.2
    [#]# Release v1.13.2 - 2021/07/12
    [#]## Enhancement
    * fluent-plugin-generate: Storage plugin was supported.
      https://github.com/fluent/fluentd/pull/3426
    * parser_json: Added support to customize configuration of oj options.
      Use `FLUENT_OJ_OPTION_BIGDECIMAL_LOAD`, `FLUENT_OJ_OPTION_MAX_NESTING`,
      `FLUENT_OJ_OPTION_MODE`, and `FLUENT_OJ_OPTION_USE_TO_JSON` environment
      variable to configure it.
      https://github.com/fluent/fluentd/pull/3315
    [#]## Bug fix
    * binlog_reader: Fixed a crash bug by missing "fluent/env" dependency.
      https://github.com/fluent/fluentd/pull/3443
    * Fixed a crash bug on outputting log at the early stage when parsing
      config file.  This is a regression since v1.13.0. If you use invalid
      '@' prefix parameter, remove it as a workaround.
      https://github.com/fluent/fluentd/pull/3451
    * in_tail: Fixed a bug that when rotation is occurred, remaining lines
      will be discarded if the throttling feature is enabled.
      https://github.com/fluent/fluentd/pull/3390
    * fluent-plugin-generate: Fixed a crash bug during gemspec generation.
      It was unexpectedly introduced by #3305, thus this bug was a
      regression since 1.12.3.
      https://github.com/fluent/fluentd/pull/3444
    [#]## Misc
    * Fixed the runtime dependency version of http_parse.rb to 0.7.0.
      It was fixed because false positive detection is occurred frequently
      by security scanning tools.
      https://github.com/fluent/fluentd/pull/3450
    [#] v1.13.1
    [#]# Release v1.13.1 - 2021/06/25
    [#]## Bug fix
    * out_forward: Fixed a race condition on handshake
      It's caused by using a same unpacker from multiple threads.
      https://github.com/fluent/fluentd/pull/3405
      https://github.com/fluent/fluentd/pull/3406
    * in_tail: Fixed to remove too much verbose debugging logs
      It was unexpectedly introduced by #3185 log throttling feature.
      https://github.com/fluent/fluentd/pull/3418
    * Fixed not to echo back the provides path as is on a 404 error
      There was a potential cross-site scripting vector even though
      it is quite difficult to exploit.
      https://github.com/fluent/fluentd/pull/3427
    [#]## Misc
    * Pretty print for Fluent::Config::Section has been supported
      for debugging
      https://github.com/fluent/fluentd/pull/3398
    * CI: Dropped to run CI for Ruby 2.5
      https://github.com/fluent/fluentd/pull/3412
* Thu Jun 24 2021 Stephan Kulow <coolo@suse.com>
  updated to version 1.13.0
    see installed CHANGELOG.md
    [#] v1.13
    [#]# Release v1.13.0 - 2021/05/29
    [#]## Enhancement
    * in_tail: Handle log throttling per file feature
      https://github.com/fluent/fluentd/pull/3185
      https://github.com/fluent/fluentd/pull/3364
      https://github.com/fluent/fluentd/pull/3379
    * Extend to support service discovery manager in simpler way
      https://github.com/fluent/fluentd/pull/3299
      https://github.com/fluent/fluentd/pull/3362
    * in_http: HTTP GET requests has been supported
      https://github.com/fluent/fluentd/pull/3373
    * The log rotate settings in system configuration has been supported
      https://github.com/fluent/fluentd/pull/3352
    [#]## Bug fix
    * Fix to disable `trace_instruction` when
      `RubyVM::InstructionSequence` is available. It improves
      compatibility with `truffleruby` some extent.
      https://github.com/fluent/fluentd/pull/3376
    * in_tail: Safely skip files which are used by another process on
      Windows. It improves exception handling about
      `ERROR_SHARING_VIOLATION` on Windows.
      https://github.com/fluent/fluentd/pull/3378
    * fluent-cat: the issue resending secondary file in specific format
      has been fixed
      https://github.com/fluent/fluentd/pull/3368
    * in_tail: Shutdown immediately & safely even if reading huge files
      Note that `skip_refresh_on_startup` must be enabled.
      https://github.com/fluent/fluentd/pull/3380
    [#]## Misc
    * example: Change a path to backup_path in counter_server correctly
      https://github.com/fluent/fluentd/pull/3359
    * README: Update link to community forum to discuss.fluentd.org
      https://github.com/fluent/fluentd/pull/3360
* Wed Jan 20 2021 Stephan Kulow <coolo@suse.com>
  updated to version 1.12.0
    see installed CHANGELOG.md
    [#] v1.12
    [#]# Release v1.12.0 - 2020/01/05
    [#]## New feature
    * in_tail: Add `follow_inode` to support log rotation with wild card
      https://github.com/fluent/fluentd/pull/2992
    * in_tail: Handle linux capability
      https://github.com/fluent/fluentd/pull/3155
      https://github.com/fluent/fluentd/pull/3162
    * windows: Add win32 events alternative to unix signals
      https://github.com/fluent/fluentd/pull/3131
    [#]## Enhancement
    * buffer: Enable metadata comparison optimization on all platform
      https://github.com/fluent/fluentd/pull/3095
    * fluent-plugin-config-formatter: Handle `service_discovery` type
      https://github.com/fluent/fluentd/pull/3178
    * in_http: Add `add_query_params` parameter to add query params to event record
      https://github.com/fluent/fluentd/pull/3197
    * inject: Support `unixtime_micros` and `unixtime_nanos` in `time_type`
      https://github.com/fluent/fluentd/pull/3220
    * Refactoring code
      https://github.com/fluent/fluentd/pull/3167
      https://github.com/fluent/fluentd/pull/3170
      https://github.com/fluent/fluentd/pull/3180
      https://github.com/fluent/fluentd/pull/3196
      https://github.com/fluent/fluentd/pull/3213
      https://github.com/fluent/fluentd/pull/3222
    [#]## Bug fix
    * output: Prevent retry.step from being called too many times in a short time
      https://github.com/fluent/fluentd/pull/3203
* Fri Sep 25 2020 Stephan Kulow <coolo@suse.com>
  updated to version 1.11.2
    see installed CHANGELOG.md
    [#] v1.11
    [#]# Release v1.11.2 - 2020/08/04
    [#]## Enhancement
    * `in_dummy` renamed to `in_sample`
      https://github.com/fluent/fluentd/pull/3065
    * Allow regular expression in filter/match directive
      https://github.com/fluent/fluentd/pull/3071
    * Refactoring code
      https://github.com/fluent/fluentd/pull/3051
    [#]## Bug fix
    * buffer: Fix log message for `chunk_limit_records` case
      https://github.com/fluent/fluentd/pull/3079
    * buffer: Fix timekey optimization for non-windows platform
      https://github.com/fluent/fluentd/pull/3092
    * cert: Raise an error for broken certificate file
      https://github.com/fluent/fluentd/pull/3086
    * cert: Set TLS ciphers list correcty on older OpenSSL
      https://github.com/fluent/fluentd/pull/3093
    [#]# Release v1.11.1 - 2020/06/22
    [#]## Enhancement
    * in_http: Add `dump_error_log` parameter
      https://github.com/fluent/fluentd/pull/3035
    * in_http: Improve time field handling
      https://github.com/fluent/fluentd/pull/3046
    * Refactoring code
      https://github.com/fluent/fluentd/pull/3047
    [#]## Bug fix
    * in_tail: Use actual path instead of based pattern for ignore list
      https://github.com/fluent/fluentd/pull/3042
    * child_process helper: Fix child process failure due to SIGPIPE if the command uses stdout
      https://github.com/fluent/fluentd/pull/3044
    [#]# Release v1.11.0 - 2020/06/04
    [#]## New feature
    * in_unix: Use v1 API
      https://github.com/fluent/fluentd/pull/2992
    [#]## Enhancement
    * parser_syslog: Support any `time_format` for RFC3164 string parser
      https://github.com/fluent/fluentd/pull/3014
    * parser_syslog: Add new parser for RFC5424
      https://github.com/fluent/fluentd/pull/3015
    * Refactoring code
      https://github.com/fluent/fluentd/pull/3019
    [#]## Bug fix
    * in_gc_stat: Add `use_symbol_keys` parameter to emit string key record
      https://github.com/fluent/fluentd/pull/3008
* Thu May 07 2020 Stephan Kulow <coolo@suse.com>
  - updated to version 1.10.3
    see installed CHANGELOG.md
    [#] v1.10
    [#]# Release v1.10.3 - 2020/05/01
    [#]## Enhancement
    * record_accessor: Add `set` method
      https://github.com/fluent/fluentd/pull/2977
    * config: Ruby DSL format is deprecated
      https://github.com/fluent/fluentd/pull/2958
    * Refactor code
      https://github.com/fluent/fluentd/pull/2961
      https://github.com/fluent/fluentd/pull/2962
      https://github.com/fluent/fluentd/pull/2965
      https://github.com/fluent/fluentd/pull/2966
      https://github.com/fluent/fluentd/pull/2978
    [#]## Bug fix
    * out_forward: Disable `linger_timeout` setting on Windows
      https://github.com/fluent/fluentd/pull/2959
    * out_forward: Fix warning of service discovery manager when fluentd stops
      https://github.com/fluent/fluentd/pull/2974
    [#]# Release v1.10.2 - 2020/04/15
    [#]## Enhancement
    * out_copy: Add plugin_id to log message
      https://github.com/fluent/fluentd/pull/2934
    * socket: Allow cert chains in mutual auth
      https://github.com/fluent/fluentd/pull/2930
    * system: Add ignore_repeated_log_interval parameter
      https://github.com/fluent/fluentd/pull/2937
    * windows: Allow to launch fluentd from whitespace included path
      https://github.com/fluent/fluentd/pull/2920
    * Refactor code
      https://github.com/fluent/fluentd/pull/2935
      https://github.com/fluent/fluentd/pull/2936
      https://github.com/fluent/fluentd/pull/2938
      https://github.com/fluent/fluentd/pull/2939
      https://github.com/fluent/fluentd/pull/2946
    [#]## Bug fix
    * in_syslog: Fix octet-counting mode bug
      https://github.com/fluent/fluentd/pull/2942
    * out_forward: Create timer for purging obsolete sockets when keepalive_timeout is not set
      https://github.com/fluent/fluentd/pull/2943
    * out_forward: Need authentication when sending tcp heartbeat with keepalive
      https://github.com/fluent/fluentd/pull/2945
    * command: Fix fluent-debug start failure
      https://github.com/fluent/fluentd/pull/2948
    * command: Fix regression of supervisor's worker and `--daemon` combo
      https://github.com/fluent/fluentd/pull/2950
    [#]# Release v1.10.1 - 2020/04/02
    [#]## Enhancement
    * command: `--daemon` and `--no-supervisor` now work together
      https://github.com/fluent/fluentd/pull/2912
    * Refactor code
      https://github.com/fluent/fluentd/pull/2913
    [#]## Bug fix
    * in_tail: `Fix pos_file_compaction_interval` parameter type
      https://github.com/fluent/fluentd/pull/2921
    * in_tail: Fix seek position update after compaction
      https://github.com/fluent/fluentd/pull/2922
    * parser_syslog: Fix regression in the `with_priority` and RFC5424 case
      https://github.com/fluent/fluentd/pull/2923
    [#]## Misc
    * Add document for security audit
      https://github.com/fluent/fluentd/pull/2911
    [#]# Release v1.10.0 - 2020/03/24
    [#]## New feature
    * sd plugin: Add SRV record plugin
      https://github.com/fluent/fluentd/pull/2876
    [#]## Enhancement
    * server: Add `cert_verifier` parameter for TLS transport
      https://github.com/fluent/fluentd/pull/2888
    * parser_syslog: Support customized time format
      https://github.com/fluent/fluentd/pull/2886
    * in_dummy: Delete `suspend` parameter
      https://github.com/fluent/fluentd/pull/2897
    * Refactor code
      https://github.com/fluent/fluentd/pull/2858
      https://github.com/fluent/fluentd/pull/2862
      https://github.com/fluent/fluentd/pull/2864
      https://github.com/fluent/fluentd/pull/2869
      https://github.com/fluent/fluentd/pull/2870
      https://github.com/fluent/fluentd/pull/2874
      https://github.com/fluent/fluentd/pull/2881
      https://github.com/fluent/fluentd/pull/2885
      https://github.com/fluent/fluentd/pull/2894
      https://github.com/fluent/fluentd/pull/2896
      https://github.com/fluent/fluentd/pull/2898
      https://github.com/fluent/fluentd/pull/2899
      https://github.com/fluent/fluentd/pull/2900
      https://github.com/fluent/fluentd/pull/2901
      https://github.com/fluent/fluentd/pull/2906
    [#]## Bug fix
    * out_forward: windows: Permit to specify `linger_timeout`
      https://github.com/fluent/fluentd/pull/2868
    * parser_syslog: Fix syslog format detection
      https://github.com/fluent/fluentd/pull/2879
    * buffer: Fix `available_buffer_space_ratio` calculation
      https://github.com/fluent/fluentd/pull/2882
    * tls: Support CRLF based X.509 certificates
      https://github.com/fluent/fluentd/pull/2890
    * msgpack_factory mixin: Fix performance penalty for deprecation log
      https://github.com/fluent/fluentd/pull/2903
* Mon Feb 10 2020 Stephan Kulow <coolo@suse.com>
  - updated to version 1.9.1
    see installed CHANGELOG.md
    [#] v1.9
    [#]# Release v1.9.1 - 2020/01/31
    [#]## Enhancement
    * http_server helper: Support HTTPS
      https://github.com/fluent/fluentd/pull/2787
    * in_tail: Add `path_delimiter` to split with any char
      https://github.com/fluent/fluentd/pull/2796
    * in_tail: Remove an entry from PositionaFile when it is unwatched
      https://github.com/fluent/fluentd/pull/2803
    * out_http: Add warning for `retryable_response_code`
      https://github.com/fluent/fluentd/pull/2809
    * parser_syslog: Add multiline RFC5424 support
      https://github.com/fluent/fluentd/pull/2767
    * Add TLS module to unify TLS related code
      https://github.com/fluent/fluentd/pull/2802
    [#]## Bug fix
    * output: Add `EncodingError` to unrecoverable errors
      https://github.com/fluent/fluentd/pull/2808
    * tls: Fix TLS version handling in secure mode
      https://github.com/fluent/fluentd/pull/2802
    [#]# Release v1.9.0 - 2020/01/22
    [#]## New feature
    * New light-weight config reload mechanizm
      https://github.com/fluent/fluentd/pull/2716
    * Drop ruby 2.1/2.2/2.3 support
      https://github.com/fluent/fluentd/pull/2750
    [#]## Enhancement
    * output: Show better message for secondary warning
      https://github.com/fluent/fluentd/pull/2751
    * Use `ext_monitor` gem if it is installed. For ruby 2.6 or earlier
      https://github.com/fluent/fluentd/pull/2670
    * Support Ruby's Time class in msgpack serde
      https://github.com/fluent/fluentd/pull/2775
    * Clean up code/test
      https://github.com/fluent/fluentd/pull/2753
      https://github.com/fluent/fluentd/pull/2763
      https://github.com/fluent/fluentd/pull/2764
      https://github.com/fluent/fluentd/pull/2780
    [#]## Bug fix
    * buffer: Disable the optimization of Metadata instance comparison on Windows
      https://github.com/fluent/fluentd/pull/2778
    * outut/buffer: Fix stage size computation
      https://github.com/fluent/fluentd/pull/2734
    * server: Ignore Errno::EHOSTUNREACH in TLS accept to avoid fluentd restart
      https://github.com/fluent/fluentd/pull/2773
    * server: Fix IPv6 dual stack mode issue for udp socket
      https://github.com/fluent/fluentd/pull/2781
    * config: Support @include/include directive for spaces included path
      https://github.com/fluent/fluentd/pull/2780
    [#] v1.8
    [#]# Release v1.8.1 - 2019/12/26
    [#]## Enhancement
    * in_tail: Add `path_timezone` parameter to format `path` with the specified timezone
      https://github.com/fluent/fluentd/pull/2719
    * out_copy: Add `copy_mode` parameter. `deep_copy` parameter is now deprecated.
      https://github.com/fluent/fluentd/pull/2747
    * supervisor: Add deprecated log for `inline_config`
      https://github.com/fluent/fluentd/pull/2746
    [#]## Bug fixes
    * parser_ltsv: Prevent garbage result by checking `label_delimiter`
      https://github.com/fluent/fluentd/pull/2748
    [#]# Release v1.8.0 - 2019/12/11
    [#]## New feature
    * Add service discovery plugin and `out_forward` use it
      https://github.com/fluent/fluentd/pull/2541
    * config: Add strict mode and support `default`/`nil` value in ruby embedded mode
      https://github.com/fluent/fluentd/pull/2685
    [#]## Enhancement
    * formatter_csv: Support nested fields
      https://github.com/fluent/fluentd/pull/2643
    * record_accessor helper: Make code simple and bit faster
      https://github.com/fluent/fluentd/pull/2660
    * Relax tzinfo dependency to accept v1
      https://github.com/fluent/fluentd/pull/2673
    * log: Deprecate top-level match for capturing fluentd logs
      https://github.com/fluent/fluentd/pull/2689
    * in_monitor_agent: Expose Fluentd verion in REST API
      https://github.com/fluent/fluentd/pull/2706
    * time: Accept localtime xor utc
      https://github.com/fluent/fluentd/pull/2720
      https://github.com/fluent/fluentd/pull/2731
    * formatter_stdout: Make time_format configurable in stdout format
      https://github.com/fluent/fluentd/pull/2721
    * supervisor: create log directory when it doesn't exists
      https://github.com/fluent/fluentd/pull/2732
    * clean up internal classes / methods / code
      https://github.com/fluent/fluentd/pull/2647
      https://github.com/fluent/fluentd/pull/2648
      https://github.com/fluent/fluentd/pull/2653
      https://github.com/fluent/fluentd/pull/2654
      https://github.com/fluent/fluentd/pull/2657
      https://github.com/fluent/fluentd/pull/2667
      https://github.com/fluent/fluentd/pull/2674
      https://github.com/fluent/fluentd/pull/2677
      https://github.com/fluent/fluentd/pull/2680
      https://github.com/fluent/fluentd/pull/2709
      https://github.com/fluent/fluentd/pull/2730
    [#]## Bug fixes
    * output: Fix warning printed when chunk key placeholder not replaced
      https://github.com/fluent/fluentd/pull/2523
      https://github.com/fluent/fluentd/pull/2733
    * Fix dry-run mode
      https://github.com/fluent/fluentd/pull/2651
    * suppress warning
      https://github.com/fluent/fluentd/pull/2652
    * suppress keyword argument warning for ruby2.7
      https://github.com/fluent/fluentd/pull/2664
    * RPC: Fix debug log text
      https://github.com/fluent/fluentd/pull/2666
    * time: Properly show class names in error message
      https://github.com/fluent/fluentd/pull/2671
    * Fix a potential bug that ThreadError may occur on SIGUSR1
      https://github.com/fluent/fluentd/pull/2678
    * server helper: Ignore ECONNREFUSED in TLS accept to avoid fluentd restart
      https://github.com/fluent/fluentd/pull/2695
    * server helper: Fix IPv6 dual stack mode issue for tcp socket.
      https://github.com/fluent/fluentd/pull/2697
    * supervisor: Fix inline config handling
      https://github.com/fluent/fluentd/pull/2708
    * Fix typo
      https://github.com/fluent/fluentd/pull/2710
      https://github.com/fluent/fluentd/pull/2714
    [#] v1.7
    [#]# Release v1.7.4 - 2019/10/24
    [#]## Enhancement
    * in_http: Add `use_204_response` parameter to return proper 204 response instead of 200.
      fluentd v2 will change this parameter to `true`.
      https://github.com/fluent/fluentd/pull/2640
    [#]## Bug fixes
    * child_process helper: fix stderr blocking for discard case
      https://github.com/fluent/fluentd/pull/2649
    * log: Fix log rotation handling on Windows
      https://github.com/fluent/fluentd/pull/2663
    [#]# Release v1.7.3 - 2019/10/01
    [#]## Enhancement
    * in_syslog: Replace priority_key with severity_key
      https://github.com/fluent/fluentd/pull/2636
    [#]## Bug fixes
    * out_forward: Fix nil error after purge obsoleted sockets in socket cache
      https://github.com/fluent/fluentd/pull/2635
    * fix typo in ChangeLog
      https://github.com/fluent/fluentd/pull/2633
    [#]# Release v1.7.2 - 2019/09/19
    [#]## Enhancement
    * in_tcp: Add security/client to restrict access
      https://github.com/fluent/fluentd/pull/2622
    [#]## Bug fixes
    * buf_file/buf_file_single: fix to handle compress data during restart
      https://github.com/fluent/fluentd/pull/2620
    * plugin: Use `__send__` to avoid conflict with user defined `send`
      https://github.com/fluent/fluentd/pull/2614
    * buffer: reject invalid timekey at configure phase
      https://github.com/fluent/fluentd/pull/2615
    [#]# Release v1.7.1 - 2019/09/08
    [#]## Enhancement
    * socket helper/out_forward: Support Windows certstore to load certificates
      https://github.com/fluent/fluentd/pull/2601
    * parser_syslog: Add faster parser for rfc3164 message
      https://github.com/fluent/fluentd/pull/2599
    [#]## Bug fixes
    * buf_file/buf_file_single: fix to ignore placeholder based path.
      https://github.com/fluent/fluentd/pull/2594
    * server helper: Ignore ETIMEDOUT error in SSL_accept
      https://github.com/fluent/fluentd/pull/2595
    * buf_file: ensure to remove metadata after buffer creation failure
      https://github.com/fluent/fluentd/pull/2598
    * buf_file_single: fix duplicated path setting check
      https://github.com/fluent/fluentd/pull/2600
    * fix msgpack-ruby dependency to use recent feature
      https://github.com/fluent/fluentd/pull/2606
    [#]# Release v1.7.0 - 2019/08/20
    [#]## New feature
    * buffer: Add file_single buffer plugin
      https://github.com/fluent/fluentd/pull/2579
    * output: Add http output plugin
      https://github.com/fluent/fluentd/pull/2488
    [#]## Enhancement
    * buffer: Improve the performance of buffer routine
      https://github.com/fluent/fluentd/pull/2560
      https://github.com/fluent/fluentd/pull/2563
      https://github.com/fluent/fluentd/pull/2564
    * output: Use Mutex instead of Monitor
      https://github.com/fluent/fluentd/pull/2561
    * event: Add `OneEventStrea#empty?` method
      https://github.com/fluent/fluentd/pull/2565
    * thread: Set thread name for ruby 2.3 or later
      https://github.com/fluent/fluentd/pull/2574
    * core: Cache msgpack packer/unpacker to avoid the object allocation
      https://github.com/fluent/fluentd/pull/2559
    * time: Use faster way to get sec and nsec
      https://github.com/fluent/fluentd/pull/2557
    * buf_file: Reduce IO flush by removing `IO#truncate`
      https://github.com/fluent/fluentd/pull/2551
    * in_tcp: Improve the performance for multiple event case
      https://github.com/fluent/fluentd/pull/2567
    * in_syslog: support `source_hostname_key` and `source_address_key` for unmatched event
      https://github.com/fluent/fluentd/pull/2553
    * formatter_csv: Improve the format performance.
      https://github.com/fluent/fluentd/pull/2529
    * parser_csv: Add fast parser for typical cases
      https://github.com/fluent/fluentd/pull/2535
    * out_forward: Refactor code
      https://github.com/fluent/fluentd/pull/2516
      https://github.com/fluent/fluentd/pull/2532
    [#]## Bug fixes
    * output: fix data lost on decompression
      https://github.com/fluent/fluentd/pull/2547
    * out_exec_filter: fix non-ascii encoding issue
      https://github.com/fluent/fluentd/pull/2539
    * in_tail: Don't call parser's configure twice
      https://github.com/fluent/fluentd/pull/2569
    * Fix unused message handling for <section> parameters
      https://github.com/fluent/fluentd/pull/2578
    * Fix comment/message typos
      https://github.com/fluent/fluentd/pull/2549
      https://github.com/fluent/fluentd/pull/2554
      https://github.com/fluent/fluentd/pull/2556
      https://github.com/fluent/fluentd/pull/2566
      https://github.com/fluent/fluentd/pull/2573
      https://github.com/fluent/fluentd/pull/2576
      https://github.com/fluent/fluentd/pull/2583

Files

/etc/alternatives/fluent-binlog-reader
/etc/alternatives/fluent-binlog-reader-1.16.3
/etc/alternatives/fluent-binlog-reader.ruby3.2
/etc/alternatives/fluent-ca-generate
/etc/alternatives/fluent-ca-generate-1.16.3
/etc/alternatives/fluent-ca-generate.ruby3.2
/etc/alternatives/fluent-cap-ctl
/etc/alternatives/fluent-cap-ctl-1.16.3
/etc/alternatives/fluent-cap-ctl.ruby3.2
/etc/alternatives/fluent-cat
/etc/alternatives/fluent-cat-1.16.3
/etc/alternatives/fluent-cat.ruby3.2
/etc/alternatives/fluent-ctl
/etc/alternatives/fluent-ctl-1.16.3
/etc/alternatives/fluent-ctl.ruby3.2
/etc/alternatives/fluent-debug
/etc/alternatives/fluent-debug-1.16.3
/etc/alternatives/fluent-debug.ruby3.2
/etc/alternatives/fluent-gem
/etc/alternatives/fluent-gem-1.16.3
/etc/alternatives/fluent-gem.ruby3.2
/etc/alternatives/fluent-plugin-config-format
/etc/alternatives/fluent-plugin-config-format-1.16.3
/etc/alternatives/fluent-plugin-config-format.ruby3.2
/etc/alternatives/fluent-plugin-generate
/etc/alternatives/fluent-plugin-generate-1.16.3
/etc/alternatives/fluent-plugin-generate.ruby3.2
/etc/alternatives/fluentd
/etc/alternatives/fluentd-1.16.3
/etc/alternatives/fluentd.ruby3.2
/usr/bin/fluent-binlog-reader
/usr/bin/fluent-binlog-reader-1.16.3
/usr/bin/fluent-binlog-reader.ruby3.2
/usr/bin/fluent-binlog-reader.ruby3.2-1.16.3
/usr/bin/fluent-ca-generate
/usr/bin/fluent-ca-generate-1.16.3
/usr/bin/fluent-ca-generate.ruby3.2
/usr/bin/fluent-ca-generate.ruby3.2-1.16.3
/usr/bin/fluent-cap-ctl
/usr/bin/fluent-cap-ctl-1.16.3
/usr/bin/fluent-cap-ctl.ruby3.2
/usr/bin/fluent-cap-ctl.ruby3.2-1.16.3
/usr/bin/fluent-cat
/usr/bin/fluent-cat-1.16.3
/usr/bin/fluent-cat.ruby3.2
/usr/bin/fluent-cat.ruby3.2-1.16.3
/usr/bin/fluent-ctl
/usr/bin/fluent-ctl-1.16.3
/usr/bin/fluent-ctl.ruby3.2
/usr/bin/fluent-ctl.ruby3.2-1.16.3
/usr/bin/fluent-debug
/usr/bin/fluent-debug-1.16.3
/usr/bin/fluent-debug.ruby3.2
/usr/bin/fluent-debug.ruby3.2-1.16.3
/usr/bin/fluent-gem
/usr/bin/fluent-gem-1.16.3
/usr/bin/fluent-gem.ruby3.2
/usr/bin/fluent-gem.ruby3.2-1.16.3
/usr/bin/fluent-plugin-config-format
/usr/bin/fluent-plugin-config-format-1.16.3
/usr/bin/fluent-plugin-config-format.ruby3.2
/usr/bin/fluent-plugin-config-format.ruby3.2-1.16.3
/usr/bin/fluent-plugin-generate
/usr/bin/fluent-plugin-generate-1.16.3
/usr/bin/fluent-plugin-generate.ruby3.2
/usr/bin/fluent-plugin-generate.ruby3.2-1.16.3
/usr/bin/fluentd
/usr/bin/fluentd-1.16.3
/usr/bin/fluentd.ruby3.2
/usr/bin/fluentd.ruby3.2-1.16.3
/usr/lib64/ruby/gems/3.2.0/build_info
/usr/lib64/ruby/gems/3.2.0/cache/fluentd-1.16.3.gem
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/.deepsource.toml
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/.github
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/.github/ISSUE_TEMPLATE
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/.github/ISSUE_TEMPLATE.md
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/.github/ISSUE_TEMPLATE/bug_report.yaml
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/.github/ISSUE_TEMPLATE/config.yml
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/.github/ISSUE_TEMPLATE/feature_request.yaml
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/.github/PULL_REQUEST_TEMPLATE.md
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/.github/workflows
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/.github/workflows/linux-test.yaml
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/.github/workflows/macos-test.yaml
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/.github/workflows/stale-actions.yml
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/.github/workflows/windows-test.yaml
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/.gitignore
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/ADOPTERS.md
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/AUTHORS
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/CHANGELOG.md
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/CONTRIBUTING.md
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/GOVERNANCE.md
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/Gemfile
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/GithubWorkflow.md
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/LICENSE
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/MAINTAINERS.md
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/README.md
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/Rakefile
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/SECURITY.md
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/bin
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/bin/fluent-binlog-reader
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/bin/fluent-ca-generate
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/bin/fluent-cap-ctl
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/bin/fluent-cat
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/bin/fluent-ctl
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/bin/fluent-debug
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/bin/fluent-gem
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/bin/fluent-plugin-config-format
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/bin/fluent-plugin-generate
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/bin/fluentd
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/code-of-conduct.md
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/docs
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/docs/SECURITY_AUDIT.pdf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/copy_roundrobin.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/counter.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/filter_stdout.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/in_forward.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/in_forward_client.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/in_forward_shared_key.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/in_forward_tls.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/in_forward_users.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/in_forward_workers.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/in_http.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/in_out_forward.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/in_sample_blocks.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/in_sample_with_compression.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/in_syslog.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/in_tail.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/in_tcp.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/in_udp.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/logevents.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/multi_filters.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/out_copy.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/out_exec_filter.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/out_file.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/out_forward.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/out_forward_buf_file.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/out_forward_client.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/out_forward_heartbeat_none.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/out_forward_sd.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/out_forward_shared_key.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/out_forward_tls.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/out_forward_users.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/out_null.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/sd.yaml
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/secondary_file.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/suppress_config_dump.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/v0_12_filter.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/v1_literal_example.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/example/worker_section.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/fluent.conf
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/fluentd.gemspec
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/agent.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/capability.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/clock.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/command
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/command/binlog_reader.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/command/bundler_injection.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/command/ca_generate.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/command/cap_ctl.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/command/cat.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/command/ctl.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/command/debug.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/command/fluentd.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/command/plugin_config_formatter.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/command/plugin_generator.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/call_super_mixin.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/detach_process_mixin.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/exec_util.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/file_util.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/filter.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/formatter.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/formatter_utils.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/handle_tag_and_time_mixin.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/handle_tag_name_mixin.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/input.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/output.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/output_chain.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/parser.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/parser_utils.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/propagate_default.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/record_filter_mixin.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/set_tag_key_mixin.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/set_time_key_mixin.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/socket_util.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/string_util.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/structured_format_mixin.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/compat/type_converter.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config/basic_parser.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config/configure_proxy.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config/dsl.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config/element.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config/error.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config/literal_parser.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config/parser.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config/section.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config/types.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config/v1_parser.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config/yaml_parser
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config/yaml_parser.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config/yaml_parser/fluent_value.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config/yaml_parser/loader.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config/yaml_parser/parser.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/config/yaml_parser/section_builder.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/configurable.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/counter
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/counter.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/counter/base_socket.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/counter/client.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/counter/error.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/counter/mutex_hash.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/counter/server.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/counter/store.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/counter/validator.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/daemon.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/daemonizer.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/engine.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/env.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/error.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/event.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/event_router.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/ext_monitor_require.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/file_wrapper.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/filter.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/fluent_log_event_router.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/formatter.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/input.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/label.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/load.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/log
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/log.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/log/console_adapter.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/match.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/mixin.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/msgpack_factory.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/oj_options.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/output.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/output_chain.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/parser.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/bare_output.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/base.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/buf_file.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/buf_file_single.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/buf_memory.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/buffer
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/buffer.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/buffer/chunk.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/buffer/file_chunk.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/buffer/file_single_chunk.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/buffer/memory_chunk.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/compressable.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/exec_util.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/file_util.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/filter.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/filter_grep.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/filter_parser.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/filter_record_transformer.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/filter_stdout.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/formatter.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/formatter_csv.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/formatter_hash.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/formatter_json.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/formatter_ltsv.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/formatter_msgpack.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/formatter_out_file.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/formatter_single_value.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/formatter_stdout.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/formatter_tsv.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_debug_agent.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_dummy.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_exec.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_forward.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_gc_stat.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_http.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_monitor_agent.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_object_space.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_sample.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_syslog.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_tail
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_tail.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_tail/group_watch.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_tail/position_file.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_tcp.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_udp.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/in_unix.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/input.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/metrics.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/metrics_local.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/multi_output.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_copy.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_exec.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_exec_filter.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_file.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_forward
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_forward.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_forward/ack_handler.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_forward/connection_manager.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_forward/error.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_forward/failure_detector.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_forward/handshake_protocol.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_forward/load_balancer.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_forward/socket_cache.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_http.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_null.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_relabel.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_roundrobin.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_secondary_file.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_stdout.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/out_stream.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/output.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/owned_by_mixin.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/parser.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/parser_apache.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/parser_apache2.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/parser_apache_error.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/parser_csv.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/parser_json.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/parser_ltsv.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/parser_msgpack.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/parser_multiline.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/parser_nginx.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/parser_none.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/parser_regexp.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/parser_syslog.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/parser_tsv.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/sd_file.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/sd_srv.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/sd_static.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/service_discovery.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/socket_util.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/storage.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/storage_local.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin/string_util.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/cert_option.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/child_process.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/compat_parameters.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/counter.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/event_emitter.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/event_loop.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/extract.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/formatter.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/http_server
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/http_server.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/http_server/app.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/http_server/compat
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/http_server/compat/server.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/http_server/compat/ssl_context_extractor.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/http_server/compat/webrick_handler.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/http_server/methods.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/http_server/request.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/http_server/router.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/http_server/server.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/http_server/ssl_context_builder.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/inject.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/metrics.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/parser.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/record_accessor.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/retry_state.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/server.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/service_discovery
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/service_discovery.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/service_discovery/manager.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/service_discovery/round_robin_balancer.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/socket.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/socket_option.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/storage.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/thread.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_helper/timer.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/plugin_id.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/process.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/registry.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/root_agent.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/rpc.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/static_config_analysis.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/supervisor.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/system_config.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/base.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/driver
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/driver/base.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/driver/base_owned.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/driver/base_owner.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/driver/event_feeder.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/driver/filter.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/driver/formatter.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/driver/input.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/driver/multi_output.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/driver/output.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/driver/parser.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/driver/storage.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/driver/test_event_router.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/filter_test.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/formatter_test.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/helpers.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/input_test.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/log.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/output_test.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/parser_test.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/test/startup_shutdown.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/time.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/timezone.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/tls.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/unique_id.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/variable_store.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/version.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/win32api.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/lib/fluent/winsvc.rb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/Gemfile
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/README.md.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/Rakefile
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/fluent-plugin.gemspec.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/lib
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/lib/fluent
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/lib/fluent/plugin
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/lib/fluent/plugin/filter.rb.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/lib/fluent/plugin/formatter.rb.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/lib/fluent/plugin/input.rb.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/lib/fluent/plugin/output.rb.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/lib/fluent/plugin/parser.rb.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/lib/fluent/plugin/storage.rb.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/test
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/test/helper.rb.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/test/plugin
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/test/plugin/test_filter.rb.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/test/plugin/test_formatter.rb.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/test/plugin/test_input.rb.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/test/plugin/test_output.rb.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/test/plugin/test_parser.rb.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/new_gem/test/plugin/test_storage.rb.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/plugin_config_formatter
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/plugin_config_formatter/param.md-compact.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/plugin_config_formatter/param.md-table.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/plugin_config_formatter/param.md.erb
/usr/lib64/ruby/gems/3.2.0/gems/fluentd-1.16.3/templates/plugin_config_formatter/section.md.erb
/usr/lib64/ruby/gems/3.2.0/specifications/fluentd-1.16.3.gemspec
/usr/share/doc/packages/ruby3.2-rubygem-fluentd
/usr/share/doc/packages/ruby3.2-rubygem-fluentd/CHANGELOG.md
/usr/share/doc/packages/ruby3.2-rubygem-fluentd/LICENSE
/usr/share/doc/packages/ruby3.2-rubygem-fluentd/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024