I'm having some trouble uploading a GEOJson to my local elastic server.
curl -XPOST 'http://localhost:9200/geo/_doc' -d @earth-lands-1m.geo.json
The file is a GeometryCollection
with a lot of objects:
{"type":"GeometryCollection", "geometries": [ <polygon objects>] }
The file is 140M and this doesn't give any output, what am I doing wrong?