Skip to content

Commit 219d9d9

Browse files
author
Toby McLaughlin
committed
Redo README, add RAM requirements - elastic#13
1 parent 5d0b5c4 commit 219d9d9

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# stack-docker
2-
Meta-project for the Elastic Docker images.
2+
This example Docker Compose configuration demonstrates many components of the
3+
Elastic Stack, all running on a single machine under Docker.
34

4-
## Quick Demo
5+
## Prerequisites
6+
- Docker and Compose. Windows and Mac users get Compose installed automatically
7+
with Docker. Linux users can:
8+
```
9+
pip install docker-compose
10+
```
11+
12+
- At least 4GiB of RAM for the containers. Windows and Mac users _must_
13+
configure their Docker virtual machine to have more than the default 2 GiB of
14+
RAM:
15+
16+
![Docker VM memory settings](screenshots/docker-vm-memory-settings.png)
17+
18+
## Starting the stack
519
Try `docker-compose up` to create a demonstration Elastic stack with
6-
Elasticsearch, Kibana, Logstash, Auditbeat, Metricbeat, Filebeat, Packetbeat, and Heartbeat.
20+
Elasticsearch, Kibana, Logstash, Auditbeat, Metricbeat, Filebeat, Packetbeat,
21+
and Heartbeat.
722

823
Point a browser at `http://localhost:5601` to see the results.
924

0 commit comments

Comments
 (0)