plugin.json 668 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "type": "datasource",
  3. "name": "Elasticsearch",
  4. "id": "elasticsearch",
  5. "category": "logging",
  6. "info": {
  7. "description": "Open source logging & analytics database",
  8. "author": {
  9. "name": "Grafana Labs",
  10. "url": "https://grafana.com"
  11. },
  12. "keywords": ["elasticsearch"],
  13. "logos": {
  14. "small": "img/elasticsearch.svg",
  15. "large": "img/elasticsearch.svg"
  16. },
  17. "links": [{ "name": "Learn more", "url": "https://grafana.com/docs/features/datasources/elasticsearch/" }]
  18. },
  19. "alerting": true,
  20. "annotations": true,
  21. "metrics": true,
  22. "logs": true,
  23. "backend": true,
  24. "queryOptions": {
  25. "minInterval": true
  26. }
  27. }