mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 16:57:14 -06:00
26 lines
557 B
JSON
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
|
|
}
|