Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

log4net appender to ElasticSearch

License

NotificationsYou must be signed in to change notification settings

bruno-garcia/log4net.ElasticSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuGetAppVeyor

log4net.ElasticSearch is a module for thelog4net library to log messages to theElasticSearch document database. ElasticSearch offers robust full-text searching an analyzation so that errors and messages can be indexed quickly and searched easily.

Features:

  • Supports .NET 4.0+, .NET Standard 2.0+
  • Easy installation and setup viaNuget
  • Full support for the Elasticsearch _bulk API for buffered logging

Usage:

Please see theDOCUMENTATION Wiki page to begin logging errors to ElasticSearch!

Example log4net Document in Elasticsearch

{"_index":"log-2016.02.12","_type":"logEvent","_id":"AVLXHEwEJfnUYPcgkJ5r","_version":1,"_score":1,"_source": {"timeStamp":"2016-02-12T20:11:41.5864254Z","message":"Something broke.","messageObject": {},"exception": {"Type":"System.Exception","Message":"There was a system error","HelpLink":null,"Source":null,"HResult":-2146233088,"StackTrace":null,"Data": {"CustomProperty":"CustomPropertyValue","SystemUserID":"User43"},"InnerException":null},"loggerName":"log4net.ES.Example.Program","domain":"log4net.ES.Example.vshost.exe","identity":"","level":"ERROR","className":"log4net.ES.Example.Program","fileName":"C:\\Users\\jtoto\\projects\\log4net.ES.Example\\log4net.ES.Example\\Program.cs","lineNumber":"26","fullInfo":"log4net.ES.Example.Program.Main(C:\\Users\\jtoto\\projects\\log4net.ES.Example\\log4net.ES.Example\\Program.cs:26)","methodName":"Main","fix":"LocationInfo, UserName, Identity, Partial","properties": {"log4net:Identity":"","log4net:UserName":"JToto","log4net:HostName":"JToto01","@timestamp":"2016-02-12T20:11:41.5864254Z"},"userName":"JToto","threadName":"9","hostName":"JTOTO01"}}

Issues:

I do my best to reply to issues or questions ASAP. Please use theISSUES page to submit questions or errors.

License:

MIT License

Thanks:

How to build

Use the psake.cmd file in the base directory for all build tasks.

.\psake.cmd

This will run the default task which compiles and runs the tests.

.\psake.cmd package

This task compiles the solution, runs the tests then creates a nuget package


[8]ページ先頭

©2009-2025 Movatter.jp