Forum Discussion

abon13's avatar
abon13
Brass Contributor
Oct 12, 2022

mv-expand error on Security Alert

Hi,   I have below query which I am using to perform a URL search in Security Alert table. This query works fine as long as the search value is there in the given timeframe (the below query search ...
  • Clive_Watson's avatar
    Oct 12, 2022
    trying adding a column_ifexists

    ...
    | extend Url = column_ifexists("Url","")
    | mv-expand todynamic(Url)
    | where isnotempty(Url)
    | project TimeGenerated, SystemAlertId, AlertName, Url

Resources