How to export Azure log analytics data into an SQL database?

孤街浪徒 提交于 2020-05-17 07:25:07

问题


We need the Log Analytics data in a SQL database for use in Tableau. How can we do this?


回答1:


Log files are saved in Azure Storage Account, if you read the following article I think that you solve your problem.

Connect to Azure Blob Storage (SQL Server Import and Export Wizard)




回答2:


You can use log search feature to export log data to SQL database:

  1. Perform a Log Search from your log analytics workspace
  2. Create a runbook to import Log Search results to SQL Server


来源:https://stackoverflow.com/questions/52199059/how-to-export-azure-log-analytics-data-into-an-sql-database

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!