Forum Discussion
How we can upload MWG logs to MDCA for cloud discovery via Cloud API
- Feb 15, 2022
Yes, you can do this using the cloud discovery API for uploading logs: https://docs.microsoft.com/en-us/defender-cloud-apps/api-discovery The source format you will need is likely MCAFEE_SWG or MCAFEE_SWG_SYSLOG.
The Send-MCASDiscoveryLog command of the PS module utilizes the API, if you want to see a PS example in addition to the curl examples in the documentation above: https://github.com/Microsoft/MCAS/blob/master/Functions/Send-MCASDiscoveryLog.ps1
Yes, you can do this using the cloud discovery API for uploading logs: https://docs.microsoft.com/en-us/defender-cloud-apps/api-discovery The source format you will need is likely MCAFEE_SWG or MCAFEE_SWG_SYSLOG.
The Send-MCASDiscoveryLog command of the PS module utilizes the API, if you want to see a PS example in addition to the curl examples in the documentation above: https://github.com/Microsoft/MCAS/blob/master/Functions/Send-MCASDiscoveryLog.ps1