plugin.json 596 B

1234567891011121314151617181920212223242526272829
  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. "tables": true,
  11. "info": {
  12. "description": "Grafana Logging Data Source for Grafana",
  13. "author": {
  14. "name": "Grafana Project",
  15. "url": "https://grafana.com"
  16. },
  17. "logos": {
  18. "small": "img/grafana_icon.svg",
  19. "large": "img/grafana_icon.svg"
  20. },
  21. "links": [
  22. {
  23. "name": "Grafana Logging",
  24. "url": "https://grafana.com/"
  25. }
  26. ],
  27. "version": "5.3.0"
  28. }
  29. }