1

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.

Devrath N D
  • 601
  • 2
  • 8
  • 19

1 Answers1

0

You could use NLog.RabbitMQ, although it is missing good documentation how to set-up. Check on NuGet

Misiu
  • 4,738
  • 21
  • 94
  • 198
Julian
  • 33,915
  • 22
  • 119
  • 174