项目作者: jonlambert

项目描述 :
A simple ELK docker compose setup. Configured to accept nginx log files shipped via Filebeat.
高级语言:
项目地址: git://github.com/jonlambert/docker-elk.git
创建时间: 2018-03-05T01:17:04Z
项目社区:https://github.com/jonlambert/docker-elk

开源协议:

下载


Instructions

  • Generate an SSL certificate, place the fullchain.pem and privkey.pem files in ./nginx/certs
  • Generate username and password to secure Kibana behind basic auth:
    1. docker run --rm -it xmartlabs/htpasswd <username> <password> > ./nginx/security/htpasswd
  • Run docker-compose up --build