K
K
Konstantin2015-01-18 16:46:41
graylog
Konstantin, 2015-01-18 16:46:41

Which log aggregator is optimal for highload?

Tell me which log aggregator is optimal for hiolad projects, so that there is a minimum load on clients from which we collect logs. I tried graylog2 - nothing but rsyslog is needed on the client, which is very pleasing. In general, share your experience in general - sending a large amount of data via udp can somehow significantly affect the performance of the system, eat up a significant part of the resources (say, more than 4,000 lines of logs per second).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
index0h, 2015-01-18
@index0h

For HL, you can look towards logstash+redis+elasticsearch+kibana.
Your project writes logs in redis.
logstash scoops them up from there and uploads them to elasticsearch.
kibana is just a convenient web admin panel for viewing logs, bare nginx is enough for it.
In principle, if resources allow, you can directly write to logstash via udp.

Similar questions

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question