Forum Discussion
rpargman
Nov 19, 2020Copper Contributor
Export and Import Saved Queries and Functions from one Sentinel Workspace to Another
I have been getting so much value out of Azure Sentinel, custom log types, and custom functions to parse logs and make them easy to query in KQL (I have Sysmon, Suricata and Zeek among others). I've ...
- Nov 19, 2020
rpargman You need to use the Log Analytics REST API to get access to those. Take a look at: https://docs.microsoft.com/en-us/rest/api/loganalytics/savedsearches to get started
GaryBushey
Nov 19, 2020Bronze Contributor
rpargman You need to use the Log Analytics REST API to get access to those. Take a look at: https://docs.microsoft.com/en-us/rest/api/loganalytics/savedsearches to get started
- rpargmanNov 19, 2020Copper ContributorThank you! That Log Analytics API is amazing. I didn't realize that it could get the queries, too.
- Ofer_ShezafNov 30, 2020Microsoft
rpargman , GaryBushey : the powershell cmdlets might be an easier start than the API: create, remove, get
- rpargmanNov 30, 2020Copper ContributorOh thank you! I'll check those out, too. I appreciate the tip.