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