Commit ff09c457 by Avi Junowicz

new docker compose file for elasticsearch and kibana

parent 5a233418
Showing with 12 additions and 0 deletions
elk:
image: sebp/elk
ports:
- "5601:5601"
- "9200:9200"
fluentd-es:
image: openfirmware/fluentd-elasticsearch
ports:
- "24224:24224"
- "8888:8888"
links:
- elk: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 sign in to comment