-
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
Error importing a simple csv file on Data Visualizer #96425
Comments
Pinging @elastic/ml-ui (:ml) |
I was not able to reproduce this issue testing on 7.10.0, 7.12.1 and master |
Was there any further information associated with this? Since 7.8 there should have been an explanation associated with failures, for example like in the second screenshot in #62316. Even if it's too low-level for you to understand, that explanation would help us a lot to narrow down what went wrong. |
Thanks for the prompt answer folks. It doesn't give any further message. I don't think it's a network problem because it runs on a local network. I tried also to click on "Apply override settings" to decrease the record numbers but it didn't work either. |
In the browser's dev tools, can you please find the |
Fixed! I got: Failed to load resource: the server responded with a status of 413 (Request Entity Too Large) It was a NGINX problem! I had to increase client_max_body_size I got also the message below. I don't know if this is useful to you. Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution. |
ah ok, that's interesting. |
I think there isn't any response because server returns 413 http error. But I might be wrong. I don't know much how to debug on browser console or AJAX... I'm a server-side guy :) If you need access to this installation to analyse the problem, I can provide you an external access and password. |
It might be worth me taking a look, I'd just want to see if there is a response body, because if there is we should probably show it to the user to help them debug the problem. |
I will be glad to help. Contact me in private [email protected] because I can't provide the username/password here. |
Ok great, thank you for showing me the response. It isn't something we can use. |
I also had this error in Kubernetes. Added this annotation to the Kibana ingress:
|
Kibana version: 7.10.0
Elasticsearch version: 7.10.0
Server OS version: Debian 4.19.152-1
Browser version: Versão 88.0.4324.182 64 bits
Browser OS version: Ubuntu 18.04
Original install method (e.g. download page, yum, from source, etc.): from apt
**Describe the bug:Trying to import a simple file on Data Visualizer
resultado3.zip
**
Steps to reproduce:
Expected behavior:
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: