PostGIS Spatial Data import in ElasticSearch

I am trying to import spatial data from postgres(POSTGIS extension) but facing issue while imporing spatial data.

I am able to import non spatial data from postgres to elasticsearch using logstash.

elastic search 6.5.4
os-windows 10 64 bit
postgres9.4
postgis2.3.2

Unless you share what the issues are, it's going to be hard to help :wink:

I am getting this exception:

Exception when executing JDBC query {:exception=>#<Sequel::DatabaseError: Java::OrgLogstash::MissingConverterException: Missing Converter handling for full class name=org.postgresql.util.PGobject, simple name=PGobject>}

try to execute the query in your database and check whether data is obtained or not.

if you could provide input code, it will benefit you to get solution as soon as possible.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.