Hi,
Im doing some test with elasticsearch and FME writer. I have a very simple workbench that reads (with directory reader) a folder with geojson files, read them with feature reader and dinamically writes to elasticsearch using the elasticsearch writer. The wb works pretty much ok on looping and sending all the jsons to elastic (on different types inside the same index), however it seems that the geometry field is lost when I write it to ES (although present in the geojson
"features" : [
{
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : t -0.8275947, 38.05902 ]
},
"properties" : {
"uwwCode" : "ES10030240001000E",
"uwwName" : "BENEJUZAR",
"uwwNUTS" : "ES521",
"fme_basename" : "EDAR_Q2011",
"SHAPE_GEOMETRY" : "shape_point"
}
},
Clues on this? Not sure if it is done with the dynamic writer but I cannot use this on kibana to map my results.