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 I have a k8s deployment of fluentd, which is supposed to tail the logs for all containers. For security reasons, we want to run the fluentD...

waiting-for-triage

### Describe the bug The JSON parser plugin can sometimes emit records as a string rather than as a `Hash`. Similar to https://github.com/fluent/fluentd/issues/1279, the expectation of plugins further down the...

bug

### Describe the bug We want to encrypt the elasticsearch password mentioned in the td-agent configuration. ### To Reproduce @type elasticsearch_dynamic host port 9200 logstash_format true index_name ${'indexname'+'.'+Date.parse(record['Time']).strftime('%W%Y')} time_key Time...

feature request

### Describe the bug https://github.com/fluent/fluentd/pull/3535#discussion_r1200099716 The `limit` of `group` setting should control the total number of lines collected for a group (https://docs.fluentd.org/input/tail#less-than-group-greater-than-section). However, it judges the limit by the average...

bug

### Describe the bug I'm getting "permission denied" error whenever I try to set a file buffer: ``` @type file path /data/fluentd/buffer.log flush_mode interval flush_interval 10s flush_thread_count 8 flush_at_shutdown true...

waiting-for-triage

### Is your feature request related to a problem? Please describe. If someone manages my other servers and I tell him that I would like him to send me monitoring...

feature request

### Is your feature request related to a problem? Please describe. Hey team 👋 From what I have gathered, fluentd did not split chunks if the event stream exceeds the...

feature request

### Is your feature request related to a problem? Please describe. Below is my configuration of fluentd which collect logs from kubernetes and sends to splunk based on namespace. when...

waiting-for-triage

### Describe the bug Currently, the voting requires 2/3 majority which is described in [Voting](https://github.com/fluent/fluentd/blob/master/GOVERNANCE.md#voting) More contributors involved, it tends to be hard to satisfy with 2/3 majority if there...

work_in_progress

### Is your feature request related to a problem? Please describe. * #4157 As is the issue here, `in_syslog` considers the following record invalid as RFC3164 because there is a...

feature request