Description
This Jira is focus on refactor code for IndexedFileAggregatedLogsBlock and TFileAggregatedLogsBlock
- We have duplicate code in current implementation of IndexedFileAggregatedLogsBlock and TFileAggregatedLogsBlock which can be abstract into common methods.
- render method is too long in both of these class, we want to make it clear by abstracting some helper methods out.