From b214a01b78313d8abf5baa514c58aaefb88e9a18 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Arne=20=C3=98sleb=C3=B8?= <arne.oslebo@uninett.no>
Date: Fri, 25 Sep 2020 13:36:51 +0200
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 4d759ab..724950a 100644
--- a/README.md
+++ b/README.md
@@ -39,8 +39,9 @@ To start the cluster, run the ansible playbook soctools.yml:
 To stop the cluster, run the ansible playbook soctools.yml:  
 `ansible-playbook -i soctools-inventory soctools.yml -t stop`
 
-The NiFi interface should now be available on port 9443 on the server.
-The OpenDistro for Elasticsearch interface should now be available on port 5601 on the server.
+The NiFi interface should now be available on port 9443 on the server.  
+The OpenDistro for Elasticsearch interface should now be available on port 5601 on the server. To access preconfigured 
+index patterns you have to switch to Global tenant.  
 The Keycloak IdP interface should now be available on port 12443 on the server.
 
 License
-- 
GitLab