Hacker News new | ask | show | jobs
by Apofis 4147 days ago
Can you show me how you setup Kibana with ES & Logstash? I've tried setting them up separetely before but it got too convuluted for me. With Docker, I might actually get it going finally. I administer a few servers and checking logs has always been an issue for me. Usually, I end up doing it after the fact because I wasn't warned of issues.
1 comments

This is a great post that goes through the setup (mea-culpa it is actually 3 one-liners, 1 for E,L, and K :) ): http://evanhazlett.com/2014/11/Logging-with-ELK-and-Docker/

Good luck!

Thank you so much!