ELK STACK

[DOCKER ELK] config 설정

새발oi 2023. 10. 10. 13:39
반응형

git clone --branch release-7.x https://github.com/deviantony/docker-elk.git

 

GitHub - deviantony/docker-elk: The Elastic stack (ELK) powered by Docker and Compose.

The Elastic stack (ELK) powered by Docker and Compose. - GitHub - deviantony/docker-elk: The Elastic stack (ELK) powered by Docker and Compose.

github.com

해당 저장소를 사용하여 구축

 

vim .env

env 파일을 들어가게 되면 여러가지 비밀번호를 설정할 수 있게 되어 있다.

 

기본 설정은 changeme로 되어 있고, 6글자 이상의 비밀번호를 설정하면 된다.

아이디는 Default로 elastic이다. (이 부분을 놓쳐서 kibana server is not ready yet 오류가 발생했다)

 

반응형