markmcdowell / NLog.Targets.ElasticSearch

NLog target for Elasticsearch
MIT License
176 stars 89 forks source link

Support NLog 5 #163

Closed paladinu closed 9 months ago

paladinu commented 2 years ago

Is there a plan to support NLog 5? The readme shows this:

Version Elasticsearch Version NLog Version
7.x 7.x 4.6.x
6.x 6.x 4.5.x

But no mention of version 5. I'm just trying to plan updates and wondering if I'm locked in.

snakefoot commented 2 years ago

NLog 5.0 is already supported.

But if using EnableJsonLayout then you have to explicitly specify pipeline="" until #159 has been merged and released.

paladinu commented 2 years ago

Great news! Thank you!

rgueldenpfennig commented 2 years ago

I can confirm that. The workaround is working fine so far.