Skip to content

Commit 6d3bb98

Browse files
author
adrianm
committedMar 31, 2017
Update Readme to provide more information on running the compose stack
1 parent 6e8f677 commit 6d3bb98

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed
 

‎README.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ against sample logs.
77

88
Install the Docker toolbox at at least version 1.13.0
99

10+
Make sure that you have given a reasonable amount of RAM and CPUs to your local Docker:
11+
[https://docs.docker.com/docker-for-mac/#advanced]()
12+
13+
At least 4GB and 2 CPUs is recommended.
14+
1015
## Description
1116

1217
The following components are created when this docker file is created:
@@ -30,8 +35,6 @@ from your Elastic support portal account if you have a support contract.
3035

3136
If you want to use this stack without a license then remove the license-call containers from the docker-compose file
3237

33-
## Running
34-
3538
To initialise the folders that Logstash will use to copy over its configuration
3639
with any test logs.
3740

@@ -43,8 +46,20 @@ Then put any test logstash configuration in the /logstash/config folder, logs
4346
to ingest in the /logstash/logs folder and optionally logstash patterns in the
4447
patterns folder and elasticsearch mapping templates in templates.
4548

46-
Then spin up the stack.
49+
## Running
50+
51+
Spin up the stack with:
4752

4853
```bash
4954
docker-compose up
5055
```
56+
57+
Once up:
58+
59+
* Elasticsearch will be available on localhost:9200 and localhost:8200
60+
* Kibana will be available on localhost:5601
61+
* Kopf will be on localhost:8080
62+
* Mailhog will have its web UI on localhost:8025 and the smtp service will be on port 1025
63+
* Marvel, Sense and Timelion will be available from the Kibana plugins menu option
64+
65+

0 commit comments

Comments
 (0)