I am using EKS v.1.30.0. I wanted to forward Fargate container logs to Fluentd aggregator. It complains about Forward Plugin not supported.
This is my config.
output.conf: |
[OUTPUT]
Name forward
Match kube.*
Host fluentd-aggregator.default.svc.cluster.local
Port 24224
Any sort of help how I can forward logs to Fluentd Aggregator.
I am using EKS v.1.30.0. I wanted to forward Fargate container logs to Fluentd aggregator. It complains about Forward Plugin not supported.
This is my config.
output.conf: |
[OUTPUT]
Name forward
Match kube.*
Host fluentd-aggregator.default.svc.cluster.local
Port 24224
Any sort of help how I can forward logs to Fluentd Aggregator.