mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
31 lines
668 B
JSON
31 lines
668 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Elasticsearch",
|
|
"id": "elasticsearch",
|
|
"category": "logging",
|
|
|
|
"info": {
|
|
"description": "Open source logging & analytics database",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"keywords": ["elasticsearch"],
|
|
"logos": {
|
|
"small": "img/elasticsearch.svg",
|
|
"large": "img/elasticsearch.svg"
|
|
},
|
|
"links": [{ "name": "Learn more", "url": "https://grafana.com/docs/features/datasources/elasticsearch/" }]
|
|
},
|
|
|
|
"alerting": true,
|
|
"annotations": true,
|
|
"metrics": true,
|
|
"logs": true,
|
|
"backend": true,
|
|
|
|
"queryOptions": {
|
|
"minInterval": true
|
|
}
|
|
}
|