Merge pull request #3681 from byronmwong/master

Fix elasticsearch hourly indexes
This commit is contained in:
Torkel Ödegaard 2016-01-11 16:29:46 +01:00
commit 908b2d151f

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'},