grafana/public/app/plugins/datasource/elasticsearch/plugin.json
wph95 8e7d23cdeb
wip
Signed-off-by: wph95 <wph657856467@gmail.com>
2018-03-23 23:50:16 +08:00

31 lines
627 B
JSON

{
"type": "datasource",
"name": "Elasticsearch",
"id": "elasticsearch",
"info": {
"description": "Elasticsearch Data Source for Grafana",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"keywords": ["elasticsearch"],
"logos": {
"small": "img/elasticsearch.svg",
"large": "img/elasticsearch.svg"
},
"links": [
{"name": "elastic.co", "url": "https://www.elastic.co/products/elasticsearch"}
],
"version": "5.0.0"
},
"alerting": true,
"annotations": true,
"metrics": true,
"queryOptions": {
"minInterval": true
}
}