fluentd icon indicating copy to clipboard operation
fluentd copied to clipboard

Fluentd: Unified Logging Layer (project under CNCF)

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

**Problem** Fluentd has "stacktrace" support, which outputs the detailed execution context whenever an unhandled exception happened. This feature is very useful when investigating errors occured on production system. Here is...

enhancement

**Problem** Fluentd is very incosintent about metadata annotation for `@FLUENT_LOG`. Sometimes it shows the worker's ID as part of log records, and sometimes it won't: ``` 2022-10-17 09:59:13.754376201 +0900 fluent.info:...

enhancement

### Describe the bug Hello! I have logs from two apps. app1 - input in_tail one file, webhdfs output with file buffer and hadoop_snappy compression app2 - input in_tail files...

waiting-for-triage

### Describe the bug When creating a source to receive syslog messages using the TLS transport method the `client_cert_auth false` setting is not applied/ So when a client cert is...

bug

### Describe the bug `in_exec` can not handle non-ASCII characters output. It is because of the specification of `child_process_execute`: * `external_encoding`: `ascii-8bit` * `internal_encoding`: `utf-8` * `encoding_options`: `invalid: :replace, undef:...

bug

### Is your feature request related to a problem? Please describe. I'm setting up AWX to install FluentD on VMs (not in Containers). Ansible's "ansible.builtin.service" doesn't have command line arguments...

feature request

**Which issue(s) this PR fixes**: Fixes #4494 **What this PR does / why we need it**: Before this patch, long lines could cause breakdowns in fluentd, potentially posing a vulnerability....

### Describe the bug If tag is set in the chunk key, We will get an error unless we specify the tag in the path setting of the out_file plugin....

bug

Backported from a226e28b482c8ca97ee03cd8823e32875b22cc5f. (#4477)

### Describe the bug https://github.com/socketry/console v1.25 series was released on 2024-05-03. * https://github.com/socketry/console/commit/39056038e819be133d07224f4cc5c776b4c8cbb5 It causes CI failure (Ruby ver >= 3.1): https://github.com/fluent/fluentd/actions/runs/8978822806/job/24659864778?pr=4486 ``` cannot load such file -- console/terminal/logger (LoadError)`...

bug