Hello All,
I'm trying to run a search_explain API request over my 8.4.2 instance, but I'm getting a 404 error page as a result. I confirmed both EndPoint and the Private key are valid because the request works just by switching to the simple /search API request.
Any idea why the search_explain is not working?
curl --location 'https://my-instance.ent.eastus2.azure.elastic-cloud.com/api/as/v1/engines/my-engine/search_explain' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer private-dp3XXXXXXXXXX7uvi7a' \
--data '{
"query": "My Search Criteria"
}'
Carlos.