plugin.json 557 B

12345678910111213141516171819202122232425
  1. {
  2. "type": "datasource",
  3. "name": "Elasticsearch",
  4. "id": "elasticsearch",
  5. "info": {
  6. "description": "Elasticsearch Data Source for Grafana",
  7. "author": {
  8. "name": "Grafana Project",
  9. "url": "https://grafana.com"
  10. },
  11. "keywords": ["elasticsearch"],
  12. "logos": {
  13. "small": "img/elasticsearch.svg",
  14. "large": "img/elasticsearch.svg"
  15. },
  16. "links": [
  17. {"name": "elastic.co", "url": "https://www.elastic.co/products/elasticsearch"}
  18. ],
  19. "version": "3.0.0"
  20. },
  21. "annotations": true,
  22. "metrics": true
  23. }