반응형
Kibana를 실행할때 Unable to connect to Elasticsearch. Error: Request Timeout after 30000ms 에러가 나면서 실행이 안되는 경우가 있을 것이다.
(In case of using Kibana, there may be an error "Cannot connect to Elasticsearch. Error: Request Timeout after 30000ms" and it may not be executed.)
해결방법 (solution)
설치경로/kibana/config 하위에 kibana.yml 파일의 elasticsearch.requestTimeout 의값을 180000으로 늘려준다.
(Under Installation path/kibana/config, increase the value of elasticsearch.requestTimeout in kibana.yml file to 180000.)
반응형
'컴퓨터공학 기초 > 인프라' 카테고리의 다른 글
[Tomcat] war파일 없이 배포하기 (0) | 2021.01.02 |
---|---|
[Tomcat] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to initialize component [Connector[HTTP/1.1-8080] (0) | 2021.01.01 |
[인프라 도전기] ec2 에 배포하기 - 5부(외장톰캣 이용하여 배포하기) (0) | 2020.10.11 |
[인프라 도전기] ec2 에 배포하기 - 4부(tomcat9 설치하기) (0) | 2020.09.27 |
[인프라 도전기] ec2 에 배포하기 - 3부(spring boot내장톰캣 이용하기) (0) | 2020.09.21 |
댓글