Const IocTimeOptions
IocTimeOptions: object[] = [{title: 'Last One Hour',value: 'LastOneHour'},{title: 'Last 24 Hours',value: 'Last24Hours'},{title: 'Today',value: 'Today'},{title: 'Last 48 Hours',value: 'Last48Hours'},{title: 'Last 7 Days',value: 'Last7Days'},{title: 'Last 30 Days',value: 'Last30Days'},{title: 'This Month',value: 'ThisMonth'},{title: 'Last 2 Months',value: 'Last2Months'},{title: 'Last 3 Months',value: 'Last3Months'},{title: 'Custom Range',value: 'CustomRange'}]
Const TimeOptions
TimeOptions: object[] = [{title: 'Recent',value: 'Recent'},{title: 'Last 24 Hours',value: 'Last24Hours'},{title: 'Today',value: 'Today'},{title: 'Last 48 Hours',value: 'Last48Hours'},{title: 'Last 7 Days',value: 'Last7Days'},{title: 'Last 30 Days',value: 'Last30Days'},{title: 'This Month',value: 'ThisMonth'},{title: 'Last 2 Months',value: 'Last2Months'},{title: 'Last 3 Months',value: 'Last3Months'},{title: 'Last Year',value: 'LastYear'},{title: 'Custom Range',value: 'CustomRange'}]
Const fields
fields: object[] = [{fieldId: Dv2fieldsTypes.AgentLastOnline,type: 'datetime'},{fieldId: Dv2fieldsTypes.FileSHA1,type: 'string'},{fieldId: Dv2fieldsTypes.FileFullName,type: 'string'},{fieldId: Dv2fieldsTypes.SrcPort,type: 'numeric'},{fieldId: Dv2fieldsTypes.FileMD5,type: 'string'},{fieldId: Dv2fieldsTypes.DNSResponse,type: 'string'},{fieldId: Dv2fieldsTypes.FileSHA256,type: 'string'},{fieldId: Dv2fieldsTypes.ProcessStartTime,type: 'datetime'},{fieldId: Dv2fieldsTypes.NetworkMethod,type: 'string'},{fieldId: Dv2fieldsTypes.PID,type: 'numeric'},{fieldId: Dv2fieldsTypes.ParentProcessPID,type: 'numeric'},{fieldId: Dv2fieldsTypes.FileCreatedAt,type: 'datetime'},{fieldId: Dv2fieldsTypes.ProcessImageSha1Hash,type: 'string'},{fieldId: Dv2fieldsTypes.AgentName,type: 'string'},{fieldId: Dv2fieldsTypes.SrcIP,type: 'string'},{fieldId: Dv2fieldsTypes.DNSRequest,type: 'string'},{fieldId: Dv2fieldsTypes.ProcessImagePath,type: 'string'},{fieldId: Dv2fieldsTypes.ProcessCmd,type: 'string'},{fieldId: Dv2fieldsTypes.AgentOS,type: 'string'},{fieldId: Dv2fieldsTypes.AgentVersion,type: 'string'},{fieldId: Dv2fieldsTypes.NetworkUrl,type: 'string'},{fieldId: Dv2fieldsTypes.ProcessGroupId,type: 'string'},{fieldId: Dv2fieldsTypes.ProcessName,type: 'string'},{fieldId: Dv2fieldsTypes.FileModifyAt,type: 'datetime'},{fieldId: Dv2fieldsTypes.DstIP,type: 'string'},{fieldId: Dv2fieldsTypes.DstPort,type: 'numeric'}]