Front End Queue??

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
pbosley
Posts: 2
Joined: Wed Oct 22, 2014 10:05 am

Front End Queue??

Post by pbosley »

We are looking to implement a 3 node Nagios Log Server cluster to support our environment. I am concerned that we may generate too much traffic for the logstash processes to handle during peak times. Do you have any suggestions for a receiving queue or the ability to "stack" multiple logstash instances on each node to handle the load should we start dropping data?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Front End Queue??

Post by scottwilkerson »

As logstash is multi-threaded starting additional instances on the same server won't increase throughput, however you could push the data to a queue such as Redis and then have logstash pull from the Redis queue

http://logstash.net/docs/1.4.2/inputs/redis
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked