-
We are running `fluentd v1.2.2` and `fluent-plugin-prometheus v1.0.1` and we've identified few servers that report negative numbers for the `fluentd_output_status_buffer_total_bytes` metric.
Elemen…
-
Fluentd v0.14 has clear and useful API to implement plugins.
So I want to migrate this plugin to Fluentd v0.14 API.
I think we can implement this plugin as filter plugin using Fluentd v0.14 API.
And …
okkez updated
7 years ago
-
### Describe the bug
Fluentd tail plugin was outputting `If you keep getting this message, please restart Fluentd`. After coming across https://github.com/fluent/fluentd/issues/3614, we implemented t…
-
Hi,
I just encounter this issue
`#0 emit transaction failed: error_class=NoMethodError error="undefined method `to_msgpack' for 2018-07-01 02:35:16 UTC:Time" location="/var/lib/gems/2.3.0/gems/flu…
-
When using fluentd to write logs to disk using `out_fule` plugin, for certain sensitive logs, it would be good to be able to restrict the ownership and access of the files. At the moment, all output …
-
**Is your feature request related to a problem? Please describe.**
I would like to be able to parse outputs of these commands with exec plugin:
iostat -d 1
mpstat 1
pidstat 1
These are neverendin…
-
## Environments
- fluentd version: 1.4.0
- plugin version: 2.1.0
## Configuration
```
@type copy
@type stdout
@type bigquery_load
project tibo
auth…
-
## Bug Report
**Describe the bug**
After upgrading from fluent-bit 3.1.4 to 3.1.5 all our k8s clusters start reporting PrometheusDuplicateTimestamps errors
Prometheus metric `rate(prometheus_targ…
-
### Describe the bug
The JSON parser plugin can sometimes emit records as a string rather than as a `Hash`. Similar to https://github.com/fluent/fluentd/issues/1279, the expectation of plugins furt…
-
We are using the fluent-plugin-syslog-tls output plugin to stream container logs in Kubernetes cluster from fluentd to rsyslog with the following output config
```
@type copy
…