问题
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:
- Perform a Log Search from your log analytics workspace
- 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