Hi Team, how can I check 7 years old data that means the first ingestion was on 26 dec of 2016 I need total data size from starting date to Jun 30 2023. I have tried with following Query ,when I run that its showing some 1."DAG Execution Exception Error ":search has cancelled 2.search Auto-cancelled the Query which I have used index=wineventlog source=security command_type!="METER_ALERT" |eval size=len(_raw) | eval raw_len_KB= round(size/1024,3) | eval raw_len_MB = round(size/1024/1024,3) | eval raw_len_GB = round(size/1024/1024/1024,3) | table size,raw_len_KB,raw_len_MB ,raw_len_GB,index | stats count sum(size) as Bytes sum(raw_len_KB) as KB sum(raw_len_MB) as MB sum(raw_len_GB) as GB by index please help on this ? Thanks In Advance Bala
... View more