Skip to content

Commit

Permalink
[DOCS-6980] Add live-indexing-path information (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveralfresco2018 authored Nov 16, 2023
1 parent d1be11f commit 5a8e371
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions search-enterprise/latest/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:
Expand Down

0 comments on commit 5a8e371

Please sign in to comment.