Forum Discussion
Bob
Oct 11, 2024Copper Contributor
Sentinel query KQL with variables
Hello! I need to use variables as parameters of functions in Sentinel Logs. I have: let t = "Syslog"; let name = "my-Sentinel"; let id = "abc123"; Well, if do this, it works fine: ...
Clive_Watson
Oct 14, 2024Bronze Contributor
You are correct when you say: ...the function workspace() doesent work with a variable