Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 759 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 759 Bytes

SeriLog With ElasticSearch

Logging every exception with Serilog to Elasticsearch. After that we can use Kibana to search and filter for logs.

⏬ Used Technologies ⏬

  • .Net 6.0
  • Serilog
  • Elasticsearch
  • Kibana

⏬ Filter ⏬

For example we can use this filter to show every single error that cost more than 100 ms to complete.

⏬ Expanded Document ⏬