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

Enhancement request for input plugins. By default, `PluginHelper::Timer#timer_execute` launches timer immediately. This is no problem on almost cases but some plugins, e.g. in_tail, takes long time in `start` by executing...

v1
enhancement

**Describe the bug** I recently noticed that there is no usable data in output of the `monitor_agent` plugin for any non-output plugins (except for retry_count) **To Reproduce** docker-compose.yaml: ``` version:...

feature request

### Describe the bug If a logfile is filled out quickly enough, it can be rotated several times per second. The throughput counter however lives in `IOHandler`, which is re-created...

bug

### Is your feature request related to a problem? Please describe. The Unix domain socket on Linux has a special type Abstract socket. How can I use it in fluentd?...

feature request

### Is your feature request related to a problem? Please describe. A relative newcomer to the compression scene, zstandard is at default settings superior to gzip in compression ratio, compression...

feature request

### Describe the bug I used a configuration with the worker tag, which runs on startup but not on reload. ### To Reproduce Use my configuration to start and reload...

bug

### Is your feature request related to a problem? Please describe. I have successfully set up communication between a fluentbit instance running forward on my edge and a mTLS-capable receiver...

feature request

**Is your feature request related to a problem? Please describe.** If we need to get information from a socket created by another server, fluentd recreate socket file, it doesn't seem...

feature request

**Describe the bug** I set up an EFK stack for gathering my different k8s pods logs based on this tutorial: https://mherman.org/blog/logging-in-kubernetes-with-elasticsearch-Kibana-fluentd/ on a Microk8s single node cluster. Everything is up...

bug

### Is your feature request related to a problem? Please describe. Hello, We're trying to use forward plugin for multi-tenant configuration. So each tenant would have it's own username and...

feature request