[es] Add kibana to the compose example

This commit is contained in:
Geoff Bourne
2017-05-27 10:21:59 -05:00
parent 156716a7d8
commit df9e725baf

View File

@@ -187,7 +187,7 @@ large cluster
A [Docker Compose](https://docs.docker.com/compose/overview/) file will serve as a good example of these three node types:
```
version: '2'
version: '3'
services:
gateway:
@@ -210,6 +210,14 @@ services:
environment:
UNICAST_HOSTS: master,gateway
TYPE: DATA
kibana:
image: kibana
ports:
- "5601:5601"
environment:
ELASTICSEARCH_URL: http://gateway:9200
```
## Minimum Master Nodes