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] SQL highlighting breaks for routes other than _sql #55198

Closed
jloleysens opened this issue Jan 17, 2020 · 2 comments · Fixed by #55200
Closed

[Console] SQL highlighting breaks for routes other than _sql #55198

jloleysens opened this issue Jan 17, 2020 · 2 comments · Fixed by #55200
Labels
bug Fixes for quality problems that affect the customer experience Feature:Console Dev Tools Console Feature Feature:Dev Tools Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@jloleysens
Copy link
Contributor

Kibana version:

Current master (9e07a427c7)

Describe the bug:

For routes like _sql/translate syntax highlighting is broken

Screenshots

Screenshot 2020-01-17 at 18 03 41

@jloleysens jloleysens added bug Fixes for quality problems that affect the customer experience Feature:Console Dev Tools Console Feature Feature:Dev Tools Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Jan 17, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

@jloleysens
Copy link
Contributor Author

Text version:

#Translate shows how we used a Elasticsearch nested query to join the products to the parent document
POST _sql/translate
{
  "query":"SELECT billing_last_name, billing_first_name, products.price, products.product_id FROM orders WHERE order_id=519894"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Console Dev Tools Console Feature Feature:Dev Tools Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants