Commit 40845578 by Byron

Fix elasticsearch hourly indexes

parent 8a2af9b8
...@@ -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