diff --git a/README.md b/README.md
index 635a68738ed3b9c358b1a96e5badf50d86846c6b..4d92b5863c5adfcd61b73866beaac7d37f9eda54 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.