Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Handle Async Query Get API result in case of first request when resultIndex is not available. #2268

Closed
vmmusings opened this issue Oct 9, 2023 · 0 comments
Labels
bug Something isn't working Flint

Comments

@vmmusings
Copy link
Member

This is the first request and underlying job is still in progress.

GET {{baseUrl}}/_plugins/_async_query/00fdrfhu0ho5480m
Content-Type: application/json

{
"status": 404,
"error": {
"type": "IndexNotFoundException",
"reason": "There was internal problem at backend",
"details": "no such index [.query_execution_result]"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Flint
Projects
None yet
Development

No branches or pull requests

2 participants