DEV Community

Cover image for Grafana Log Dashboards — From Fleet Overview to Per-Host Detail
Richard Chamberlain
Richard Chamberlain

Posted on

Grafana Log Dashboards — From Fleet Overview to Per-Host Detail

Grafana Log Dashboards — From Fleet Overview to Per-Host Detail

Email-based monitoring has a failure mode: the inbox fills up, mail rules get created, and eventually something critical gets missed.

Two Grafana dashboards break that pattern.
The three-screen flow:

→ Network Overview: error count column, red when problems exist, click to investigate → Log Summary: errors, warnings, failed logins, invalid users, sudo events, total log lines → Host Logs: log volume time series + three pre-filtered log panels
What's new on Host Logs:

✓ All Logs — full unfiltered stream for context ✓ Errors & Warnings — pre-filtered, first stop when stat panels are red ✓ Auth & Security — raw auth log with user, IP, and timestamp ✓ Annotations on the time series for marking events during investigation
The design principle:

Each screen narrows the scope. Two clicks from signal to log lines.

grafana #loki #linux #observability #logmonitoring #promtail #dashboard #sysadmin

[Read the full article] → https://richard-sebos.github.io/sebostechnology/posts/Linux-Log-Dashboards/

Top comments (0)