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

[Console Monaco migration] Add support for url param values with whitespaces #184927

Closed
yuliacech opened this issue Jun 6, 2024 · 1 comment · Fixed by #186479
Closed

[Console Monaco migration] Add support for url param values with whitespaces #184927

yuliacech opened this issue Jun 6, 2024 · 1 comment · Fixed by #186479
Assignees
Labels
Feature:Console Dev Tools Console Feature Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@yuliacech
Copy link
Contributor

The Monaco based editor is incorrectly parsing the url of the request when a url parameter has whitespaces in it. For example the request GET _search?q="rocky mountain" should work correctly.
The editor currently returns the following error

{
        "type": "query_shard_exception",
        "reason": """Failed to parse query ["rocky]""",
        "index_uuid": "fkj8LetvQbaZNlksv0okSw",
        "index": ".internal.alerts-ml.anomaly-detection-health.alerts-default-000001"
      },

@botelastic botelastic bot added the needs-team Issues missing a team label label Jun 6, 2024
@yuliacech yuliacech added Feature:Console Dev Tools Console Feature Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Jun 6, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-management (Team:Kibana Management)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Console Dev Tools Console Feature Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
2 participants