109 lines
2.7 KiB
JSON
109 lines
2.7 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
|
|
"autoEnabled": true,
|
|
"dependencies": {
|
|
"extensions": {
|
|
"exposedComponents": [
|
|
"grafana-adaptivelogs-app/temporary-exemptions/v1"
|
|
]
|
|
},
|
|
"grafanaDependency": "\u003e=11.3.0",
|
|
"plugins": []
|
|
},
|
|
"extensions": {
|
|
"addedLinks": [
|
|
{
|
|
"description": "Open current query in the Grafana Logs Drilldown view",
|
|
"targets": [
|
|
"grafana/dashboard/panel/menu",
|
|
"grafana/explore/toolbar/action"
|
|
],
|
|
"title": "Open in Grafana Logs Drilldown"
|
|
}
|
|
],
|
|
"exposedComponents": [
|
|
{
|
|
"description": "A button that opens a logs view in the Logs Drilldown app.",
|
|
"id": "grafana-lokiexplore-app/open-in-explore-logs-button/v1",
|
|
"title": "Open in Logs Drilldown button"
|
|
}
|
|
],
|
|
"extensionPoints": [
|
|
{
|
|
"id": "grafana-lokiexplore-app/investigation/v1"
|
|
},
|
|
{
|
|
"id": "grafana-lokiexplore-app/toolbar-open-related/v1",
|
|
"title": "Open related signals like metrics/traces/profiles"
|
|
}
|
|
]
|
|
},
|
|
"id": "grafana-lokiexplore-app",
|
|
"includes": [
|
|
{
|
|
"action": "datasources:explore",
|
|
"addToNav": true,
|
|
"defaultNav": true,
|
|
"name": "Grafana Logs Drilldown",
|
|
"path": "/a/grafana-lokiexplore-app/explore",
|
|
"type": "page"
|
|
}
|
|
],
|
|
"info": {
|
|
"author": {
|
|
"name": "Grafana"
|
|
},
|
|
"build": {
|
|
"time": 1743678867477,
|
|
"repo": "https://github.com/grafana/logs-drilldown",
|
|
"branch": "main",
|
|
"hash": "0c279fb9cfb3a309c2d55ae176ebbfc2e0a1d7c2",
|
|
"build": 2115
|
|
},
|
|
"description": "Visualize log volumes to easily detect anomalies or significant changes over time, without needing to compose LogQL queries.",
|
|
"keywords": [
|
|
"app",
|
|
"loki",
|
|
"explore",
|
|
"logs",
|
|
"drilldown",
|
|
"drill",
|
|
"down",
|
|
"drill-down"
|
|
],
|
|
"links": [
|
|
{
|
|
"name": "Github",
|
|
"url": "https://github.com/grafana/explore-logs"
|
|
},
|
|
{
|
|
"name": "Report bug",
|
|
"url": "https://github.com/grafana/explore-logs/issues/new"
|
|
}
|
|
],
|
|
"logos": {
|
|
"large": "img/logo.svg",
|
|
"small": "img/logo.svg"
|
|
},
|
|
"screenshots": [
|
|
{
|
|
"name": "patterns",
|
|
"path": "img/patterns.png"
|
|
},
|
|
{
|
|
"name": "fields",
|
|
"path": "img/fields.png"
|
|
},
|
|
{
|
|
"name": "table",
|
|
"path": "img/table.png"
|
|
}
|
|
],
|
|
"updated": "2025-04-03",
|
|
"version": "1.0.10"
|
|
},
|
|
"name": "Grafana Logs Drilldown",
|
|
"preload": true,
|
|
"roles": [],
|
|
"type": "app"
|
|
} |