plugin.json 593 B

123456789101112131415161718192021222324252627
  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": [{ "name": "elastic.co", "url": "https://www.elastic.co/products/elasticsearch" }]
  17. },
  18. "alerting": true,
  19. "annotations": true,
  20. "metrics": true,
  21. "queryOptions": {
  22. "minInterval": true
  23. }
  24. }