File tree 1 file changed +18
-3
lines changed
1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ against sample logs.
7
7
8
8
Install the Docker toolbox at at least version 1.13.0
9
9
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
+
10
15
## Description
11
16
12
17
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.
30
35
31
36
If you want to use this stack without a license then remove the license-call containers from the docker-compose file
32
37
33
- ## Running
34
-
35
38
To initialise the folders that Logstash will use to copy over its configuration
36
39
with any test logs.
37
40
@@ -43,8 +46,20 @@ Then put any test logstash configuration in the /logstash/config folder, logs
43
46
to ingest in the /logstash/logs folder and optionally logstash patterns in the
44
47
patterns folder and elasticsearch mapping templates in templates.
45
48
46
- Then spin up the stack.
49
+ ## Running
50
+
51
+ Spin up the stack with:
47
52
48
53
``` bash
49
54
docker-compose up
50
55
```
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
+
You can’t perform that action at this time.
0 commit comments