Closed tarasowski closed 2 years ago
Right now running a backfiling operation. It seem like the data from Open Search Instance was wiped out. After backfiling I see some data returned from the endpoint. The question is now how is it possible to wipe out everything?
Hi @tarasowski thanks for raising this issue. I'm not sure what might've caused that but you might be able to find out from checking the cloudtrail logs for OpenSearch activity.
For more info: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-cloudtrailauditing.html
Following up on this issue. There is a note when deploying searchable models from the CLI:
Your instance type for OpenSearch is t2.small.elasticsearch, you may experience performance issues or data loss. Consider reconfiguring with the instructions here https://docs.amplify.aws/cli-legacy/graphql-transformer/searchable/
If your instance falls under this type, please follow the instructions to avoid data loss going forward. Otherwise, if you have changed the type, let us know and we will re-open this issue.
Before opening, please confirm:
JavaScript Framework
Not applicable
Amplify APIs
GraphQL API
Amplify Categories
api
Environment information
Describe the bug
Search returns an empty array of results. Prior to that the search was working without any issues. I haven't changed anything, it simply stopped working.
Expected behavior
Search should return an array of results. Now the items array is empty.
Reproduction steps
Code Snippet
Log output
aws-exports.js
No response
Manual configuration
No response
Additional configuration
No response
Mobile Device
No response
Mobile Operating System
No response
Mobile Browser
No response
Mobile Browser Version
No response
Additional information and screenshots
No response