This repository contains two nuget packages: Serilog.Sinks.Elasticsearch
and Serilog.Formatting.Elasticsearch
.
The Serilog Elasticsearch sink project is a sink (basically a writer) for the Serilog logging framework. Structured log events are written to sinks and each sink is responsible for writing it to its own backend, database, store etc. This sink delivers the data to Elasticsearch, a NoSQL search engine. It does this in a similar structure as Logstash and makes it easy to use Kibana for visualizing your logs.
原文:https://www.cnblogs.com/chucklu/p/13272240.html