-
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.…
-
**Describe the bug**
Currently, there is no way to catch if a request to Loki has failed on fluentD side.
Usually, fluentD plugins should adopt https://docs.fluentd.org/plugin-helper-overview/ap…
-
### Description
It appears that the Docker Swarm overlay network isn't functioning between hybrid hosts (Windows Linux), though it works as expected between Linux hosts.
For example, when I have a …
-
You describes record with flat fields like:
```
{
"kubernetes_container_name" : "nginx",
"kubernetes_annotations_fluentd_org/keys" : "{\"nginx\": {\"es_type\": \"nginx\", \"es_index\": \"f…
-
#### Problem
I'm using image fluent/fluentd-kubernetes-daemonset:v1.12.2-debian-cloudwatch-1.3 and I also tried with the latest one, but I'm getting this error while trying to log to Cloudwatch.
…
-
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…
-
执行产品使用说明中的服务端安装镜像:
`docker-compose -f docker-compose.yml up -d`
报错:
stat: cannot statx '/logs': Operation not permitted
Warning: Folder mounted to "/logs" is not writable from inside container. …
-
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 …
-
**Describe the bug**
While using the in_forward plugin, I’m trying to have it bind on both IPv4 and IPv6 addresses (for dual-stack systems); typically, when using. “::” for bind config parameter, the…
-
Hi, this is my config.
```
# fluent.conf
@include prometheus.conf
@include my.conf
@type record_modifier
char_encoding utf-8
@type stdout
```
```
# prometheus.conf
…