khakinen / elastic-kibana-netcore-serilog

Logging with ElasticSearch 7.6.1, Kibana, and ASP.NET Core 3.1 using Serilog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logging with ElasticSearch 7.6.1, Kibana, .NET Core 3.1 and Serilog

Read the full tutorial here: https://www.humankode.com/asp-net-core/logging-with-elasticsearch-kibana-asp-net-core-and-docker

Steps To Run the Solution:

  • Open the project in Visual Studio Code or Visual Studio
  • Launch the ElasticSearch and Docker containers
    • cd src/docker
    • docker-compose up -d
    • Wait a minute or 2 for Elastic and Kibana to start up
  • Hit F5 to build and run the solution in Visual Studio or Visual Studio Code
  • View Kibana logs at http://localhost:5601

Full tutorial at https://www.humankode.com/asp-net-core/logging-with-elasticsearch-kibana-asp-net-core-and-docker

About

Logging with ElasticSearch 7.6.1, Kibana, and ASP.NET Core 3.1 using Serilog


Languages

Language:C# 65.2%Language:CSS 18.2%Language:HTML 14.4%Language:JavaScript 2.2%