Michiel van Oudheusden

Results 96 comments of Michiel van Oudheusden

You run this from an iOs application? I m not sure what the issue can be. In the end it performs a normal http call, so is your configuration correct?...

Thanks @Mpdreamz for the summarization and the involvement! @nblumhardt the durable mode has always been a little troublemaker. It works great in simple scenarios and is quickly enabled. But the...

We need indeed make some progress/plans here. Maintaining multiple versions and the buffer option are main issues of issues we see here. We should indeed stop the formal support of...

You can use this sink, but set the `customFormatter` to use `Elastic.CommonSchema.Serilog.EcsTextFormatter` instead. This will format it to the ECS format.

Thanks for reporting this. The durable part is however a difficult beast in this sink and I wished it was a bit more reliable. I do not have an answer...

The durable implementation is a copy of the Seq one. Code bases have diverged and the amount of tests is not good enough to keep it up to date. It...

Any property available in the logevent will be saved in Elasticsearch, so make sure to add those to your log message. There are multiple ways, have a look here: https://nblumhardt.com/2016/08/context-and-correlation-structured-logging-concepts-in-net-5/

Interesting indeed, ES allowed dots again. Care for a PR?

Old issue, cleaning up. Still facing this issue, feel free to reopen.

In the v8 of the sink there is a way to detect the version: https://github.com/serilog/serilog-sinks-elasticsearch/blob/dev/src/Serilog.Sinks.Elasticsearch/Sinks/ElasticSearch/ElasticsearchSinkState.cs#L245 Maybe that can be used to query for a specific version and determine what to...