You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
Clicking Run on some queries does nothing. The error is only visible in the browser console:
Detected an unhandled Promise rejection.
TypeError: Cannot read properties of undefined (reading 'values')
queryWorkbenchDashboards.chunk.1.js:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'values')
at queryWorkbenchDashbo…chunk.1.js:1:166079
at Array.map (<anonymous>)
at getQueryResultsForTable (queryWorkbenchDashbo…chunk.1.js:1:165473)
at queryWorkbenchDashbo…chunk.1.js:1:169268
More information can be found in the browser network:
{
"data": {
"ok": true,
"resp": "{\"error\":{\"reason\":\"There was internal problem at backend\",\"details\":\"WILDCARD fieldName types are currently not supported.\",\"type\":\"IllegalArgumentException\"},\"status\":500}"
}
}
or when querying by alias:
{
"data": {
"ok": true,
"resp": "{\"error\":{\"reason\":\"There was internal problem at backend\",\"details\":\"Index type [some_index_alias] does not exist\",\"type\":\"IllegalArgumentException\"},\"status\":500}"
}
}
How can one reproduce the bug?
Steps to reproduce the behavior:
Have an index with a wildcard field.
Write a SQL query that uses this field.
Click Run.
Nothing happens.
Check browser console and see error.
What is the expected behavior?
Errors should be visible to user.
What is your host/environment?
Google Chrome: 130.0.6723.92
OpenSearch+Dashboards+Plugins: 2.17.1 (also reproduced on 2.16.0)
Do you have any additional context?
When wildcard fields are expected to be supported?
Index aliases are not supported?
The text was updated successfully, but these errors were encountered:
What is the bug?
Clicking
Run
on some queries does nothing. The error is only visible in the browser console:More information can be found in the browser network:
or when querying by alias:
How can one reproduce the bug?
Steps to reproduce the behavior:
Run
.What is the expected behavior?
Errors should be visible to user.
What is your host/environment?
Do you have any additional context?
The text was updated successfully, but these errors were encountered: