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

**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: Elastic.Serilog.Sinks **ECS schema version (e.g. 1.4.0)**: The last one (v8.11.0) **ECS .NET assembly version (e.g. 1.4.2)**: v8.11.0 **Elasticsearch version (if applicable)**: v8.14.2 **.NET framework /...

bug

**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: Elastic.CommonSchema.NLog = 8.11.0 but all will be impacted **.NET framework / OS**: Net 8 **Description of the problem, including expected versus actual behavior**: When i...

bug

These will overwrite anything set by default by the integration so should be considered an expert level feature.

**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: Elastic.CommonSchema.NLog **Is your feature request related to a problem? Please describe.** I want to be able to tell by logging at my logs what kind...

enhancement

If for some reason we are not able to log may be due to connection issue or any other problem there should be a Fallback as wit is available in...

bug

**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: Elastic.Serilog.Sinks - Version - 8.12.* **ECS schema version (e.g. 1.4.0)**: **ECS .NET assembly version (e.g. 1.4.2)**: **Elasticsearch version (if applicable)**: **.NET framework / OS**: 8...

bug

**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**: Elastic.Serilog.Enrichers.Web **ECS schema version (e.g. 1.4.0)**: **ECS .NET assembly version (e.g. 1.4.2)**: 8.12.0 **Elasticsearch version (if applicable)**: **.NET framework / OS**: **Description of the problem,...

bug

Writing to indices is not supported with Serilog, it is supported with NLog and Extensions.Logging.

enhancement

Hi there, Do we have a feature like Index Decider in https://github.com/elastic/ecs-dotnet/tree/main/src/Elastic.Serilog.Sinks to create indexes per log level and date in the Data stream? Here you can see IndexDecider and...