garage/script/telemetry/elastic/grafana/provisioning/datasources/elastic.yaml

20 lines
393 B
YAML
Raw Normal View History

apiVersion: 1
datasources:
- name: DS_ELASTICSEARCH
type: elasticsearch
access: proxy
2022-04-06 12:10:18 +00:00
url: http://localhost:9200
password: ''
user: ''
2022-04-06 12:10:18 +00:00
database: apm-*
basicAuth: false
isDefault: true
jsonData:
2022-04-06 12:10:18 +00:00
esVersion: 7.10.0
logLevelField: ''
logMessageField: ''
maxConcurrentShardRequests: 5
timeField: "@timestamp"
readOnly: false