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
When run a command in DevTool, if the command don't have query parameter, it works fine. But when the command have a query parameter, it will got rejected with contains unrecognized parameter: [v?pretty]
To Reproduce
Steps to reproduce the behavior:
Go to 'Devtools'
input command GET _cat/tasks?v
click play icon
See error
Expected behavior
It's a valid command and should be execute it without any error
OpenSearch Version
3.0.0
Dashboards Version
3.0.0
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
OS: [e.g. iOS]
Browser and version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When run a command in DevTool, if the command don't have query parameter, it works fine. But when the command have a query parameter, it will got rejected with
contains unrecognized parameter: [v?pretty]
To Reproduce
Steps to reproduce the behavior:
GET _cat/tasks?v
Expected behavior
It's a valid command and should be execute it without any error
OpenSearch Version
3.0.0
Dashboards Version
3.0.0
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: