mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
26 lines
547 B
JSON
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
|
|
}
|