Canvas: Default SQL statement produces error with sample data #53836
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Canvas
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:needs-research
This issue requires some research before it can be worked on or estimated
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Kibana version: master
Elasticsearch version:
Server OS version:
Browser version:
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.):
Describe the bug: Currently the default SQL query (
SELECT * FROM "kibana_sample_data_ecommerce"
) produces an error because the index contains error fields:This is also the case for the
logs
sample data.Steps to reproduce:
Expected behavior:
Getting started with sql in canvas isn't as seamless as it could be because of this. Maybe the default query should not
select *
but just the time field of the default index (which is very likely not an array field)?This is not a big issue, but it would make getting started with essql easier if the default query would work with the sample data sets.
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
The text was updated successfully, but these errors were encountered: