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

[ML] Uploading a file over 100MB via Kibana #61735

Closed
FlyingBurger opened this issue Mar 28, 2020 · 3 comments
Closed

[ML] Uploading a file over 100MB via Kibana #61735

FlyingBurger opened this issue Mar 28, 2020 · 3 comments
Labels
enhancement New value added to drive a business result Feature:File and Index Data Viz ML file and index data visualizer :ml

Comments

@FlyingBurger
Copy link

I am trying to upload a csv file over 100MB via Kibana page, it is failed, because it sets the permitted size to 100MB.
How can I change the permitted size greater than 100MB?

@nreese nreese added :ml enhancement New value added to drive a business result labels Mar 31, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@jgowdyelastic
Copy link
Member

It's not currently possible to upload a file greater than 100MB.
In version 7.7 we are introducing the ability to easily upload additional data to the same index using filebeat by auto-creating a filebeat config.
#58152

An alternative work around which you can do now is to spit the files into >100MB parts and upload each one to a similarly named index. e.g. my-data-1, my-data-2
With the first upload, create an index pattern called my-data-*, but then do not create an index pattern for any additional uploads.

@jgowdyelastic jgowdyelastic changed the title Uploading a file over 100MB via Kibana [ML] Uploading a file over 100MB via Kibana Apr 1, 2020
@peteharverson peteharverson added the Feature:File and Index Data Viz ML file and index data visualizer label Apr 6, 2020
@peteharverson
Copy link
Contributor

Closing, as in 7.8.0 functionality has been added for configuring the max file upload size up to a max of 1GB via a setting in the Advanced Settings page of kibana's management app - see #64427.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:File and Index Data Viz ML file and index data visualizer :ml
Projects
None yet
Development

No branches or pull requests

5 participants