-
**Is your feature request related to a problem? Please describe.**
I want fluentd to write a csv file with header like below.
(The header is written in only head of a file, of course.)
e.g.
``…
-
### Is your feature request related to a problem? Please describe.
In order to verify that a configuration is syntactically valid I can already run fluentd with the `--dry-run` flag. I would like to …
pepov updated
3 months ago
-
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 p…
-
### Describe the issue
I am trying to deploy fluent-operator (fluentd only) but it is failing. I tried both v1.15.3 and v1.14.6. I hope you can give me some help on it and see what I did wrong … here…
-
* From https://github.com/fluent/fluentd/issues/4233.
The document says `output_status_retry_wait` means current retry_wait computed from last retry time and next retry time.
https://github.com/…
-
Using `fluentd-kubernetes-daemonset:v1.15-debian-cloudwatch-amd64-1` and sometimes getting a segmentation fault in the k8s metadata filter. Any idea why this is?
```
/fluentd/vendor/bundle/ruby/3.…
-
It looks like this plugin does not like variable names in the `delivery_stream_name`:
```
2024-02-28 10:43:05 +0000 [warn]: #0 failed to flush the buffer. retry_times=0 next_retry_time=2024-02-28 …
-
### Describe the bug
Hi!
When I ceate a filter in fluentd with the parser plugin the secret "fluentd-config" that is created don't contain the values correctly
### To Reproduce
My manifest…
-
[ec2-user@ip-10-0-241-238 fluent]$ 2018-07-13 13:54:54 +0000 [info]: fluent/log.rb:322:info: parsing config file is succeeded path="/etc/fluent/fluent.conf"
2018-07-13 13:54:54 +0000 [trace]: fluent/…
-
Fluentd 包含 7 种类型的 plugins :
- Input
- Parser
- Filter
- Output
- Formatter
- Storage
- Buffer
------
已梳理的部分:
- [x] [Input Plugin](https://docs.fluentd.org/v1.0/articles/input-plugin-…