This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Description
After running docker-compose up, I was able to log into Kabana UI at port 5601 of localhost, but I am having trouble accessing Elasticsearch in port 9200. The server log shows something like:
io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record
I've tried putting Username (elastic) and Password (copied from stdout) in the Authorization menu in Postman, but my GET or PUT requests still failed and the log shows the same error.