From bfa53dbde0eedaccf3044d0d2fd42b12fff7dc76 Mon Sep 17 00:00:00 2001 From: Kevin Yu Date: Fri, 1 Nov 2024 21:07:09 +0000 Subject: [PATCH] automated release 2.21.1 --- dist/plugin.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..330cb059 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,41 @@ +{ + "type": "datasource", + "name": "OpenSearch", + "id": "grafana-opensearch-datasource", + "category": "logging", + "alerting": true, + "annotations": true, + "metrics": true, + "logs": true, + "backend": true, + + "executable": "gpx_opensearch-datasource", + "info": { + "description": "Query OpenSearch to visualize logs or metrics.", + "author": { + "name": "Grafana Labs", + "url": "https://grafana.com" + }, + "keywords": ["datasource", "elasticsearch", "opensearch", "aws", "amazon", "cloud provider", "database", "logs", "nosql", "traces"], + "logos": { + "small": "img/logo.svg", + "large": "img/logo.svg" + }, + "links": [ + { + "name": "Github", + "url": "https://github.com/grafana/opensearch-datasource" + } + ], + "screenshots": [], + "version": "2.21.1", + "updated": "2024-11-01" + }, + "dependencies": { + "grafanaDependency": ">=9.0.0", + "plugins": [] + }, + "queryOptions": { + "minInterval": true + } +}