Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb9f425

Browse files
authored
fix(docker-compose): index metrics name (#5022)
Signed-off-by: Yvonnick Esnault <[email protected]>
1 parent 790def0 commit bb9f425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ services:
8484
elasticsearch.api.http.url=http://cds-api:8081 \
8585
elasticsearch.name=cds-elasticsearch \
8686
elasticsearch.elasticsearch.indexEvents=cds-index-events \
87-
elasticsearch.elasticsearch.indexMetrics=cds-index-events \
87+
elasticsearch.elasticsearch.indexMetrics=cds-index-metrics \
8888
elasticsearch.elasticsearch.url=http://elasticsearch:9200 \
8989
ui.url=http://${HOSTNAME}:8080 \
9090
ui.api.http.url=http://cds-api:8081 \

0 commit comments

Comments
 (0)