Skip to content
Snippets Groups Projects
Commit aa354b22 authored by Kiril KJiroski's avatar Kiril KJiroski
Browse files

Update quickstart.md

parent ece1b09e
Branches
Tags
No related merge requests found
...@@ -30,7 +30,7 @@ First you need to fill in configuration file `access.ips`, which contains IP add ...@@ -30,7 +30,7 @@ First you need to fill in configuration file `access.ips`, which contains IP add
- If you want to skip over access list creation process and use default access list, on "Do you want to modify/edit this file now?", press [Enter] or type no and press [Enter] - If you want to skip over access list creation process and use default access list, on "Do you want to modify/edit this file now?", press [Enter] or type no and press [Enter]
Next, we are going to set Fully Qualified Domain Name (FQDN) for your SOCTools server. Tools will be accessed by using https://<FQDN>:<port> Next, we are going to set Fully Qualified Domain Name (FQDN) for your SOCTools server. Tools will be accessed by using https://[FQDN]:[port]
- On "set FQDN which will be used to access the soctools services (the DNS record should already be in place.)", you should already have set up hostname and DNS record, so type it here and press [Enter] - On "set FQDN which will be used to access the soctools services (the DNS record should already be in place.)", you should already have set up hostname and DNS record, so type it here and press [Enter]
...@@ -86,7 +86,7 @@ At last you can start SOCTools containers and initialize them using you configur ...@@ -86,7 +86,7 @@ At last you can start SOCTools containers and initialize them using you configur
* `ansible-playbook -i inventories soctools.yml -t start-docker-containers` * `ansible-playbook -i inventories soctools.yml -t start-docker-containers`
* `ansible-playbook -i inventories soctools.yml -t init` * `ansible-playbook -i inventories soctools.yml -t init`
After the whole process is finished, SOCTools can be accessed by going to https://<FQDN>:<port>/ using the following port numbers: After the whole process is finished, SOCTools can be accessed by going to https://[FQDN]:[port] using the following port numbers:
* 9443 - NiFi * 9443 - NiFi
* 5601 - Kibana * 5601 - Kibana
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment