Forum Discussion

MatRock345's avatar
MatRock345
Copper Contributor
Oct 10, 2021

Unable to decode base64 value - Kusto

Hi,   I need your assistance please. I have the following query: F5_CL | where TimeGenerated >= ago(3m) //change to required time | extend RawData=split(RawData, '##') //split all raw data to...