grafana/public/app/plugins/datasource/elasticsearch/plugin.json
Andreas Christou c1a46fdcb5
Elasticsearch: Decoupling from core (#115900)
* Complete decoupling of backend

- Replace usage of featuremgmt
- Copy simplejson
- Add standalone logic

* Complete frontend decoupling

- Fix imports
- Copy store and reducer logic

* Add required files for full decoupling

* Regen cue

* Prettier

* Remove unneeded script

* Jest fix

* Add jest config

* Lint

* Lit

* Prune suppresions
2026-01-14 12:54:21 +00:00

46 lines
1.1 KiB
JSON

{
"type": "datasource",
"name": "Elasticsearch",
"id": "elasticsearch",
"executable": "gpx_elasticsearch",
"category": "logging",
"info": {
"description": "Open source logging & analytics database",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["elasticsearch", "datasource", "database", "logs", "nosql", "traces"],
"logos": {
"small": "img/elasticsearch.svg",
"large": "img/elasticsearch.svg"
},
"links": [
{
"name": "Learn more",
"url": "https://grafana.com/docs/features/datasources/elasticsearch/"
},
{
"name": "Raise issue",
"url": "https://github.com/grafana/grafana/issues/new"
},
{
"name": "Documentation",
"url": "https://grafana.com/docs/grafana/latest/datasources/elasticsearch/"
}
],
"version": "%VERSION%"
},
"alerting": true,
"annotations": true,
"metrics": true,
"logs": true,
"backend": true,
"queryOptions": {
"minInterval": true
},
"dependencies": {
"grafanaDependency": ">=11.6.0",
"plugins": []
}
}