Can I change the default index "amazon_neptune" that connects Neptune to Opensearch

0

Is it possible to change the default index or have multiple indexes that we can use from gremlin, Example currently we use this : g.withSideEffect('Neptune#fts.endpoint','ENDPOTIN')

Is there an option that we can use such as: g.withSideEffect('Neptune#fts.index','neptune_index_2')

Or any other way to change the default "amazon_neptune" ?

asked a year ago444 views
1 Answer
1
Accepted Answer

At present, the Elasticsearch (ES) or OpenSearch (OS) index name is required to be amazon_neptune. The Neptune FTS feature expects this index name for any FTS queries being sent to an ES/OS endpoint.

profile pictureAWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions