-
Hi,
With which [Fluentd input plugin](https://docs.fluentd.org/v1.0/articles/input-plugin-overview) does this hook work? `in_forward` or `in_tcp`?
Pieter
-
Equivalent fluentd plugin: https://github.com/fluent/fluent-plugin-s3
Support both s3-sqs input and s3 outut.
Would be amazing if it can support writing in parquet.
-
(check apply)
- [x] read [the contribution guideline](https://github.com/fluent/fluent-plugin-opensearch/blob/master/CONTRIBUTING.md)
- [ ] (optional) already reported 3rd party upstream repository …
-
### Describe the bug
During heavy log volumes, e.g. >10k log entries per second, fluentd consistently drops logs. It may be related to log rotation (on Kubernetes). When I ran a load test, I see th…
-
### Is your feature request related to a problem? Please describe.
Fuzz testing or Fuzzing is a Black Box software testing technique, which basically consists in finding implementation bugs using mal…
-
### Describe the bug
### Desired outcome
Run an input plugin, be it tcp or http, binding to all network interfaces, _for both IPv4 and IPv6_. This is a docker environment, running the latest fluentd…
-
### Describe the bug
I installed fluentd 5 from below script to see if CVE-2024-5535 is resolved or not.
curl -fsSL https://toolbelt.treasuredata.com/sh/install-redhat-fluent-package5-lts.sh | s…
-
### Describe the bug
The @id plugin parameter is used to give each plugin its unique id. This id should be included in logs generated by said plugin.
This seems to work inconsistent between differe…
-
## Bug Report
**Describe the bug**
Setting the `threaded` key to `true` for `prometheus_scrape` input causes Fluent Bit to throw SIGSEGV errors.
**To Reproduce**
```
---
service:
storag…
-
**Is your feature request related to a problem? Please describe.**
I want to process Netflow/IPFIX data. FileBeat and LogStash, for instance, have an input plugin to do so. FluentD too.
**Describe…