5 ms·
I totally agree...It's crazy that they don't even offer a docker-compose file of sorts to being all their own tools together to demo the power of their own tool
by ohstopitu 9y ago
I totally agree...It's crazy that they don't even offer a docker-compose file of sorts to being all their own tools together to demo the power of their own tools.
I recently wanted to see ELK in action...and it took me a few hours to set it all up and configure everything together with just basic docker and docker-compose. It really should not be that hard :/
- bdcravens 9y agoSince you've done it, perhaps you could share :-)
- ohstopitu 9y agoI will soon! (I did it for a work related project so I want to make sure that I go through a few formalities to make the repo public). It's a pretty cool repo - includes templates for ELK on K8S, ECS and Docker Swarm (Compose). I'm working on testing some HA on it next week!
- drewr 9y agoWe try to get you most of the way there with https://github.com/elastic/stack-docker/blob/master/docker-compose.yml https://github.com/elastic/stack-docker/blob/master/docker-c.... It takes care of x-pack as well.
- halbritt 9y agoMy team created a helm chart for this. EFK soup to nuts with x-pack. I'll see if we can't publish it.