🔗 GitHub repo for this video - https://github.com/TheSudoYT/Running-Minecraft-In-Production/tree/main
Welcome to my series called "Running Minecraft in Production". The goal of this series is to teach people how to run an application, such as Minecraft, similar to the way applications would run in a production environment.
This series will have you installing Minecraft on and learning Docker and Docker Compose, Prometheus, Grafana, Promtail, Loki, and more.
This video is all about deploying promtail to gather our minecraft logs and ship them off to an application named loki. Loki is a log aggregation software. We will connect loki to grafana as a datasource to display log messages we are interested in such as when a player is whitelist or someone logs in. We will also setup discord alerts to notify us if someone is added to the minecraft whitelist and when someone logs in.
Chapters
------------------
0:00 - Intro
1:00 - Promtail, Loki, Grafana Overview
1:37 - Install Promtail
4:03 - Install Loki
5:03 - Connect Loki to Grafana
6:46 - Create Logs Dashboard
11:47 - Setup Alerts for User Whitelist
16:15 - Setup Alerts for User Logins
18:30 Disable Duplicate Resolved Messages