123456789101112131415161718192021222324252627282930 |
- {
- "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
- }
- }
|