Forum Discussion
sanjaymahara_1984
May 17, 2019Copper Contributor
Is there a way to Stream Activity Logs to EventHub ?
Hi, I need to stream Azure Activity Logs to Event Hub programmatically via sdk but there seems to be no way to do that , or if there is REST API to do that , following the documentation page ht...
nikiest
Microsoft
Jun 26, 2019Documentation for configuring "log profiles" via REST, which is the current way to export Activity Logs via Eventhub, is here: https://docs.microsoft.com/en-us/rest/api/monitor/logprofiles
Is that sufficient for your needs?
sanjaymahara_1984
Jun 27, 2019Copper Contributor
nikiest thanks.