Skip to content

Commit 908b2d1

Browse files
committed
Merge pull request grafana#3681 from byronmwong/master
Fix elasticsearch hourly indexes
2 parents a9aaa5a + 4084557 commit 908b2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/plugins/datasource/elasticsearch/index_pattern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function (_, moment) {
1111
}
1212

1313
IndexPattern.intervalMap = {
14-
"Hours": { startOf: 'hour', amount: 'hours'},
14+
"Hourly": { startOf: 'hour', amount: 'hours'},
1515
"Daily": { startOf: 'day', amount: 'days'},
1616
"Weekly": { startOf: 'isoWeek', amount: 'weeks'},
1717
"Monthly": { startOf: 'month', amount: 'months'},

0 commit comments

Comments
 (0)