It is very difficult for us to monitor the logs distributed across a cluster of four managed servers. So, I'm trying to create a simple log4j appender that uses solrj api to store logs on the solr server. The idea is to use the REST lever for solr to create a better GUI that can help us
- find the logs and display the previous and next 50 lines or so and
- tail of magazines
Being terrible at the front ends, I'm trying to come up with something using GWT (prototype version). I plan to host the project in googlecode under ASL.
I really appreciate if you could talk about
- Is it possible to create such a project?
- Uses Solr for this overkill?
- Any suggestions on a web framework / tool to help me create a tail tab interface.
source share