Skip to content

Commit

Permalink
automated release 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idastambuk committed May 10, 2024
1 parent 6e58218 commit 75eef35
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -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": ["elasticsearch", "opensearch", "aws", "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.15.0",
"updated": "2024-05-10"
},
"dependencies": {
"grafanaDependency": ">=9.0.0",
"plugins": []
},
"queryOptions": {
"minInterval": true
}
}

0 comments on commit 75eef35

Please sign in to comment.