Fix elasticsearch hourly indexes

This commit is contained in:
Byron
2016-01-07 14:39:20 -08:00
parent 8a2af9b818
commit 40845578c6

View File

@@ -11,7 +11,7 @@ function (_, moment) {
}
IndexPattern.intervalMap = {
"Hours": { startOf: 'hour', amount: 'hours'},
"Hourly": { startOf: 'hour', amount: 'hours'},
"Daily": { startOf: 'day', amount: 'days'},
"Weekly": { startOf: 'isoWeek', amount: 'weeks'},
"Monthly": { startOf: 'month', amount: 'months'},