Dev Log/Troubleshooting

[Elasticsearch/Kibana] docker-compose 설치 및 실행

지니데비 2025. 6. 20. 09:39
728x90

 

# docker 설치된 linux에서 실행할 것
# ElasticSearch-Kibana docker-compose 설치
curl -fsSL https://elastic.co/start-local | sh
cd /elastic-start-local
./start.sh
.env ID/PW 확인

 

 

https://www.elastic.co/guide/en/elasticsearch/reference/8.7/docker.html#docker-compose-file

 

Install Elasticsearch with Docker | Elasticsearch Guide [8.7] | Elastic

The container runs Elasticsearch as user elasticsearch using uid:gid 1000:0. Bind mounted host directories and files must be accessible by this user, and the data and log directories must be writable by this user.

www.elastic.co

 

728x90
반응형