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 run fluentd without any the command line option(automatically with --under-supervisor). the `in_unix` plugin didn't work because the socket file's permission was insufficient. ``` $ ls...

feature request

### Describe the bug When running td-agent from command line on Windows with the --daemon flag, we are getting the following error: ``` Traceback (most recent call last): 7: from...

bug

### Is your feature request related to a problem? Please describe. UDP input supports only unicast connections. ### Describe the solution you'd like Add a group parameter to the UDP...

feature request

### Describe the bug Docker fails to output logs via Fluentd. The application, created using docker-compose, is configured to route logs through Fluentd to a specific directory and archive them...

waiting-for-triage

To make it easy to use fluentd for CSP reporting, let's parse retrieved data as JSON if the content type is `application/csp-report`. It is guaranteed to be a well-formatted JSON...

enhancement

### Describe the bug When updating from `fluent/fluentd-kubernetes-daemonset:v1.14.6-debian-logzio-amd64-1.0` to `fluent/fluentd-kubernetes-daemonset:v1.16.2-debian-logzio-amd64-1.0` our setup stopped working. During investigation it turned out that plugins in the default plugin directory (`/etc/fluent/plugin/`) are not processed...

bug

### Discussed in https://github.com/fluent/fluentd/discussions/4329 Originally posted by **mikakatua** October 22, 2023 I'm trying to use fluentd to send logs to a http endpoint. This endpoint only supports TLS 1.3 My...

bug

### Describe the bug Flushing the buffer fails with RangeError - "bignum too big to convert into `long long'". ### To Reproduce Not exactly repro, but this is my conf...

waiting-for-triage

### Is your feature request related to a problem? Please describe. In order to verify that a configuration is syntactically valid I can already run fluentd with the `--dry-run` flag....

feature request

### Describe the bug Hey there, recently I noticed an issue, related to symlink_path mechanism in td-agent/fluentd receiver agent. It seems like td-agent successfully receives two (or more) log streams...

waiting-for-user