fluentd icon indicating copy to clipboard operation
fluentd copied to clipboard

Fluentd: Unified Logging Layer (project under CNCF)

Results 271 fluentd issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Please describe. Fuzz testing or Fuzzing is a Black Box software testing technique, which basically consists in finding implementation bugs using...

work-in-progress

**Which issue(s) this PR fixes**: Fixes #4418 **What this PR does / why we need it**: This patch will add `path` attribute in sytem/log section due to configure log file...

### Describe the bug `warning: literal string will be frozen in the future` since Ruby 3.4.0 According to https://bugs.ruby-lang.org/issues/20205, String literals may be frozen by default in the future (maybe...

pending

**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: To supress `warning: literal string will be frozen in the future`, we will require...

pending

**Which issue(s) this PR fixes**: Fixes #4385 **What this PR does / why we need it**: It processes the interpolated variables in Hashes and Arrays This is needed because string...

### Describe the bug Now, CI fails on Ruby HEAD. https://github.com/fluent/fluentd/actions/runs/10277576606 I investigated this failures and found what webrick raises exception of `"uninitialized constant URI::REGEXP (NameError)"` at https://github.com/ruby/webrick/blob/158a7ef85337e0e5cdce0c29cb5cb89c7beb9c53/lib/webrick/httprequest.rb#L507 Seems URI::REGEXP...

Non fluentd issue

- fluentd version 1.3 - Your configuration ``` @type file path /fluentd/log/service.%Y-%m-%d.%H.log append true format single_value message_key log add_newline false @type file path /fluentd/buffer/ps timekey 1h timekey_use_utc true timekey_wait 1m...

work-in-progress

### Describe the bug Hi, We are using fluentd for log collection from out linux and windows nodepools on AKS clusters. since last few months we have noticed we are...

work-in-progress

### Describe the bug The @id plugin parameter is used to give each plugin its unique id. This id should be included in logs generated by said plugin. This seems...

enhancement

### Describe the bug ### Desired outcome Run an input plugin, be it tcp or http, binding to all network interfaces, _for both IPv4 and IPv6_. This is a docker...

enhancement
ipv6