mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix elasticsearch hourly indexes
This commit is contained in:
@@ -11,7 +11,7 @@ function (_, moment) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
IndexPattern.intervalMap = {
|
IndexPattern.intervalMap = {
|
||||||
"Hours": { startOf: 'hour', amount: 'hours'},
|
"Hourly": { startOf: 'hour', amount: 'hours'},
|
||||||
"Daily": { startOf: 'day', amount: 'days'},
|
"Daily": { startOf: 'day', amount: 'days'},
|
||||||
"Weekly": { startOf: 'isoWeek', amount: 'weeks'},
|
"Weekly": { startOf: 'isoWeek', amount: 'weeks'},
|
||||||
"Monthly": { startOf: 'month', amount: 'months'},
|
"Monthly": { startOf: 'month', amount: 'months'},
|
||||||
|
|||||||
Reference in New Issue
Block a user