I have one workspace in Azure Cloud and in which I have lot's of Dashboard, savedSearches and Alerts in Log-Analytics
(OMS
). Now I want to copy everything into another workspace how can I do that?
One way that I know is I can export every dashboard from one workspace and import that into other workspace. But I have many dashboards and I want to copy that into multiple workspace. And also I want to copy all the alerts.
There is a REST API available I tried but failed to execute successfully. I've tried following two ways:
Using Postman
Problem : Authentication Failed with Azure serviceUsing Python Script
Problem : This python Script failed to access URL(403)
Please suggest me the best way. Thanks in advance.