mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
refactoring: elasticsearch raw doc size limit option PR, #8527
This commit is contained in:
@@ -62,7 +62,7 @@ describe('ElasticDatasource', function() {
|
||||
from: moment.utc([2015, 4, 30, 10]),
|
||||
to: moment.utc([2015, 5, 1, 10])
|
||||
},
|
||||
targets: [{ bucketAggs: [], metrics: [], query: 'escape\\:test' }]
|
||||
targets: [{ bucketAggs: [], metrics: [{type: 'raw_document'}], query: 'escape\\:test' }]
|
||||
});
|
||||
|
||||
ctx.$rootScope.$apply();
|
||||
|
||||
Reference in New Issue
Block a user