Skip to content

Commit

Permalink
Add utc_time to list of timeFields so that it is dynamic (#35879)
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-huang authored May 1, 2019
1 parent e7e4388 commit 85b082b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/server/sample_data/data_sets/logs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function logsSpecProvider() {
id: 'logs',
dataPath: path.join(__dirname, './logs.json.gz'),
fields: fieldMappings,
timeFields: ['timestamp'],
timeFields: ['timestamp', 'utc_time'],
currentTimeMarker: '2018-08-01T00:00:00',
preserveDayOfWeekTimeOfDay: true,
}
Expand Down

0 comments on commit 85b082b

Please sign in to comment.