Journal
Writing down the things I learned. To share them with others and my future self.
Home
All Posts
About
Tags
ecs
30
May 2020
Managing Kubernetes Ingress JSON Log Format with Sanity
The nginx ingress supports a custom log format. The option can be set via the log_format field in the ingress configmap....
08
May 2020
On Using Fluentd to Parse Elastic Common Scheme from Kubernetes Pod Logs
Today I had to parse the JSON logs of our containers in Kubernetes. Our application are logging in the Elastic Common Sc...