AWS M11: All Search Requests are Failing

All search requests are returning 500 errors for the AWS M11 environment. Below is an example request that is failing:

curl --location --request POST 'https://r3m11.preshiptesting.osdu.aws/api/search/v2/query' \
--header 'data-partition-id: osdu' \
--header 'Authorization: Bearer ...' \
--header 'Content-Type: application/json' \
--data-raw '{
    "kind": "osdu:wks:work-product-component--WellLog:*"
}'

Response:

{
    "code": 500,
    "reason": "Search error",
    "message": "Error processing search request"
}