简体   繁体   中英

NLog - RabbitMQ Cluster Target

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM