serilog-sinks-elasticsearch icon indicating copy to clipboard operation
serilog-sinks-elasticsearch copied to clipboard

A Serilog sink that writes events to Elasticsearch

Results 135 serilog-sinks-elasticsearch issues
Sort by recently updated
recently updated
newest added
trafficstars

**Does this issue relate to a new *feature* or an existing *bug*?** - [ ] Bug - [ ] New Feature **What version of Serilog.Sinks.Elasticsearch is affected? Please list the...

bug
help wanted

…in ESv8+ **What issue does this PR address?** #375 **Does this PR introduce a breaking change?** Technically, yes, but since _type is unsupported in ESv8+, then NO. You can't break...

This will do nothing when I'm not running Elastic. It should throw. ```csharp var loggerConfig = new LoggerConfiguration() .MinimumLevel.Debug() .WriteTo.Elasticsearch(new ElasticsearchSinkOptions(new Uri("http://localhost:123")) { EmitEventFailure = EmitEventFailureHandling.ThrowException }); var logger =...

**Does this issue relate to a new *feature* or an existing *bug*?** - [x] Bug - [ ] New Feature **What version of Serilog.Sinks.Elasticsearch is affected? Please list the related...

**A few questions before you begin:** > Is this an issue related to the [Serilog core project](https://github.com/serilog/serilog) or one of the [sinks] Sink Elasticsearch **Does this issue relate to a...

**A few questions before you begin:** > Is this an issue related to the [Serilog core project](https://github.com/serilog/serilog) or one of the [sinks](https://github.com/serilog/serilog/wiki/Provided-Sinks) or [community projects](https://github.com/serilog/serilog/wiki/Community-Projects). This issue list is intended...

Bumps [Elastic.Elasticsearch.Managed](https://github.com/elastic/elasticsearch-net-abstractions) from 0.2.4 to 0.3.5. Release notes Sourced from Elastic.Elasticsearch.Managed's releases. 0.3.5 https://github.com/elastic/elasticsearch-net-abstractions/compare/0.3.4...0.3.5 Bug Fixes #45 Fix IsIncludedOutOfTheBox to account for snapshots View the full list of issues and...

dependencies
.NET

Bumps [Elastic.Elasticsearch.Xunit](https://github.com/elastic/elasticsearch-net-abstractions) from 0.2.4 to 0.3.5. Release notes Sourced from Elastic.Elasticsearch.Xunit's releases. 0.3.5 https://github.com/elastic/elasticsearch-net-abstractions/compare/0.3.4...0.3.5 Bug Fixes #45 Fix IsIncludedOutOfTheBox to account for snapshots View the full list of issues and...

dependencies
.NET

Hello there, i am considering using this sink in our application, but looking at the activity it doesn’t seem it is being actively maintained. just wanted to confirm what is...

Bumps [Elasticsearch.Net](https://github.com/elastic/elasticsearch-net) from 7.8.1 to 7.17.4. Release notes Sourced from Elasticsearch.Net's releases. 7.17.4 https://github.com/elastic/elasticsearch-net/compare/7.17.3...7.17.4 Bugs #6479 Fix duplicate object serialization of aggregations View the full list of issues and PRs...

dependencies
.NET