Last active
March 3, 2016 11:43
-
-
Save golonzovsky/72434b131bc2aa32751c to your computer and use it in GitHub Desktop.
elastic cluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
el: | |
image: elasticsearch | |
command: -Des.network.host=_non_loopback_ -Des.cluster.name=el -Des.discovery.zen.ping.unicast.hosts=compose_el_1 | |
networks: | |
- elastic | |
kb: | |
image: kibana | |
networks: | |
- elastic | |
environment: | |
- ELASTICSEARCH_URL=http://compose_el_1:9200 | |
networks: | |
elastic: | |
driver: bridge | |
#driver: overlay |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker exec -t compose_el_1 plugin install lmenezes/elasticsearch-kopf