Commit 6b824f9d authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Merge branch 'dev' into 'master'

Actualiza config a nueva versión, fija log level

See merge request redmic-project/elastic/elasticsearch-exporter!6
parents b92bd1f7 f2497651
Loading
Loading
Loading
Loading
+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
+1 −1
Original line number Diff line number Diff line
version: '3.5'
version: '3.9'
+1 −1
Original line number Diff line number Diff line
version: '3.5'
version: '3.9'
+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: