nixcfg/app/telemetry/config/grafana/provisioning/datasources/elastic.yaml

22 lines
447 B
YAML
Raw Normal View History

2022-02-17 14:06:09 +00:00
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"
includeFrozen: false
logLevelField: ''
logMessageField: ''
maxConcurrentShardRequests: 5
timeField: "@timestamp"
timeInterval: "5s"
readOnly: false