1

I would like to use serilog to write to elasticsearch 5.0

Serilog already have a sink for this purpose at https://github.com/serilog/serilog-sinks-elasticsearch. Unfortunately this sink only works for elasticsearch v 2.x - it doesn't seem to work with elasticsearch.net 5.0.

Does anyone have experience using serilog and elasticsearch 5.0 together?
Can I modify the sink to use 5.0 or is there a better way to do it?

Misk
  • 157
  • 1
  • 2
  • 15
  • bindingRedirect of Elasticsearch.net from older versions to 5.0 seems to work just fine. So i guess this is not really an issue. – Misk Feb 06 '17 at 14:17

1 Answers1

1

Serilog.Sinks.Elasticsearch now works with 5.0 out-of-the-box.

Nicholas Blumhardt
  • 30,271
  • 4
  • 90
  • 101