fluentd icon indicating copy to clipboard operation
fluentd copied to clipboard

Fluentd: Unified Logging Layer (project under CNCF)

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

### Describe the bug We have installed td-agent on windows 2019 server (or any version) and observed the td-agent.log file is not getting rolled over when log file size is...

waiting-for-triage

**Which issue(s) this PR fixes**: N/A **What this PR does / why we need it**: The HTTP output plugin recreates a connection for every HTTP request. In combination with TLS...

enhancement

**Which issue(s) this PR fixes**: N/A (Follow up for https://github.com/fluent/fluentd/pull/4327#issuecomment-1774330298) **What this PR does / why we need it**: After a tail watcher transitions to `rotate_wait` state, the `rotate_wait` timer...

bug

### Is your feature request related to a problem? Please describe. The [FAQ](https://docs.fluentd.org/quickstart/faq#how-can-i-use-environment-variables-to-configure-parameters-dynamically) mentions that you can use string interpolation to configure parameters using environment variables, e.g. `some_field "#{ENV['FOO_HOME']}"`, but...

feature request

### Describe the bug Fluentd tail plugin was outputting `If you keep getting this message, please restart Fluentd`. After coming across https://github.com/fluent/fluentd/issues/3614, we implemented the workaround suggested there. * changed...

waiting-for-triage

### Is your feature request related to a problem? Please describe. I am trying to export the logs of a pod in Kafka, using fluentd operator and ClusterFlow configuration. What...

waiting-for-triage

### Describe the bug 2 tests of child_process helper always fail in Ruby 3.3.0-dev after https://redmine.ruby-lang.org/issues/18899 is landed. ``` =============================================================================================================================================================== Failure: test: can scrub characters without exceptions(ChildProcessTest) /home/aho/Projects/Fluentd/fluentd/test/plugin_helper/test_child_process.rb:531:in `block (2...

bug

### Describe the bug The http (in) plugin will not accept a messagepack request that should succeed if it accepts a messagepack request that fails. ### To Reproduce ## Create...

bug

### Describe the bug I have two log files in different block device. Two log files have same file name and same inode number. ``` The first file with inode...

feature request
bug