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

**Describe the bug** When getting larger event streams of data from the plugin `Windows_eventlog2` it eventually crash. When having a limited rate of logs to 200, it is going fine,...

bug

When using fluentd to write logs to disk using `out_fule` plugin, for certain sensitive logs, it would be good to be able to restrict the ownership and access of the...

feature request

Using opts (possibly v0.12)

feature request
v2

Perhaps this is connected to https://github.com/fluent/fluentd/issues/1280 and it seems like a general mistake in design. A failed backend connection definitely must not prevent fluentd from starting at all. ``` /usr/lib/ruby/2.5.0/net/http.rb:939:in...

enhancement

- fluentd or td-agent version. fluentd 1.3.3 - Environment information linux ruby 2.5.1 - configuration ``` @type forward @type file path "/tmp/fluent-shutdown-test/output/${tag}" append true @type "memory" path /tmp/fluent-shutdown-test/output/${tag} ``` *...

bug

**Describe the bug** Gitlab CI always passes due to `allow_failure: true` in .gitlab-ci.yml. Introduced by https://github.com/fluent/fluentd/pull/2443. **To Reproduce** See: https://gitlab.com/fluent/fluentd/pipelines **Expected behavior** CI fails if tests fail.

work_in_progress

always output error log `unexpected error error_class=TypeError error="no implicit conversion of Symbol into Integer"`, restart is the same error. log is from other fluentd forward. - fluentd version 1.1. -...

bug

- fluentd or td-agent version. *v1.0 (td-agent3)* - Environment information, e.g. OS. Ubuntu I am trying to figure out how to make `out_forward` plugin, but can't find any documentation on...

feature request

I have small highly compressible logs, so I enabled network and disk compression to save some space with my config: ``` @type forward @id input1 port 24224 @type forward send_timeout...

v1
enhancement

Even after fluentd receives SIGTERM and closes, fluentd seems to keep recieving messages for a while. So, even if `flush_at_shutdown` is `true`, * buffer remains after shutdown * some messages...

v1