| 123456789101112131415161718192021222324252627 |
- {
- "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" }]
- },
- "alerting": true,
- "annotations": true,
- "metrics": true,
- "queryOptions": {
- "minInterval": true
- }
- }
|