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

datasources:
  - name: DS_ELASTICSEARCH
    type: elasticsearch
    access: proxy
    url: http://elastic:9700
    password: ''
    user: ''
    database: metricbeat-*
    basicAuth: false
    isDefault: true
    jsonData:
      esVersion: 70
      logLevelField: ''
      logMessageField: ''
      maxConcurrentShardRequests: 5
      timeField: "@timestamp"
      timeInterval: 10s
    readOnly: false