2022-02-17 14:06:09 +00:00
|
|
|
apiVersion: 1
|
|
|
|
|
|
|
|
datasources:
|
|
|
|
- name: DS_ELASTICSEARCH
|
|
|
|
type: elasticsearch
|
|
|
|
access: proxy
|
|
|
|
url: http://localhost:9200
|
2022-05-04 14:27:46 +00:00
|
|
|
password: '{{ key "secrets/telemetry/elastic_passwords/elastic" }}'
|
|
|
|
user: 'elastic'
|
|
|
|
database: metrics-*
|
2022-02-17 14:06:09 +00:00
|
|
|
basicAuth: false
|
|
|
|
isDefault: true
|
|
|
|
jsonData:
|
2022-05-04 14:27:46 +00:00
|
|
|
esVersion: "8.2.0"
|
2022-02-17 14:06:09 +00:00
|
|
|
includeFrozen: false
|
|
|
|
logLevelField: ''
|
|
|
|
logMessageField: ''
|
|
|
|
maxConcurrentShardRequests: 5
|
|
|
|
timeField: "@timestamp"
|
|
|
|
timeInterval: "5s"
|
|
|
|
readOnly: false
|