Logging with ElasticSearch, Kibana, Serilog using ASP.NET Core Docker

In this article, I'll show you how to set up and run your application using ElasticSearch, Kibana and Serilog. Before diving deep into implementation, let's understand the basics of ElasticSearch, Kibana and Serilog. You can find the source code here What is ElasticSearch? Elasticsearch is a distributed, open source search and analytics engine for all …

Continue reading Logging with ElasticSearch, Kibana, Serilog using ASP.NET Core Docker

Serilog in ASP.NET Core 3.1

Introduction Serilog is a structural logging library for Microsoft .Net and has become preferred logging library for .Net applications. The stack of features in Serilog that make it appealing choice for developing apps : Serilog's vast ecosystem comprising of hundreds of integrations that cover from Console, File, Message Queue, Seq, Elastic Search, Azure Event Hub …

Continue reading Serilog in ASP.NET Core 3.1