serilog-sinks-elasticsearch
serilog-sinks-elasticsearch copied to clipboard
Is anyone having issue creating indexes in elasticsearch 8.1.2 from .net6 web app? Works great with elastic 7.x with index pattern instead of dataviews.
trafficstars
I'm also experiencing this issue, but most likely this is due to the fact that this library does not support ES 8.x yet:
the readme states:
From version 8.x there is support for Elasticsearch.net version 7.
Would love to hear when a new release that supports elastic 8.x will be available
With 1 node ES on 8.2.0, I can confirm that it is working with the ES 8.x version. With multiple node, I can not confirm it yet because I have an error.