Enabling Orient Me indexing and retrieval for stand-alone Elasticsearch

Configure the Orient Me indexing and retrieval services for Elasticsearch in your HCL Connections™ deployment.

Procedure

  1. Make sure that you've configured Orient Me settings for SSL in Elasticsearch.
  2. Run the following commands to enable indexing and retrieval to work with Elasticsearch:
    helm upgrade orientme extractedFolder/microservices_connections/hybridcloud/helmbuilds/orientme-0.1.0-20190925-103231.tgz \
    --set <args_from_initial_install>,\
    orient-indexing-service.indexing.solr=false,\
    orient-indexing-service.indexing.elasticsearch=true,\
    orient-indexing-service.elasticsearch.host=standalone_es_host,\
    orient-indexing-service.elasticsearch.port=standalone_es_port,\
    orient-retrieval-service.retrieval.elasticsearch=true,\
    orient-retrieval-service.elasticsearch.host=standalone_es_host,\
    orient-retrieval-service.elasticsearch.port=standalone_es_port

What to do next

Validate the Orient Me configuration by following the steps in Verifying the Orient Me functions on Elasticsearch