serilog-sinks-elasticsearch
serilog-sinks-elasticsearch copied to clipboard
A Serilog sink that writes events to Elasticsearch
Trying to use the elastic sink. It works for a short time, then failes... This is my setup : return m_LoggerConfiguration.WriteTo.Elasticsearch(new ElasticsearchSinkOptions(new Uri(TmpURL)) { AutoRegisterTemplate = true , AutoRegisterTemplateVersion =...
**What issue does this PR address?** #348 **Does this PR introduce a breaking change?** No. **Please check if the PR fulfills these requirements** - [x] The commit follows our [guidelines](https://github.com/serilog/serilog/blob/dev/CONTRIBUTING.md)...
**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...
FileSink has parameter "shared", and there is no way to set this param at ElasticsearchSink  - [ ] New Feature
**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?** When BufferCleanPayload callback is called the selflog is still written to with the error even though it may have been fixed after cleaning. Also...
Hi I am trying to add some proprietary fields to the elastic serilog sink. But the fields should not be indexed. I have created a template to use for this....
**What version of Serilog.Sinks.Elasticsearch is affected?** 8.0.0 **What is the target framework and operating system?** - [x] 4.6.2 **Current behavior?** Logs sent to Elasticsearch cluster are duplicated (triplicated or more)....
**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...