mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add tests for elastic search versioning in query builder and make es version 2 default
This commit is contained in:
@@ -13,7 +13,7 @@ function (angular, _, config) {
|
||||
|
||||
$scope.httpConfigPartialSrc = 'app/features/org/partials/datasourceHttpConfig.html';
|
||||
|
||||
var defaults = {name: '', type: 'graphite', url: '', access: 'proxy' };
|
||||
var defaults = {name: '', type: 'graphite', url: '', access: 'proxy', jsonData: {'elasticsearchVersion': 2} };
|
||||
|
||||
$scope.indexPatternTypes = [
|
||||
{name: 'No pattern', value: undefined},
|
||||
|
||||
Reference in New Issue
Block a user