fluentd
fluentd copied to clipboard
Fluentd: Unified Logging Layer (project under CNCF)
### Is your feature request related to a problem? Please describe. Hello, we use emit_unmatched so user knows which ip/host sent the failed syslog message. Can the warning message (failed...
Check [CONTRIBUTING guideline](https://github.com/fluent/fluentd/blob/master/CONTRIBUTING.md) first and here is the list to help us investigate the problem. - fluentd or td-agent version. **fluentd 1.2.6** - Environment information, e.g. OS. Linux g9csf002-0-0-1 3.10.0-862.el7.x86_64...
**Describe the bug** The global default for `time_key` is `nil`, indicating that the event time should not be derived from the message at all, but the json, regexp, and ltsv...
**Describe the bug** Fluentd depends on [http_parser.rb](https://rubygems.org/gems/http_parser.rb) but it's not maintained and not released new version since December 11, 2013. In this gem, vulnerability is often detected mistakenly by several...
Remove_newline default must be false not true as in a first place it does not make much sense to remove anything in in_udp. See https://github.com/fluent/fluentd/issues/1741
Check [CONTRIBUTING guideline](https://github.com/fluent/fluentd/blob/master/CONTRIBUTING.md) first and here is the list to help us investigate the problem. **Is your feature request related to a problem? Please describe.** I use out file plugin...
**Describe the bug** Fluentd raises `Fluent::Plugin::RegexpParser: description specified twice for expression (ArgumentError)` when using a "parser" filter. Tested on 1.12.2 and 1.7.0 **To Reproduce** I used the same configuration as...
```aconf # built-in TCP input @type forward port 24224 bind 0.0.0.0 # Kafka buffered output @type kafka_buffered brokers 192.168.16.8:9092 buffer_type file buffer_path /var/log/fluent/buffer-01/*.buffer flush_interval 10s buffer_chunk_limit 8m buffer_queue_limit 3600 retry_wait...
It doesn't crash, it doesn't attempt to forward the messages without writing writing them to an on-disk buffer, it just logs `unexpected error while checking flushed chunks. ignored. error_class=Errno::ENOSPC error="No...
Check [CONTRIBUTING guideline](https://github.com/fluent/fluentd/blob/master/CONTRIBUTING.md) first and here is the list to help us investigate the problem. **Is your feature request related to a problem? Please describe.** I have a use-case where...