mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed default '@timestamp' time field for elasticsearch annotations, Fixes #1444
This commit is contained in:
parent
c9f06e1da1
commit
2de6f3434c
@ -68,7 +68,7 @@ function (angular, _, config, kbn, moment) {
|
|||||||
var titleField = annotation.titleField || 'desc';
|
var titleField = annotation.titleField || 'desc';
|
||||||
var textField = annotation.textField || null;
|
var textField = annotation.textField || null;
|
||||||
|
|
||||||
range[annotation.timeField]= {
|
range[timeField]= {
|
||||||
from: rangeUnparsed.from,
|
from: rangeUnparsed.from,
|
||||||
to: rangeUnparsed.to,
|
to: rangeUnparsed.to,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user