Kubernetes logging in graylog

i have graylog installed on ec2 and i have to configure it for my kubernetes cluster.
i have a log file with custom path , ex: /app/logs/app.logs , how to push these logs in graylog ,
i have tried to install sidecar but failed , URGENT HELP NEEDED !!!

Hello @aditya,

I can offer a starting point.

If these logs exist within a K8’s cluster then you should look to use either filebeat or fluentbit to forward them on to Graylog.

If that log file is accessible on the EC2 instance from an os level then Sidecar/Filebeat would be enough to get it shipping to Graylog. What about the Sidecar install has failed?

hello @Wine_Merchant ,
i tried both filebeat and fluentbit to forward logs but they are unable to send logs to graylog, do you have any documentation for this .
i tried to bundle sidecar with my application in docker image but didn’t work.
can you guide or provide documentation , im new to graylog.

hello @Wine_Merchant ,
i tried both filebeat and fluentbit to forward logs but they are unable to send logs to graylog, do you have any documentation for this .
i tried to bundle sidecar with my application in docker image but didn’t work.
can you guide or provide documentation , im new to graylog.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.