Live data from Hacker News

Building a Centralized Logging Infrastructure

aptible.com

1–9 of 9 posts

Re: Building a Centralized Logging Infrastructure

#7
post #4
post #3

Earlier quoted context omitted.

Logstash is terrible, i've had so many problems with it.

what do you prefer?

at aptible - we prefer fluentd. one of our engs talks about the reasons why in the article above, but the tldr is fluentd is extensible like logstash, but far better performance

Re: Building a Centralized Logging Infrastructure

#8
post #4
post #3

Earlier quoted context omitted.

Logstash is terrible, i've had so many problems with it.

what do you prefer?

With logstash I had cases where it was taking more resources than the application that generated the damn logs.

These days i prefer fluentd, but in some cases I let my apps insert directly into ElasticSearch.