ecs-dotnet icon indicating copy to clipboard operation
ecs-dotnet copied to clipboard

.NET integrations that use the Elastic Common Schema (ECS)

Results 91 ecs-dotnet issues
Sort by recently updated
recently updated
newest added

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

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

**ECS library**: Elastic.CommonSchema.Serilog **ECS schema version**: 1.5.0 **ECS .NET assembly version**: 1.5.3 (earlier and current alfa too) **APM .NET Agent**: 1.11.0 **.NET framework / OS**: .net 5 **Description of the...

bug

**ECS version**: 1.5.0 **Elastic.CommonSchema.Serilog version**: 1.5.3 **.NET framework / OS**: ASP.NET Core 6 **Description of the problem, including expected versus actual behavior**: The query string is not logged in the...

BaseJsonConverter was throwing an error "Error: Exception occurred while processing event The converter 'Elastic.CommonSchema.Serialization.BaseJsonConverter' read too much or not enough." when trying to deserialize a nested json. So adding in...

Hi, Would be great if there was a way to dynamically serialize key-value pairs from the MDLC as top-level fields in the event body, without placing them under the `metadata`...

enhancement

The [ecs-logging spec defines a `service.name` property](https://github.com/elastic/ecs-logging/blob/503eb74bbb575712375c4c705cae9cf004beac21/spec/spec.json#L66-L74) that can be populated with the APM agent service name. ECS .NET APM integrations should populate this value. ### Possible Implementation The APM...

enhancement

**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: Elastic.CommonSchema **Is your feature request related to a problem? Please describe.** As many other companies as well, we do have a own implementation of a...

enhancement

**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: 1.5.3 **ECS schema version (e.g. 1.4.0)**: 1.5.0 **ECS .NET assembly version (e.g. 1.4.2)**: 1.5.3 **Elasticsearch version (if applicable)**: n/a **.NET framework / OS**: ASP.NET Core...

bug

**Is your feature request related to a problem? Please describe.** Adding a field when using Serilog is difficult. From @Mpdreamz `You can extend the types to inject new properties but...

enhancement