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
It is able to get the suggested questions using query assist. However, after pressing generate button, the query failed to generate due to
{"error":{"reason":"System Error","details":"Error from remote service:
{\"message\":\"The security token included in the request is invalid.\"}",
"type":"OpenSearchStatusException"},"status":403}`
To Reproduce
Steps to reproduce the behavior:
Installed MDS DashboardsPlugin and queryEnhancements in /plugins folder and bootstrap in NeoDashboardsPlugin
Modify corresponding config yml files values and start up a MDS dashboard
Created data source connection and index pattern
Turned on query enhancement toggle
Go to discover
Screenshots
The text was updated successfully, but these errors were encountered:
The security token included in the request is invalid error message is kind of clear, how was the model setup and is the security token valid?
abbyhu2000
changed the title
[BUG][Discover-Next] Invalid security token error when using query assist with Neo dashboard
[BUG][Discover-Next] Invalid security token error when using query assist with MDS
Jun 27, 2024
Describe the bug
When testing MDS with discover:
It is able to get the suggested questions using query assist. However, after pressing generate button, the query failed to generate due to
To Reproduce
Steps to reproduce the behavior:
MDS DashboardsPlugin
andqueryEnhancements
in /plugins folder and bootstrap inNeoDashboardsPlugin
Screenshots
The text was updated successfully, but these errors were encountered: