From 3d624ca1b36d2b3deb84fd0998e66a31395370cd Mon Sep 17 00:00:00 2001 From: nin9s <strrrn@gmail.com> Date: Mon, 18 Feb 2019 21:21:47 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffa8a58..c26e940 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,14 @@ requirements: -working installation of the elk stack - refer to https://www.elastic.co/ for details. +logstash +elasticsearch +kibana -this repo provides the relevant files for getting the pi-hole logs via filebeat directly to logstash, sending them to elasticsearch and finally visualize it in kibana +-> working installation of the elk stack - refer to https://www.elastic.co/ for details. + + +this repo provides the relevant files and configuration for sending the pi-hole logs via filebeat directly to logstash/elasticsearch. We will then visualize the logs in kibana with a custom dashboard. The result will look like this: -- GitLab