Skip to content

Commit

Permalink
fix(docker-compose): index metrics name (#5022)
Browse files Browse the repository at this point in the history
Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
  • Loading branch information
yesnault authored Feb 27, 2020
1 parent 790def0 commit bb9f425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ services:
elasticsearch.api.http.url=http://cds-api:8081 \
elasticsearch.name=cds-elasticsearch \
elasticsearch.elasticsearch.indexEvents=cds-index-events \
elasticsearch.elasticsearch.indexMetrics=cds-index-events \
elasticsearch.elasticsearch.indexMetrics=cds-index-metrics \
elasticsearch.elasticsearch.url=http://elasticsearch:9200 \
ui.url=http://${HOSTNAME}:8080 \
ui.api.http.url=http://cds-api:8081 \
Expand Down

0 comments on commit bb9f425

Please sign in to comment.