Files
grafana/public/app/plugins/datasource/logging/plugin.json
2018-11-29 10:38:20 +01:00

30 lines
596 B
JSON

{
"type": "datasource",
"name": "Grafana Logging",
"id": "logging",
"metrics": false,
"alerting": false,
"annotations": false,
"logs": true,
"explore": true,
"tables": true,
"info": {
"description": "Grafana Logging Data Source for Grafana",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/grafana_icon.svg",
"large": "img/grafana_icon.svg"
},
"links": [
{
"name": "Grafana Logging",
"url": "https://grafana.com/"
}
],
"version": "5.3.0"
}
}