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

Secret manager and Azure Key vault Part 2

Recap In the previous article, we have discussed about Secret manager and how it is useful during development lifecycle. If you haven't read my previous article on Secret Manager then I highly encourage you to go through https://dotnetintellect.com/2020/04/05/secret-manager-and-azure-key-vault-part-1/ In case, you are not using Azure, I would recommend you to go for free trail by …

Continue reading Secret manager and Azure Key vault Part 2