How to create an Elastic App Search Engine using an existing index (data from GraphDB Elastic Search Connector)

434 Views Asked by At

Title pretty much says it all.

At this moment we managed to successfully create a test connector using GraphDB Elastic Search connector. We want to use Elastic Search UI in our React.js project. For this we need to create an engine in Elastic App Search and import documents from our connector.

We currently have a index from GraphDB currently avaliable in Kibana index management section enter image description here

Like I said, our goal right now is to create a test engine using this index from GraphDB connector, but there's no way to import this data. enter image description here

1

There are 1 best solutions below

0
On

I don't think adding an existing index is an option. See this discussion on Elastic Forum https://discuss.elastic.co/t/can-you-hook-an-existing-elasticsearch-index-to-elastic-app-search/222508