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
- Notes from Bing Chat—Our First Encounter With Manipulative AI - 19th November 2024
- Project: Civic Band - scraping and searching PDF meeting minutes from hundreds of municipalities - 16th November 2024
- Qwen2.5-Coder-32B is an LLM that can code well that runs on my Mac - 12th November 2024