plugin.json 627 B

123456789101112131415161718192021222324252627282930
  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": "5.0.0"
  20. },
  21. "alerting": true,
  22. "annotations": true,
  23. "metrics": true,
  24. "queryOptions": {
  25. "minInterval": true
  26. }
  27. }