Forum Discussion
j0ebeer
Jun 16, 2021Copper Contributor
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
Sort By
- PrashTechTalkBrass ContributorI use this.. a good starter https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/splunk-cheat-sheet
- GaryBusheyBronze Contributor