{
    "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
    "type": "app",
    "name": "Grafana Logs Drilldown",
    "id": "grafana-lokiexplore-app",
    "autoEnabled": true,
    "info": {
        "keywords": [
            "app",
            "loki",
            "explore",
            "logs",
            "drilldown",
            "drill",
            "down",
            "drill-down"
        ],
        "description": "Visualize log volumes to easily detect anomalies or significant changes over time, without needing to compose LogQL queries.",
        "author": {
            "name": "Grafana"
        },
        "logos": {
            "small": "img/logo.svg",
            "large": "img/logo.svg"
        },
        "screenshots": [
            {
                "name": "patterns",
                "path": "img/patterns.png"
            },
            {
                "name": "fields",
                "path": "img/fields.png"
            },
            {
                "name": "table",
                "path": "img/table.png"
            }
        ],
        "version": "2.0.3",
        "updated": "2026-04-09",
        "links": [
            {
                "name": "Github",
                "url": "https://github.com/grafana/explore-logs"
            },
            {
                "name": "Report bug",
                "url": "https://github.com/grafana/explore-logs/issues/new"
            }
        ]
    },
    "includes": [
        {
            "type": "page",
            "name": "Grafana Logs Drilldown",
            "path": "/a/grafana-lokiexplore-app/explore",
            "action": "datasources:explore",
            "addToNav": true,
            "defaultNav": true
        }
    ],
    "roles": [],
    "dependencies": {
        "grafanaDependency": ">=11.6.11 <12 || >=12.0.10 <12.1 || >=12.1.7 <12.2 || >=12.2.5",
        "plugins": [],
        "extensions": {
            "exposedComponents": [
                "grafana-adaptivelogs-app/temporary-exemptions/v1",
                "grafana-lokiexplore-app/embedded-logs-exploration/v1",
                "grafana/add-to-dashboard-form/v1",
                "grafana/query-library-context/v1",
                "grafana/alerting/create-alert-from-panel/v1"
            ]
        }
    },
    "preload": true,
    "languages": [
        "en-US"
    ],
    "extensions": {
        "addedComponents": [],
        "addedFunctions": [
            {
                "targets": [
                    "grafana-exploretraces-app/get-logs-drilldown-link/v1"
                ],
                "title": "Open Logs Drilldown",
                "description": "Returns url to logs drilldown app"
            }
        ],
        "addedLinks": [
            {
                "targets": [
                    "grafana/dashboard/panel/menu",
                    "grafana/explore/toolbar/action",
                    "grafana-metricsdrilldown-app/open-in-logs-drilldown/v1",
                    "grafana-assistant-app/navigateToDrilldown/v1"
                ],
                "title": "Open in Grafana Logs Drilldown",
                "description": "Open current query in the Grafana Logs Drilldown view"
            }
        ],
        "exposedComponents": [
            {
                "id": "grafana-lokiexplore-app/open-in-explore-logs-button/v1",
                "title": "Open in Logs Drilldown button",
                "description": "A button that opens a logs view in the Logs Drilldown app."
            },
            {
                "id": "grafana-lokiexplore-app/embedded-logs-exploration/v1",
                "title": "Embedded Logs Exploration",
                "description": "A component that renders a logs exploration view that can be embedded in other parts of Grafana."
            }
        ]
    },
    "buildMode": "production"
}