# elk **Repository Path**: lghdb/elk ## Basic Information - **Project Name**: elk - **Description**: ELK Stack日志管理工具,docker-compose实现 - **Primary Language**: Docker - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2018-07-18 - **Last Updated**: 2021-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用方法: 1.安装docker,参考: 2.安装docker-compose 参考:https://docs.docker.com/compose/install/#install-compose 3.git clone git@git.lghdb.com:lghdb/elk.git 4.运行 cd elk docker-compose up log-ui http://ip:5601 即可看到界面 注意: 在运行之前编辑文件:/etc/sysctl.conf 在其中添加 vm.max_map_count=262144 然后运行命令:sysctl -p