Commit 908b2d15 by Torkel Ödegaard

Merge pull request #3681 from byronmwong/master

Fix elasticsearch hourly indexes
parents a9aaa5ad 40845578
...@@ -11,7 +11,7 @@ function (_, moment) { ...@@ -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'},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment