From 1997a82e99e16fdea0ddb13734ecffba97bf0aff Mon Sep 17 00:00:00 2001
From: Marc Feger <marc.feger@uni-duesseldorf.de>
Date: Fri, 2 May 2025 12:32:33 +0000
Subject: [PATCH] Update README.md

---
 README.md | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 9518221..65c69bf 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,17 @@
-# LEK
+# πŸš€ ELK Stack– Elasticsearch Logstash Kibana
 
-Logstash
-Elasticsearch
-Kibana
\ No newline at end of file
+A lightweight, developer-friendly stack combining **Elasticsearch**, **Logstash**, **Kibana**, and a **Flask API** for centralized logging and visualization. Ideal for local development, prototyping, and log analytics dashboards.
+
+## πŸ”§ What's Inside
+
+- πŸ“¦ **Elasticsearch** – Search and analytics engine
+- πŸ“Š **Kibana** – Visualize and explore logs
+- πŸͺ΅ **Logstash** – Log processor and shipper
+- 🌐 **Flask** – REST API with Swagger docs
+- 🐳 **Docker Compose** – One command spin-up
+- ⏱ **wait-for-it.sh** – Service dependency handling
+
+## πŸš€ Quick Start
+
+```bash
+docker-compose up
-- 
GitLab