Michiel van Oudheusden

Results 96 comments of Michiel van Oudheusden

Sorry, yes use `dev` as a start branch. Then I can create test packages. It also now contains an updated version that removed 1.1 support.

Sorry, I do not have any more information. @Mpdreamz are you also still interested in this development?

Great progress! The TextFormatter is a nice solution. Thanks for the update.

Totally in favor of promoting this more, however, my knowledge is pretty limited. But it looks really interested and a nice way forward for the ES sink.

Would be nice if this can be generalized to (also) support durable mode. So to support sinks that now have this as part of their code base, but actually have...

@nblumhardt also in reference to this issue (https://github.com/serilog/serilog/issues/668) and what I m trying to fix in the durable sink for the ES sink. Although the functionality is great, the implementation...

Interesting idea. As long as the Durable functionality is capable of temporary buffering LogEvents and writing to/reading from file, they can be passed to the next Emit function. That is...

Do check that the package of elasticsearch.net that ends up in your bin folder is indeed the one you would expect. Other dependencies might have pulled in a different version....

No it is not. All data is buffered and send as one batch operation. Check with the serilog selflog functionality is there is any issue. If you run this inside...

It is trying to parse the results of the batch operation. It might be that it cannot handle the return values due to a version mismatch. There has been some...