Commit 83eeefbf authored by Anthony Lapenna's avatar Anthony Lapenna

Added kibana4 node.

parent daea347f
...@@ -10,9 +10,15 @@ logstash: ...@@ -10,9 +10,15 @@ logstash:
- "5000:5000" - "5000:5000"
links: links:
- elasticsearch - elasticsearch
kibana: kibana3:
image: deviantony/elk-kibana image: deviantony/elk-kibana
ports: ports:
- "8080:80" - "8080:80"
links: links:
- elasticsearch - elasticsearch
kibana4:
image: deviantony/elk-kibana:kibana4
ports:
- "5601:5601"
links:
- elasticsearch
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment