bruno-garcia / log4net.ElasticSearch

log4net appender to ElasticSearch
https://bruno-garcia.github.io/log4net.ElasticSearch/
Other
219 stars 92 forks source link

Changed Uri construction to consider empty typeName #124

Open eldarkra opened 4 years ago

eldarkra commented 4 years ago

According to Elastic (https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html) Elastic 7.x: Specifying types in requests is deprecated. For instance, indexing a document no longer requires a document type. Elastic 8.x: Specifying types in requests is no longer supported.

(cherry picked from commit 378668cf3b930a071bc57967de2b88e8a5c661d7)