OpenSearch Dashboards server is not ready yet

The error is that opensearch is not running. Dashboards can’t see it. The way I figured it out is that you need an SSL connection for the docker. It didn’t work for me in containers. Had to do it manually.

But the solution is this:

  1. clone the github repository (dashboards)
  2. in the directory: yarn osd bootstrap
  3. in the directory: yarn start
2 Likes