Ask HN: How do you monitor server logs
How do you do it ? For example, if you have apache running on Ubuntu, you can go into command line and do a grep or even tail -f /var/log/apache2/access.log
What simple tools/services are out there to monitor stuff like this ? Realtime is an added-bonus.
4 comments
[ 4.2 ms ] story [ 15.4 ms ] threadLog aggregation can be done with file beat (logstash) with kibana as frontend. Then there is sentry (python) for logs.