We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9aaa5a + 4084557 commit 908b2d1Copy full SHA for 908b2d1
public/app/plugins/datasource/elasticsearch/index_pattern.js
@@ -11,7 +11,7 @@ function (_, moment) {
11
}
12
13
IndexPattern.intervalMap = {
14
- "Hours": { startOf: 'hour', amount: 'hours'},
+ "Hourly": { startOf: 'hour', amount: 'hours'},
15
"Daily": { startOf: 'day', amount: 'days'},
16
"Weekly": { startOf: 'isoWeek', amount: 'weeks'},
17
"Monthly": { startOf: 'month', amount: 'months'},
0 commit comments