My sample GeoJSON file..
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"FIDindex": 6035
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-79.51092606323992,
48.344613038602226
],
[
-79.5331359417738,
48.330644012951296
],
[
-79.54767721776007,
48.34385594693975
],
[
-79.54098581498502,
48.34806594628507
],
[
-79.51092606323992,
48.344613038602226
]
]
]
}
},
{
"type": "Feature",
"properties": {
"FIDindex": 6036
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-79.49765416107279,
48.50665405729244
],
[
-79.50452010147922,
48.497367987214574
],
[
-79.52998110253995,
48.49616195107807
],
[
-79.51270010258166,
48.52528298266071
],
[
-79.49765416107279,
48.50665405729244
]
]
]
}
},
{
"type": "Feature",
"properties": {
"FIDindex": 6037
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-79.4937419793212,
49.08821604910215
],
[
-79.52318087215492,
49.02943208366772
],
[
-79.55202111684834,
49.03141796850029
],
[
-79.56778415808171,
49.056759963348156
],
[
-79.4937419793212,
49.08821604910215
]
],
[
[
-79.5365910174132,
49.04234909537448
],
[
-79.53981414365047,
49.04198099108133
],
[
-79.5416999721036,
49.04055804587344
],
[
-79.538320178897,
49.04091392507655
],
[
-79.5365910174132,
49.04234909537448
]
],
[
[
-79.53314181028657,
49.047972036859456
],
[
-79.54218399465174,
49.04691700341087
],
[
-79.54466192708877,
49.04621599583252
],
[
-79.53695381365907,
49.044765936954086
],
[
-79.53314181028657,
49.047972036859456
]
],
[
[
-79.52812883212242,
49.050876877000356
],
[
-79.53206385269057,
49.051771037330965
],
[
-79.5346651964943,
49.05115596741972
],
[
-79.5336059608879,
49.05080696502161
],
[
-79.52812883212242,
49.050876877000356
]
],
[
[
-79.5202589809016,
49.05320498871566
],
[
-79.52311796828306,
49.0535590070871
],
[
-79.5249519759151,
49.0516320071246
],
[
-79.52163902727364,
49.05194802154083
],
[
-79.5202589809016,
49.05320498871566
]
]
]
}
},
..... goes on like this ..
am trying to index this in Kibana..
It is a Shapefile .. which I converted to GeoJSON .. I dint upload it directly on Kibana because of the size limitation and also I have this GeoJSON size(7 MB) still takes forever to index it when uploaded as GeoJSON in Kibana maps directly.. Looking for a best way to load this GeoJSON on to kibana/elastic
How can this be done using Logstash / elastic ?