Hacker News new | ask | show | jobs
by ohstopitu 3025 days 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 :/

3 comments

We try to get you most of the way there with https://github.com/elastic/stack-docker/blob/master/docker-c.... It takes care of x-pack as well.
My team created a helm chart for this. EFK soup to nuts with x-pack. I'll see if we can't publish it.
Since you've done it, perhaps you could share :-)
I 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!