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

During our benchmark tests, we found that the memory usage of Fluentd increases as num_threads increases (we keep the other configurations exactly the same). It's almost linear. ![num_threads v s...

v1
enhancement
memory

Of course, It should be implemented after #1386.

enhancement
v0.14

Input plugins may emit events one-by-one (for example, `in_exec`), but it degrades total performance of Fluentd event routing. If we can support buffer plugins in input plugins, it can improve...

enhancement
v2

Currently (in working branch right now), Fluentd output plugin will **clear** buffer queue if plugin doesn't success to `#write` queued chunks in configured times or until configured timeout. But there...

enhancement
v0.14

It would be better to be able to route logs from one source to multiple labels, so that it will be much easier to use logs for different purposes, such...

enhancement

Feature request for fluentd.org & fluentd itself, to: - collect plugin list and its gemspec (fluentd.org) - parse gemspec and show type_\* list and provide its metadata by JSON (fluentd.org)...

enhancement

### Describe the bug Flushing the buffer fails with `BSON::Error::UnserializableClass error="Value does not define its BSON serialized type: 1721203518"`. I don't think it is related to the value mentioned in...

work-in-progress

**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: On Windows, `message_length_limit` test always take 300s for execution. ``` UdpInputTest: test: configure w/o...

**Which issue(s) this PR fixes**: Fixes #4674 **What this PR does / why we need it**: It obtains unused port number for TCP by `unused_port` method and the number has...

### Describe the bug Sometimes, CI fails with "Errno::EACCES: Permission denied - bind(2)" on Windows platform, like ``` 1) Error: test: skip_invalid_event[tcp](ForwardInputTest::packed forward): Errno::EACCES: Permission denied - bind(2) for 127.0.0.1:53297...

bug