ngageoint / elasticgeo

ElasticGeo provides a GeoTools data store that allows geospatial features from an Elasticsearch index to be published via OGC services using GeoServer.
GNU General Public License v3.0
169 stars 86 forks source link

Opensearch support 2.X #127

Open BobakMariusz opened 9 months ago

BobakMariusz commented 9 months ago

Hello, I'm faicing problem with reading index from Opensearch

Caused by: org.elasticsearch.client.ResponseException: method [GET], host [https://*:443], URI [/opensearch_dashboards_sample_data_flights/_mapping/properties], status line [HTTP/1.1 400 Bad Request] {"error":"no handler found for uri [/opensearch_dashboards_sample_data_flights/_mapping/properties] and method [GET]"}

I suppose this could be related to different API Elasticsearch vs Opensearch.

Question is does exist posibility to extend this plugin by posibility to use Opensearch ?

elisa8rf commented 7 months ago

Here the same problem! Have you found a way to publish an opensearch index?