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

### Describe the bug I've been trying to track down what looks like a memory leak for the last week where a stage buffer doesn't get cleared out even though...

bug

**Which issue(s) this PR fixes**: Fixes #4162 **What this PR does / why we need it**: Adds new compression method support to handle messages **Docs Changes**: TODO **Release Note**: N/A

**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: **Docs Changes**: **Release Note**:

moreinfo
stale

**Which issue(s) this PR fixes**: * Fixes #4567 **What this PR does / why we need it**: Add caller plugin-id to warning logs about emitting error events. It would be...

**Which issue(s) this PR fixes**: * Fixes #4622 **What this PR does / why we need it**: See #4622. Specification: 1. The supervisor receives SIGUSR2. 2. Spawn a new supervisor....

**Which issue(s) this PR fixes**: None. Related to * #4622 This feature may be useful on its own, but mainly, this feature will help #4622 feature. **What this PR does...

### Describe the bug I’m getting this error continuously. When using @http plugin. I’ve not been able to find the root cause for this but I’ve noticed this in coincidentally...

waiting-for-user

**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: This patch will allow to adjust receive buffer size of UDP socket like in_udp...

### Describe the bug Fluentd [depends on `webrick`](https://github.com/fluent/fluentd/blob/7e39526150963beb4bafe1a874a97b536b93095d/fluentd.gemspec#L35) and uses it in [quite a few places](https://github.com/search?q=repo%3Afluent%2Ffluentd%20webrick&type=code) and thus although it's no longer included in ruby, it is required (e.g. [the...

enhancement

## Usecase We need to push kubernetes pod logs to Azure, S3 or Splunk based on the configuration. ## What we have done Built a custom image with Fluentd image...

plugin issue
work-in-progress