From aeeceaae7d561eb49bc6cfdece7373f9538e4cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20L=C3=B3pez=20de=20la=20Franca=20Beltran?= Date: Tue, 12 Apr 2022 20:23:29 +0200 Subject: [PATCH] Repository instructions --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..70f4cf2 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Gestión de logs con Grafana Loki + +Examples used to prepare the [Grafana+Loki course](https://pro.codely.tv/library/gestion-de-logs-con-loki-y-grafana-179996/406456/about/). + +## ⚒️️ Requirements + +- Docker +- Docker Compose + +## 🕵️ Project structure + +This repository contains a directory with all the resources (`docker-compose.yml`, configuration, provisioning files, +etc) +for every lesson that required a specific set up of Grafana, Loki, Promtail and, in certain cases, the ELK stack to +compare. + +*NOTE: The directory structure does not match the course lessons index because some lessons don't contain practical +examples but a theoretical overview.* \ No newline at end of file