|
|
|
|
|
by retzkek
2155 days ago
|
|
Maybe Loki [1] meets your needs? It lacks the analytics abilities of Elastic (e.g. what's the average response time [2]) but is much simpler to setup and use for jog aggregations, and has a pretty powerful query language for digging through and graphing log statistics (e.g. how many errors have been logged per hour). It's mainly being developed by Grafana Labs, so there's great integration in Grafana. [1] https://grafana.com/oss/loki/ [2] I'd argue this sort of thing should be published as a metric anyways so you don't have to pull it out of the logs |
|