2025-04-01 10:38:02 +09:00

33 lines
752 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", "datasource", "database", "logs", "nosql", "traces"],
"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
}
}