Forum Discussion

Luizao_f's avatar
Luizao_f
Brass Contributor
Aug 27, 2021

(KQL) calling a workspace() using a variable for cross-workspace query

Dear, I need/want to call a (cross) LogAnalytics workspace using a variable. Something like the following:   let work_id="xyz"; workspace(work_id).Syslog   I declare the workspace value in a var...