Hi we want to setup summary data like 10 minutes summary, hourly summary and daily summary. Initially we want to build the 10 minutes summary on top of raw data, then hourly summary based on 10 minutes summary and so on. But one issue is that the hourly job never started and we can’t find anything through it’s status, the meta data are just nulls. Should the summary directly build on top of raw data? Or we should create the summary index manually?