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

[Maps] Increase geojson upload file size #49240

Closed
thomasneirynck opened this issue Oct 24, 2019 · 4 comments
Closed

[Maps] Increase geojson upload file size #49240

thomasneirynck opened this issue Oct 24, 2019 · 4 comments
Labels
[Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation release_note:enhancement

Comments

@thomasneirynck
Copy link
Contributor

The 50MB limit for GeoJson upload is small. Ensure GeoJSON can upload files of arbitrary size.

@thomasneirynck thomasneirynck added release_note:enhancement [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation labels Oct 24, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-gis (Team:Geo)

@thomasneirynck
Copy link
Contributor Author

Geojson upload posts the entire contents as a single payload containing all features to the Kibana-server. To upload larger files, consider uploading the contents in chunks.

@kindsun
Copy link
Contributor

kindsun commented Dec 3, 2019

@thomasneirynck It actually does split up the payload into multiple chunks, currently set by the constant: export const MAX_BYTES = 31457280;. Given the max size is 50 MB, the most you'll ever see is 2 chunks. The chunking generally works well, we just need to be able to clear old data once it's been indexed. Basically the 5th checkbox on this issue which has overlap with this one.

@nreese
Copy link
Contributor

nreese commented Apr 12, 2021

closed by #92620

@nreese nreese closed this as completed Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation release_note:enhancement
Projects
None yet
Development

No branches or pull requests

4 participants