System Administration: What service/product do you recommend for central logging of events and errors from multiple servers? Why?
15th February 2012
My answer to System Administration: What service/product do you recommend for central logging of events and errors from multiple servers? Why? on Quora
We rolled our own solution to this using MongoDB, due to its super-fast writes and ability to store, index and search JSON. We were also attracted by its capped collections, which make it easy to e.g. only log the last 100,000 items.
It hasn’t given us any problems, but we also haven’t spent the time to build a good UI for it do we aren’t getting as much value out of it as we could. That’s the disadvantage of rolling your own: you have to build the whole thing.
More recent articles
- AI assisted search-based research actually works now - 21st April 2025
- Maybe Meta's Llama claims to be open source because of the EU AI act - 19th April 2025
- Image segmentation using Gemini 2.5 - 18th April 2025