aboutsummaryrefslogtreecommitdiff
path: root/app/telemetry/config/grafana/provisioning/datasources/elastic.yaml
blob: a41be6fa23a6f97616ac87822f4b6b43754761df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
apiVersion: 1

datasources:
  - name: DS_ELASTICSEARCH
    type: elasticsearch
    access: proxy
    url: http://localhost:9200
    password: '{{ key "secrets/telemetry/elastic_passwords/grafana" }}'
    user: 'grafana'
    database: apm-*
    basicAuth: false
    isDefault: true
    jsonData:
      esVersion: "7.10.0"
      includeFrozen: false
      logLevelField: ''
      logMessageField: ''
      maxConcurrentShardRequests: 5
      timeField: "@timestamp"
      timeInterval: "5s"
    readOnly: false