grafana/public/app/plugins/datasource/elasticsearch/plugin.json
2017-03-21 15:37:55 +01:00

26 lines
557 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": "3.0.0"
},
"annotations": true,
"metrics": true
}