0

I am trying to find the equivalent of Splunk Query Language's lookup command in Kusto Query Language. Please help.

1 Answers1

1

the 2 languages are not equal, so you won't always find an equivalent for each operator in one language in the other language.

that said, have a look at the docs for the Kusto lookup operator

Yoni L.
  • 22,627
  • 2
  • 29
  • 48
  • I went through (https://learn.microsoft.com/en-us/azure/kusto/query/lookupoperator), but this is not what exactly I was looking for but it did give me a workaround scenario. I Will explore more. Thanks so much, @Yoni Leibowitz – Yatharth Dholakia Apr 02 '20 at 09:18