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