ecs-dotnet
ecs-dotnet copied to clipboard
.NET integrations that use the Elastic Common Schema (ECS)
- stage - New Serilog Sink
`Elasticsearch.Extensions.Logging` kinda does its own thing. It does not have the equivalent of Serilog/NLog enrichers that take precedence providing tracing/service information directly from the agent. Need to look into ExternalScopeProviders...
**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: **ECS schema version (e.g. 1.4.0)**: 8.6.1 **ECS .NET assembly version (e.g. 1.4.2)**: 8.6.1 **Elasticsearch version (if applicable)**: 8.6.2 **.NET framework / OS**: Core 7 /...
**Description of the problem, including expected versus actual behavior**: NUGET `dotnet add package Elastic.Clients.Elasticsearch --version 8.12.1` before in use of 8.12.1 ✅: ` queryDescriptor.Range(b => b.DateRange(b => b.Field(new Field(property)).Lt(dateValue)));` after...
[BUG] Recently updated dependency Elastic.Transport 0.4.18 break the use of ElasticsearchSinkOptions
**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: Elastic.Serilog.Sinks **ECS schema version (e.g. 1.4.0)**: 8.6.1 **ECS .NET assembly version (e.g. 1.4.2)**: 8.6.1 **Elasticsearch version (if applicable)**: **.NET framework / OS**: .NET 6 **Description...
**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when...
`Serilog` supports full configuration of logging through `appsettings.json` via `Serilog.Settings.Configuration` NuGet package (project is [here](https://github.com/serilog/serilog-settings-configuration)) For example `Serilog.Sinks.Elasticsearch` supports full configuration via `appsettings.json`. This would be an example: ```json {...
`Microsoft.NET.Sdk.Web` `net6.0` `Elastic.Apm.NLog Version=8.6.1` `Elastic.CommonSchema.NLog Version=8.6.1` `Elastic.Apm.NetCoreAll Version=1.25.2` `Elastic.Apm.Extensions.Logging Version=1.25.2` `NLog.Web.AspNetCore Version=5.*` `NLog Version=5.*` `NLog.Extensions.Logging Version=5.*` `ECK: 2.10` `Elasticsearch, Kibana, Fleet, Agents: 8.11.3` **The problem:** Application logs (_logger.LogInformation, etc..) are...