# elk-docker **Repository Path**: gluten/elk-docker ## Basic Information - **Project Name**: elk-docker - **Description**: 使用docker-compose部署elk - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-10-13 - **Last Updated**: 2024-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 启动 ```shell docker-compose up -d ``` 服务启动以后等待几秒钟,然后浏览器输入http://localhost:9200/,如果有返回结果,那么代表elastic启动成功 访问http://localhost:9200/_cat/indices?v,可以查看索引是否建立成功 访问http://localhost:5601/app/home#/,可以使用可视化界面访问日志