| 12345678910111213141516171819202122232425 |
- {
- "type": "datasource",
- "name": "Elasticsearch",
- "id": "elasticsearch",
- "info": {
- "description": "Elasticsearch Data Source for Grafana",
- "author": {
- "name": "Grafana Project",
- "url": "http://grafana.org"
- },
- "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
- }
|