Commit be05d3f7 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Omite variable inútil, corrige config de elastic

parent a0796fac
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ GF_PATHS_DATA=/var/lib/grafana
GF_PATHS_PROVISIONING=/etc/grafana/provisioning
GF_INSTALL_PLUGINS=grafana-clock-panel,grafana-piechart-panel
GF_SERVER_HTTP_PORT=3000
GF_SERVER_ROOT_URL=localhost
GF_SERVER_ENABLE_GZIP=true
GF_SECURITY_ADMIN_USER=admin
GF_SECURITY_ADMIN_PASSWORD=admin
+7 −4
Original line number Diff line number Diff line
@@ -27,9 +27,12 @@ datasources:
    basicAuthUser: ${ELASTICSEARCH_USER}
    secureJsonData:
      basicAuthPassword: ${ELASTICSEARCH_PASS}
    jsonData:
      timeInterval: 1m
      esVersion: 60
      timeField: '@timestamp'
      interval: Monthly
      logMessageField: log
      logLevelField: source
    version: 1
    editable: true
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ services:
      GF_PATHS_PROVISIONING:
      GF_INSTALL_PLUGINS:
      GF_SERVER_HTTP_PORT:
      GF_SERVER_ROOT_URL:
      GF_SERVER_ENABLE_GZIP:
      GF_SECURITY_ADMIN_USER:
      GF_SECURITY_ADMIN_PASSWORD: