Tired of tail -F /your/log/file | egrep -i 'error|exception|warn'? It's common for devops to keep an eye out for errors in logs by running tail -F or to manually look for unusual application behavior by looking at logs in their terminal. The problem is that this gets tiring, boring - and even impossible - as [...]The post Log Alerting, Anomaly Detection and Scheduled Reports appeared first on Sematext.