PreviousNext

Writing logs to Elasticsearch with Fluentd using Serilog in ASP.NET Core

by bill-s, 2018-06-25T15:56:11.387Z

For apps running in Kubernetes, it's particularly important to be storing log messages in a central location. I'd argue that this is important for all apps, whether or not you're using Kubernetes or docker, but the ephemeral nature of pods and containers make the latter cases particularly important.

Read More