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

- Fix query string population according to the [specification](https://www.elastic.co/guide/en/ecs/1.12/ecs-url.html#field-url-query) (closes #198) - Use only `HttpRequest` to populate `url` and `server` fields, without creation of `Uri` instance - Put original full...

**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: Elastic.CommonSchema.Serilog **ECS schema version (e.g. 1.4.0)**: 8.3.1 **ECS .NET assembly version (e.g. 1.4.2)**: main branch **Description of the problem, including expected versus actual behavior**: Iran...

bug

Request logging middleware from Serilog.AspNetCore [adds `RequestPath` property](https://github.com/serilog/serilog-aspnetcore/blob/c15ab6d7a4e3100ae54f92352a4f69910cda8730/src/Serilog.AspNetCore/AspNetCore/RequestLoggingMiddleware.cs#L96) to log events. This PR skips `RequestPath` property, it's already mapped to `url.path` if `MapHttpAdapter` is enabled (which is a preferred way...

This PR adds support for log4net via ECS layout. Changes: * Added log4net ECS layout * Added unit tests * Updated site documentation Please let me know if I missed...

Hi, I want to create a parser for exist log file for my https://github.com/Analogy-LogViewer/Analogy.LogViewer application. Is there an example how to read back a file? All the units test seems...

When I take a look at website documentation I see that ECS version is not resolved: ![image](https://user-images.githubusercontent.com/1696046/187070500-cb683b94-b0cb-4e3a-8421-32467db38f56.png) Although this variable is declared in https://raw.githubusercontent.com/elastic/ecs-dotnet/main/docs/index.asciidoc This affects documentation for both Serilog...

bug

- This commit ensures the generated types have proper xmldocs. - Update 8.4.0 - Also allows for entity reference properties to be normalized as arrays.

With help from NLog.Web.AspNetCore (when available).

- [ ] sanity check [the process field set](https://www.elastic.co/guide/en/ecs/current/ecs-process.html) (@gregkalapos) - [x] Extend the code generator to include richer meta information in xml documentation. (@Mpdreamz ) - [x] Merge https://github.com/elastic/ecs-dotnet/pull/110...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Commits ae9fe44 Remove compiler package and update sourcelink (#2498) 8ef6621 Remove prerelease for 13.0.1 11331f5 Update SDK to 5.0.200 (#2495) c7e8abc Update to 13.0.1-beta2...

dependencies