diff --git a/search-enterprise/latest/install/index.md b/search-enterprise/latest/install/index.md index 698e3746be..7ffafea138 100644 --- a/search-enterprise/latest/install/index.md +++ b/search-enterprise/latest/install/index.md @@ -264,6 +264,7 @@ By default, the Docker compose template deploys the Elasticsearch connector serv * `live-indexing-mediation` the service manages ActiveMQ messages from Alfresco Repository and Alfresco Transform Service * `live-indexing-content` the service indexes content in Search Enterprise * `live-indexing-metadata` the service indexes metadata in Search Enterprise +* `live-indexing-path` the service indexes path queries in Search Enterprise The `docker-compose.yml` file you generated includes: @@ -286,6 +287,12 @@ live-indexing-metadata: environment: SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200 SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616 + +live-indexing-path: + image: quay.io/alfresco/alfresco-elasticsearch-live-indexing-path:${LIVE_INDEXING_PATH_TAG} + environment: + SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200 + SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616 ``` Alternatively, you can use the all-in-one Docker image for the Elasticsearch connector named `alfresco-elasticsearch-live-indexing` that includes every service: