fluent / fluentd-kubernetes-daemonset

Fluentd daemonset for Kubernetes and it Docker image
Apache License 2.0
1.27k stars 980 forks source link

fluentd-kubernetes-daemonset for Loki #1533

Open shaikzoheb-oi opened 2 months ago

shaikzoheb-oi commented 2 months ago

Is your feature request related to a problem? Please describe.

Instead of "Promtail", we wanted to leverage "fluentd" to forward logs to Loki.

Describe the solution you'd like

Deploy fluentd-kubernetes-daemonset in Kubernetes and forward logs to Loki running on same kubernetes cluster

Describe alternatives you've considered

Currently I am using promtail to foward logs to Loki

Additional context

No response

kenhys commented 2 months ago

Currently there is no PR for supporting to forward to Loki yet.

If you want to do it and continuously maintain it, PR is welcome.

Please check https://github.com/fluent/fluentd-kubernetes-daemonset/blob/master/MAINTAINING.md if you want.