From 3c59f1ac73db6e7151d75c6c158d2109cdc38589 Mon Sep 17 00:00:00 2001 From: Arne Oslebo <arne.oslebo@uninett.no> Date: Wed, 18 Nov 2020 09:22:50 +0100 Subject: [PATCH] Added list of port numbers to use for accessing services --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c77c7c..00dbcc7 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,13 @@ 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. 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. +Web interfaces are available on the following ports: + * 9443 - NiFi + * 5601 - Kibana + * 6443 - Misp + * 9000 - The Hive + * 9001 - Cortex + * 12443 - Keycloak License ------- -- GitLab