amplify-category-api
amplify-category-api copied to clipboard
There are any way to use OpenSearch Dashboards in mocked mode??
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.