OpenSource/ElasticSearch
kibana 잘 안띄워 진다면? 확인해보면 좋다!
태하팍
2017. 8. 28. 16:55
반응형
로컬이 아닌 서버에 kibana를 다운 받고 run을 한 뒤!
웹브라우저로 접근을 하려는데..접근이 fail...
# Specifies the address to which the Kibana server will bind. IP addresses and host names are both valid values. # The default is 'localhost', which usually means remote machines will not be able to connect. # To allow connections from remote users, set this parameter to a non-loopback address. server.host: "0.0.0.0" |
원인은 server.host가 주석처리가 되어있었는데 default가 localhost라서..접근이 안되었던 것!!!
docker image와는 다른 default~!!
엄청나게 쉽게 될 줄 알았는데 삽질 함..-_-;;
다른분들은 금방 해결 되길 바라며..포스팅~촤촤촤! ㅎㅎ
반응형