serilog-sinks-elasticsearch
serilog-sinks-elasticsearch copied to clipboard
A Serilog sink that writes events to Elasticsearch
**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...
Bumps [Serilog.Sinks.PeriodicBatching](https://github.com/serilog/serilog-sinks-periodicbatching) from 2.1.1 to 2.3.1. Release notes Sourced from Serilog.Sinks.PeriodicBatching's releases. v2.3.1 #47 - fix example documentation (@manigandham) #46 - fix handling of the NoQueueLimit constant in legacy ctors;...
Bumps [NEST.v6](https://github.com/elastic/elasticsearch-net) from 6.9.0-ci20190620T132817 to 6.9.0-ci20210419T072245. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. Changelog Sourced from github/codeql-action's changelog. 2.1.9 - 27 Apr 2022 Add working-directory input to the autobuild action. #1024 The analyze and upload-sarif actions will...
**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...
**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...
**Does this issue relate to a new *feature* or an existing *bug*?** - [x] Bug - [ ] New Feature **What is the target framework and operating system? See [target...
**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...
**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...
**What issue does this PR address?** This is done to avoid NullReferenceException in `Elasticsearch.Net.PostData.Write` method in line 204 when we getting bytes from possibly null object `var bytes = enumerator.Current.Utf8Bytes();`...