mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(plugins): progress on plugin details page, # 4275
This commit is contained in:
BIN
public/app/plugins/datasource/elasticsearch/img/logo_large.png
Normal file
BIN
public/app/plugins/datasource/elasticsearch/img/logo_large.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
@@ -3,7 +3,23 @@
|
||||
"name": "Elasticsearch",
|
||||
"id": "elasticsearch",
|
||||
|
||||
"defaultMatchFormat": "lucene",
|
||||
"info": {
|
||||
"description": "Elasticsearch Data Source for Grafana",
|
||||
"author": {
|
||||
"name": "Grafana Core",
|
||||
"url": "http://grafana.org"
|
||||
},
|
||||
"keywords": ["elasticsearch"],
|
||||
"logos": {
|
||||
"small": "img/logo_large.png",
|
||||
"large": "img/logo_large.png"
|
||||
},
|
||||
"links": [
|
||||
{"name": "elastic.co", "url": "https://www.elastic.co/products/elasticsearch"}
|
||||
],
|
||||
"version": "3.0.0"
|
||||
},
|
||||
|
||||
"annotations": true,
|
||||
"metrics": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user