-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Canvas] Timelion data source does not work on Cloud #25742
Comments
cc @elastic/kibana-qa |
I hit this same issue locally on Windows 2012 Server. We thought it was an issue with getting the self-signed certs to be trusted properly. I worked on it a couple of hours but never got it to work. Lee Drengenberg [9:37 AM] rashidkpc [9:39 AM] Lee Drengenberg [9:47 AM] rashidkpc [9:48 AM] Lee Drengenberg [9:49 AM] rashidkpc [9:50 AM] Lee Drengenberg [9:50 AM] rashidkpc [9:50 AM] Lee Drengenberg [9:51 AM] rashidkpc [9:52 AM] My error was slightly different but still about the certificate; |
@elastic/kibana-canvas , @alexbrasetvik has there been any movement on this issue? I think we need to look into this for the next patch... |
+1 here, I believe we need to backport a fix to 6.5.2. A new user to Cloud with no data in their cluster will be prompted to install sample data. If they choose eCommerce, and look at the Canvas workpad that is loaded, they'll see errors. We don't want this to be a new users experience with Canvas. I believe this is related to #26308 and #23092 as well. Can we get an update here? |
@elastic/kibana-canvas Is there any update on this? were we able to make a 6.5.3 backport? |
@alexfrancoeur I don't immediately see a work item associated with it, is this task assigned to someone yet @rashidkpc @w33ble @rayafratkina @clintandrewhall ? |
@w33ble I just tested using 6.6.0-SNAPSHOT on cloud -- it doesn't appear that #26809 fixed this cloud issue. I'm wondering: is is possible to have the |
How does the Timelion application work today? For the short term, it might be good to mimic what we're doing there. If we can't get a fix for this and backport to 6.6, I propose we either create a new workpad for the eCommerce sample data set or remove the workpad. I'd prefer not to go down that route but want to make sure new users to our stack no longer see this problem as part of their first experience. |
@legrego it looks like that would be a pretty easy change, it's just calling off to the timelion API. I don't know the implications of the session and whatnot on that API though, so it may require some new fetch helper or something too, or maybe not, I'm just not very familiar with that part.
As far as I understand all this, yes, that would solve the problem. |
If you're talking about the existing Kibana user session here, then I don't think there's anything special we need to do for this to work - rather than using the axios |
yes @w33ble !! |
Update by @LeeDr : We just verified the same issue on a new 6.5.0 Cloud instance of Kibana (not only upgrade).
Kibana version:
6.5
Original install method (e.g. download page, yum, from source, etc.):
Cloud install
Describe the bug:
On cloud instances that were upgraded to 6.5, timelion functions on Canvas don't work
Steps to reproduce:
-> error appears
Expected behavior:
Data is displayed
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: