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

Hello, So my problem is that i followed Project Setup in documentation on GitHub and it doesn't seem to work. I run elastic and kibana in docker, changed port to...

question

Hi. I'm trying to implement this in a .net 4.5 Windows service. We're already using log4net to log to a db and to a Gelf4Net appender. I've added in log4net.ElasticSearch,...

question

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

I am using Amazon Elasticsearch Service for creating domains using a fine-grained access domain( username and password) I have configured app.config like this Calling Method : private static readonly ILog...

question

I need to shift my application logs from file to elk. Logging on elk is working fine on my local environment (without credentials) but its not working on production. On...

question

I am creating Connection string dynamically. when i am leaving my default connection string to empty my application get into infinite loop. I am using .net core 3.1. On investigation...

question

Hello everyone! I have issue with rolling index names. How I can provide my specify format of date for rolling? I use 2.3.7.0 version. I saw source code of 2.5.0...

question

Just checking the repository and it seems there isn't much activity recently. What's the plan with latest release. log4net itself have released 2.0.12 release but this repository is referencing 2.0.8....

question

No additional logif when user/pass given but port not given, resulting in extra colon in the URI to elastic and breaking functionality. Also, since the bitnami stack for ELK has...

According to Elastic (https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html) Elastic 7.x: Specifying types in requests is deprecated. For instance, indexing a document no longer requires a document type. Elastic 8.x: Specifying types in requests is...