Logging with Custom log-scheme (GELF) -solved

Hi,

I want to send the log-messages to the logging-service of a private cloud.

For this we have following requirements

  • Logs in a GELF-Scheme

  • Logstash-schema

  • Customized Header, where we can insert authentication

I wasn’t able to modify on of the Logging possibles to fit my requirements. Is there a way?

How is the best way to install Logstash on our Nodes, when it is not possible to customized the logs cached from Rancher?

Best regards
delck

but there is currently a issue with a workaround in the comments: see here. Kubelet is not creating the log symlink · Issue #52172 · kubernetes/kubernetes · GitHub .

Thank you, the deamonset was the solution to my problem.