Fixed default '@timestamp' time field for elasticsearch annotations, Fixes #1444
This commit is contained in:
@@ -68,7 +68,7 @@ function (angular, _, config, kbn, moment) {
|
||||
var titleField = annotation.titleField || 'desc';
|
||||
var textField = annotation.textField || null;
|
||||
|
||||
range[annotation.timeField]= {
|
||||
range[timeField]= {
|
||||
from: rangeUnparsed.from,
|
||||
to: rangeUnparsed.to,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user