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...
We've noticed that your package on NuGet.org is missing a README file. ## Why READMEs are Important A README is essential for users to understand your package's purpose and functionality...
**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...
**New feature request** **Please describe the current behavior?** Currently IndexDecider setting can be set only from code. `public Func IndexDecider { get; set; }` I would like to have a...
I have the following configuration in asp.net core application builder.ConfigureLogging((ctx, loggingBuilder) => { loggingBuilder.ClearProviders(); if (ctx.HostingEnvironment.IsDevelopment()) { loggingBuilder.AddDebug(); } //Serilog Setup Serilog.Log.Logger = **GetELKLogger**(configuration, ctx.HostingEnvironment.EnvironmentName); loggingBuilder.Services.AddLogging(configure => { configure.AddSerilog(Serilog.Log.Logger, true);...
I've upgraded to Elastic 8.x from 7.x. Now my elastic endpoint requires connecting using https with a username, password and a tls cert. See examples [here](https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-request-elasticsearch-endpoint.html). If I use this...
## Summary _serilog.sinks.elasticsearch 8.4.1_ supports _OpenSearch_ but for _OpenSearch_ to work you need to set `TypeName` option set to `null`. and that can only be configured through code and not...
**Does this issue relate to a new *feature* or an existing *bug*?** - [ ] Bug - [x] New Feature **What version of Serilog.Sinks.Elasticsearch is affected? Please list the related...
> now i have a demand,i need add a consuom id to es with Serilog.Sinks.Elasticsearch when it write log to es ,so I've tried many ways to do this ,but...
The current version cannot set ApiKey through the configuration file.