Loading deploy/.env +5 −2 Original line number Diff line number Diff line UI_PORT=9114 LOG_LEVEL=warn ES_PROTOCOL=http ES_USER=user ES_PASS=pass ES_HOST=es-1 ES_PORT=9200 ES_USERNAME=elasticsearch-exporter ES_PASSWORD=changeme ES_ALL=true ES_CLUSTER_SETTINGS=false ES_INDICES=true Loading deploy/docker-compose.dev.yml +1 −1 Original line number Diff line number Diff line version: '3.5' version: '3.9' deploy/docker-compose.prod.yml +1 −1 Original line number Diff line number Diff line version: '3.5' version: '3.9' deploy/docker-compose.tmpl.yml +5 −2 Original line number Diff line number Diff line version: '3.5' version: '3.9' services: elasticsearch-exporter: image: ${IMAGE_NAME:-quay.io/prometheuscommunity/elasticsearch-exporter}:${IMAGE_TAG:-latest} environment: ES_URI: ${ES_PROTOCOL}://${ES_USER}:${ES_PASS}@${ES_HOST}:${ES_PORT} WEB_LISTEN_ADDRESS: :${UI_PORT} LOG_LEVEL: ES_URI: ${ES_PROTOCOL}://${ES_HOST}:${ES_PORT} ES_USERNAME: ES_PASSWORD: ES_ALL: ES_CLUSTER_SETTINGS: ES_INDICES: Loading Loading
deploy/.env +5 −2 Original line number Diff line number Diff line UI_PORT=9114 LOG_LEVEL=warn ES_PROTOCOL=http ES_USER=user ES_PASS=pass ES_HOST=es-1 ES_PORT=9200 ES_USERNAME=elasticsearch-exporter ES_PASSWORD=changeme ES_ALL=true ES_CLUSTER_SETTINGS=false ES_INDICES=true Loading
deploy/docker-compose.dev.yml +1 −1 Original line number Diff line number Diff line version: '3.5' version: '3.9'
deploy/docker-compose.prod.yml +1 −1 Original line number Diff line number Diff line version: '3.5' version: '3.9'
deploy/docker-compose.tmpl.yml +5 −2 Original line number Diff line number Diff line version: '3.5' version: '3.9' services: elasticsearch-exporter: image: ${IMAGE_NAME:-quay.io/prometheuscommunity/elasticsearch-exporter}:${IMAGE_TAG:-latest} environment: ES_URI: ${ES_PROTOCOL}://${ES_USER}:${ES_PASS}@${ES_HOST}:${ES_PORT} WEB_LISTEN_ADDRESS: :${UI_PORT} LOG_LEVEL: ES_URI: ${ES_PROTOCOL}://${ES_HOST}:${ES_PORT} ES_USERNAME: ES_PASSWORD: ES_ALL: ES_CLUSTER_SETTINGS: ES_INDICES: Loading