grafana / helm-charts

Apache License 2.0
1.6k stars 2.24k forks source link

[grafana] esVersion setting not being used #1771

Open d3-ejohnson opened 2 years ago

d3-ejohnson commented 2 years ago

Trying to add an elasticsearch datasource with helm using this config but the esVersion is not getting set in grafana:

  datasources: 
    datasources.yaml:
      datasources:        
      - name: elasticsearch-graylog
        type: elasticsearch
        uid: elasticsearch-graylog
        access: server
        database: "graylog-*"
        url: http://graylog-elasticsearch:9200
        jsonData:
          timeField: "@timestamp"
          esVersion: 7.10.0
zanhsieh commented 2 years ago

@d3-ejohnson Did you try esVersion: "7.10.0" or esVersion: '7.10.0'? https://grafana.com/docs/grafana/latest/datasources/elasticsearch/