Forum Discussion

j0ebeer's avatar
j0ebeer
Copper Contributor
Jun 16, 2021

Translate Splunk query to Sentinel

Is there a good source/site to translate Splunk queries into Kusto/Sentinel?  I've managed to get the first part but it's the second part that is the challenge.  This is what I'm looking to translate:

 

| stats dc(id.resp_h) as "#Dest",dc(id.resp_p) as "#Port" by id.orig_h | sort "#Dest","#Port" desc

 

I've tried uncoder.io but it didn't translate, just say translate temporarily unavailable.

 

The search is counting the unique number of destinations a source tries to access.

Thanks, Joe

3 Replies

Resources