grafana/public/app/plugins/datasource/elasticsearch/plugin.json
2016-03-07 14:31:17 +01:00

26 lines
547 B
JSON

{
"type": "datasource",
"name": "Elasticsearch",
"id": "elasticsearch",
"info": {
"description": "Elasticsearch Data Source for Grafana",
"author": {
"name": "Grafana Core",
"url": "http://grafana.org"
},
"keywords": ["elasticsearch"],
"logos": {
"small": "img/logo_large.png",
"large": "img/logo_large.png"
},
"links": [
{"name": "elastic.co", "url": "https://www.elastic.co/products/elasticsearch"}
],
"version": "3.0.0"
},
"annotations": true,
"metrics": true
}