From 659584fb85995928cb82e5265e8cb1860b87a1fb Mon Sep 17 00:00:00 2001
From: 9S <strrrn@gmail.com>
Date: Sun, 9 Jun 2019 10:15:09 +0200
Subject: [PATCH] add index template

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 635a687..4d92b58 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,9 @@ The result will look like this:
 
 ### KIBANA HOST (CAN BE THE SAME AS LOGSTASH AND ELASTICSEARCH)
 12. import suitable "json/elk-hole *.json" for your version into kibana: management - saved objects - import
-13. optionally reload kibanas field list
+13. delete any existing template matching our index name: DELETE /_template/logstash-syslog-dns*
+14. import the template: paste the content of "logstash-syslog-dns-index.template_ELK7.x.json" into kibanas dev tools console
+15. optionally reload kibanas field list
 
 
 You should then be able to see your new dashboard and visualizations.
-- 
GitLab