ecs-dotnet
ecs-dotnet copied to clipboard
.NET integrations that use the Elastic Common Schema (ECS)
**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: all logging framework integrations, 8.6.1 Hi, I wanted to ask, what is the goal of [`DefaultAgent`](https://github.com/elastic/ecs-dotnet/blob/eac06c3df532d33c1889cca7dca388216c945dc4/src/Elastic.CommonSchema.Serilog/LogEventConverter.cs#L18)? When I read description of [`agent`](https://www.elastic.co/guide/en/ecs/8.6/ecs-agent.html) field, it doesn't...
**ECS integration/library project(s)**: Elastic.Serilog.Sinks **ECS schema version **: 8.6.1 **ECS .NET assembly version**: .net 6 **Elasticsearch version (if applicable)**: 8.10.2 **.NET framework / OS**: .net 6 / windows **Description of...
**ECS integration/library project(s)**: Elastic.Serilog.Sinks **Is your feature request related to a problem? Please describe.** DateOnly and DateTime objects are formatted in the log message using ambiguous formatting, and it does...
**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: Elastic.Serilog.Sinks **ECS .NET assembly version (e.g. 1.4.2)**: 8.6.1 **.NET framework / OS**: dotnet 7 **Description of the problem, including expected versus actual behavior**: Logs are...
**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: N/A **Is your feature request related to a problem? Please describe.** A feature just merged which fixes a problem for me #327 While it was...
Standard EcsDocument are pre-filled with different environment-specific details. Allow NLog EcsLayout to make use of these details for Host + Service, and skip new allocation when previous value is identical.
Is it possible to use the Elastic.Serilog.Sinks package to send logs to an Elastic Agent having the Custom HTTP Logs integration? From serilog-contrib/serilog-sinks-elasticsearch#486: > [Elastic.Serilog.Sinks](https://www.nuget.org/packages/Elastic.Serilog.Sinks#readme-body-tab) will not only target Elasticsearch....
Preview of the updated frontpage README.md - https://github.com/snakefoot/ecs-dotnet/blob/main/README.md
**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: Serilog.Sinks.ElasticSearch **ECS schema version (e.g. 1.4.0)**: 8.11.1 **ECS .NET assembly version (e.g. 1.4.2)**: 8.11.1 **Elasticsearch version (if applicable)**: 8 **.NET framework / OS**: .NET 8/Windows...
**Elastic.Extensions.Logging (NuGet v8.11.1 dotnet 8)**: **Steps to reproduce**: 1. Creating a new Console Application. 3. Add NuGet package: ` ` 4. Add code to Main (replace api key and uri...