log4net.ElasticSearch icon indicating copy to clipboard operation
log4net.ElasticSearch copied to clipboard

log4net appender to ElasticSearch

Results 22 log4net.ElasticSearch issues
Sort by recently updated
recently updated
newest added

Hi, I executed Elasticsearch and Kibana so they are working on my machine and I can access to http://localhost:5601/ and view Kibana site I copied your application into my C...

question

Hi jptoto, We are having an issue. Elasticsearch/logstash is alwayse saving the documents with a timestamp field name: "@timestamp". This project does the same but ompits the @ sign naming...

Currently there is no way to use the ingest pipeline. Would be good to add this feature. The value can come from connectionString and be used to form Uri.

enhancement

Dear, The remote user IP address was not logged?

question

at https://www.nuget.org/packages/log4net.ElasticSearch/ there is a "Project Site" link which atm points to https://jptoto.github.io/log4net.ElasticSearch/ which does not exist. Maybe better change to https://github.com/bruno-garcia/log4net.ElasticSearch

bug

use Dictionary instead of IDictionary replace "." in keys to "_" because JsonSerializableException is a public class, I think you have to update major version number

Hello, When I was trying to create an example application (similar to https://github.com/jptoto/log4net.ES.Example but for .NET Core instead), I realized that logging into elastic does not work unless there is...

question

We fight issues with transient failures of our ES setup. Unfortunately, when our ES node is not working properly, log4net ES appender slows down the application radically although logging is...

With a following code: using log4net; using log4net.Config; using System; using System.IO; namespace EsLog4NetExperiment { class Program { private static ILog log = LogManager.GetLogger(typeof(Program)); static void Main(string[] args) { XmlConfigurator.Configure(new...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies