From 3806d415c3ab37b105672afa1467a4c636b73f62 Mon Sep 17 00:00:00 2001 From: Sven Grossmann Date: Thu, 25 Jul 2024 15:56:38 +0000 Subject: [PATCH] automated release 0.1.2 --- dist/plugin.json | 59 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 000000000..9bf955e52 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,59 @@ +{ + "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json", + "type": "app", + "name": "Explore Logs", + "id": "grafana-lokiexplore-app", + "autoEnabled": true, + "info": { + "keywords": ["app", "loki", "explore", "logs"], + "description": "Query-less exploration of log data stored in Loki", + "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": "0.1.2", + "updated": "2024-07-25", + "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": "Logs", + "path": "/a/grafana-lokiexplore-app/explore", + "action": "datasources:explore", + "addToNav": true, + "defaultNav": true + } + ], + "roles": [], + "dependencies": { + "grafanaDependency": ">=11.0.0", + "plugins": [] + } +}