amplify-category-api icon indicating copy to clipboard operation
amplify-category-api copied to clipboard

There are any way to use OpenSearch Dashboards in mocked mode??

Open Phok7 opened this issue 1 year ago • 1 comments

Amplify CLI Version

12.12.2

Question

Hello.

I'm trying to install Opensearch Dashboards in my local PC for testing the @searchable directive. Amplify mock create a local OpenSearch instance version 1.3. I have create a docker container with the OpenSearch Dashboards image but when Docker try to connect with the OpenSearch service, allocated in localhost:9200 of the host, can't connect and if I configure OpenSearch Dashboards to connect with the host IP (192.168.1.16:9200) don't works. Any solution?

Thanks.

Phok7 avatar Jun 21 '24 07:06 Phok7