Elasticsearch – the river with jdbc (for mysql).
First of all you cannot block automapping, so: # elasticsearch.yml index.mapper.dynamic: true Pre-mapping of your river doesn’t resolve the problem. # part of the river configuration: “type_mapping”: { “mytype” : { “properties” : { “location” : { “type” : “geo_point” } } } Tip: If your node does not work after installation of the plugin […]