NLog.Targets.ElasticSearch icon indicating copy to clipboard operation
NLog.Targets.ElasticSearch copied to clipboard

NLog target for Elasticsearch

Results 19 NLog.Targets.ElasticSearch issues
Sort by recently updated
recently updated
newest added

NEST 7.17.1 works fine update the nuget NEST to 7.17.2, Nlog crashed. ``` Stack overflow. at System.Reflection.RuntimeAssembly.GetModules(System.Runtime.CompilerServices.QCallAssembly, Boolean, Boolean, System.Runtime.CompilerServices.ObjectHandleOnStack) at System.Reflection.RuntimeAssembly.GetModulesInternal(Boolean, Boolean) at System.Reflection.RuntimeAssembly.get_DefinedTypes() at DynamicClass.Serialize(Byte[][], System.Object[], Elasticsearch.Net.Utf8Json.JsonWriter ByRef,...

On my Visual Studio Editor I get a warning. This is an invalid xsi:type 'http://www.nlog-project.org/schemas/NLog.xsd:ElasticSearch'. Which impacts on a line with the format below: `` I provide a schema location:...

`EnableJsonLayout=true` fails with `NullReferenceException` when not having assigned `pipeline`-property. Fixing bug introduced with #125, that shows when using NLog 5.0 Resolves #163

bug

Is there a plan to support NLog 5? The readme shows this: Version | Elasticsearch Version | NLog Version -- | -- | -- 7.x | 7.x | 4.6.x 6.x...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.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

0 Hello Everyone, I am new to the elk stack and trying to do logging using elastic search. I want to create different index for different different services in api....

We have upgraded Elastic server to version 8.1.3 and experienced errors. After reading https://www.elastic.co/guide/en/elasticsearch/client/net-api/7.17/connecting-to-elasticsearch-v8.html#enabling-compatibility-mode and https://github.com/elastic/elasticsearch-net/issues/6154 we tried setting the ELASTIC_CLIENT_APIVERSIONING environment variable which fixed it. One of our applications,...

We need to pass our host machine name with each log message, however Elastic is complaining the field is not a "Keyword". We are not currently sure how to achieve...

stale

Got this after installing the nuget package: System.IO.FileLoadException: 'Could not load file or assembly 'System.Diagnostics.DiagnosticSource, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The located assembly's manifest definition does not...

Just a question: any way to add a tag property to the log messages?