-
**Describe the bug**
I recently noticed that there is no usable data in output of the `monitor_agent` plugin for any non-output plugins (except for retry_count)
**To Reproduce**
docker-compose.y…
-
**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…
-
**Is your feature request related to a problem? Please describe.**
Not related to a problem
**Describe the solution you'd like**
The in_http plugin would be much more useful if it supported optio…
ryn9 updated
2 months ago
-
I'm running fluentd into my k8s cluster (k3d).
I've installed `fluent-plugin-input-gelf-0.3.1`, with this configuration:
@type gelf
tag "example.gelf"
bind "0.0.0.0"
…
-
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 perform…
-
I have an input file containing about 400k lines, one JSON entry per line, read using the `tail` input, and I am using SQL output into Postgres. In normal conditions all entries are properly inserted…
-
**What kind of request is this:**
Bug
**Steps to reproduce:**
- Install the Logging operator.
- (Optional enable debug logging)
- `kubectl edit loggings.logging.banzaicloud.io rancher-l…
izaac updated
6 months ago
-
### Describe the bug
I have fluentd deployed as a deamonset in kubernetes cluster which is sending logs using output forward plugin. I have shared the config below. In the netstat output of fluentd,…
-
## 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…
-
I am facing the following error upon any config changes in my config maps.
I am using kube-fluentd-operator (v.1.14.1) and fluentd (1.12.3). The reloader does seem to detect the config change, how…