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
- Gemini 2.0 Flash: An outstanding multi-modal LLM with a sci-fi streaming mode - 11th December 2024
- ChatGPT Canvas can make API requests now, but it's complicated - 10th December 2024
- I can now run a GPT-4 class model on my laptop - 9th December 2024