We are using NLog in our .Net application to feed logs to ELK.
The data flow is as below,
NLog -> RabbitMQ -> Logstash -> Elasticsearch -> Kibana
We have created RabbitMQ cluster(3 nodes with highly available queues) and unsure on how to configure Nlog to work with clustered RabbitMQ.