plugin.json 577 B

12345678910111213141516171819202122232425262728
  1. {
  2. "type": "datasource",
  3. "name": "Grafana Logging",
  4. "id": "logging",
  5. "metrics": false,
  6. "alerting": false,
  7. "annotations": false,
  8. "logs": true,
  9. "explore": true,
  10. "info": {
  11. "description": "Grafana Logging Data Source for Grafana",
  12. "author": {
  13. "name": "Grafana Project",
  14. "url": "https://grafana.com"
  15. },
  16. "logos": {
  17. "small": "img/grafana_icon.svg",
  18. "large": "img/grafana_icon.svg"
  19. },
  20. "links": [
  21. {
  22. "name": "Grafana Logging",
  23. "url": "https://grafana.com/"
  24. }
  25. ],
  26. "version": "5.3.0"
  27. }
  28. }