On 08-Jul-2019 15:49 CEST, <[email protected]> wrote: > On 7/7/19 8:42 PM, Ryan Hamel wrote: > > Telegraf + InfluxDB = Tons of Grafana Dashboards > > This handles time-series data really, really well and also pairs quite well > with the ELK stack (Elasticsearch + Logstash + Kibana) for event-oriented > data. Kibana can talk to InfluxDB, and Grafana can talk to Elasticsearch to > somewhat tie things together, but they each are of course focused on their > own type of data. > > In particular, Logstash is a great place to send your syslog streams from > all your gear toward.
The Grafana guys have launched Loki (https://github.com/grafana/loki#loki-like-prometheus-but-for-logs), which is "Prometheus for logs". -- Nico

