From 189ba459584e304947c71ed140a852e8b80e2e86 Mon Sep 17 00:00:00 2001
From: 9S <strrrn@gmail.com>
Date: Thu, 19 Sep 2019 12:34:58 +0200
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index efb03e8..dec5fb2 100644
--- a/README.md
+++ b/README.md
@@ -61,11 +61,11 @@ it should say ```ok``` on every step.
 
 13. create the index pattern:
 ```Management -> Index patterns -> Create index pattern```
-14. type ```logstash-syslog-dns``` - it shound find one index
+14. type ```logstash-syslog-dns*``` - it shound find one index
 15. click next step and select ```@timezone``` 
 16. Create index pattern
 17. Once the index is created, verify that 79 fields are listed
-18. click the curved arrows on the top left
+18. click the curved arrows on the top right
 19. import suitable ```json/elk-hole *.json``` for your version into kibana: ```management - saved objects - import```
 20. optionally select the correct index pattern: ```logstash-syslog-dns*```
 21. delete any existing template matching our index name: 
-- 
GitLab