Skip to content

Commit cbfc22a

Browse files
committed
automated release 2.23.0
1 parent 4b18010 commit cbfc22a

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

dist/plugin.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"type": "datasource",
3+
"name": "OpenSearch",
4+
"id": "grafana-opensearch-datasource",
5+
"category": "logging",
6+
"alerting": true,
7+
"annotations": true,
8+
"metrics": true,
9+
"logs": true,
10+
"backend": true,
11+
12+
"executable": "gpx_opensearch-datasource",
13+
"info": {
14+
"description": "Query OpenSearch to visualize logs or metrics.",
15+
"author": {
16+
"name": "Grafana Labs",
17+
"url": "https://grafana.com"
18+
},
19+
"keywords": ["datasource", "elasticsearch", "opensearch", "aws", "amazon", "cloud provider", "database", "logs", "nosql", "traces"],
20+
"logos": {
21+
"small": "img/logo.svg",
22+
"large": "img/logo.svg"
23+
},
24+
"links": [
25+
{
26+
"name": "Github",
27+
"url": "https://github.com/grafana/opensearch-datasource"
28+
}
29+
],
30+
"screenshots": [],
31+
"version": "2.23.0",
32+
"updated": "2025-02-05"
33+
},
34+
"dependencies": {
35+
"grafanaDependency": ">=9.0.0",
36+
"plugins": []
37+
},
38+
"queryOptions": {
39+
"minInterval": true
40+
}
41+
}

0 commit comments

Comments
 (0)