2015-02-28 01:25:13 -06:00
|
|
|
{
|
|
|
|
"pluginType": "datasource",
|
|
|
|
"name": "Elasticsearch",
|
|
|
|
|
|
|
|
"type": "elasticsearch",
|
|
|
|
"serviceName": "ElasticDatasource",
|
|
|
|
|
2015-09-15 06:23:36 -05:00
|
|
|
"module": "app/plugins/datasource/elasticsearch/datasource",
|
2015-02-28 01:25:13 -06:00
|
|
|
|
|
|
|
"partials": {
|
|
|
|
"config": "app/plugins/datasource/elasticsearch/partials/config.html",
|
2015-02-28 03:52:25 -06:00
|
|
|
"annotations": "app/plugins/datasource/elasticsearch/partials/annotations.editor.html"
|
2015-02-28 01:25:13 -06:00
|
|
|
},
|
|
|
|
|
2015-09-02 08:25:40 -05:00
|
|
|
"annotations": true,
|
|
|
|
"metrics": true
|
2015-02-28 01:25:13 -06:00
|
|
|
}
|