From d679e3b1965a9c78a7028315e6bd77ce01fa978d Mon Sep 17 00:00:00 2001
From: 9S <strrrn@gmail.com>
Date: Mon, 27 May 2019 19:35:21 +0200
Subject: [PATCH] added v7.1.0 support

1. logstash (currently tested up to verion "7.1.0")
2. elasticsearch (currently tested up to verion with "7.1.0")
3. kibana (currently tested up to verion "7.1.0")
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 6e45cb9..e78d873 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@ elk-hole provides the relevant files and configuration to easily visualize pi-ho
 
 ### requirements:
 ## working installation of:
-1. logstash (tested with "6.5.0")
-2. elasticsearch (tested with "6.5.0")
-3. kibana (tested with "6.5.0")
+1. logstash (currently tested up to verion "7.1.0")
+2. elasticsearch (currently tested up to verion with "7.1.0")
+3. kibana (currently tested up to verion "7.1.0")
 4. filebeat on pi-hole (tested with "1.3.1")
 
 -> installation of the elk stack - refer to https://www.elastic.co/ for details.
-- 
GitLab