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

datasources:
  - name: DS_ELASTICSEARCH
    type: elasticsearch
    access: proxy
    url: http://localhost:9200
    password: ''
    user: ''
    database: apm-*
    basicAuth: false
    isDefault: true
    jsonData:
      esVersion: 7.10.0
      logLevelField: ''
      logMessageField: ''
      maxConcurrentShardRequests: 5
      timeField: "@timestamp"
    readOnly: false