2022년/Error
elastic, kibana web not working
위지원
2022. 4. 15. 17:53
kibana고 elastic이고 ui 접근이 안됐다.
알고보니 localhost:9200이 아니라 https://localhost:9200으로 했어야했다.
Elasticsearch Received plaintext traffic on an encrypted channel, closing connection Netty4TcpChannel
I have just downloaded elasticsearch and run the elasticsearch.bat. So i didn't modify anything, but when i try to access localhost:9200 or 9300 is not working. Accordign to logs it started ok. [20...
stackoverflow.com