grafana/public/app/plugins/datasource/elasticsearch/plugin.json
2021-12-22 17:59:26 +01:00

31 lines
668 B
JSON

{
"type": "datasource",
"name": "Elasticsearch",
"id": "elasticsearch",
"category": "logging",
"info": {
"description": "Open source logging & analytics database",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["elasticsearch"],
"logos": {
"small": "img/elasticsearch.svg",
"large": "img/elasticsearch.svg"
},
"links": [{ "name": "Learn more", "url": "https://grafana.com/docs/features/datasources/elasticsearch/" }]
},
"alerting": true,
"annotations": true,
"metrics": true,
"logs": true,
"backend": true,
"queryOptions": {
"minInterval": true
}
}