We need the Log Analytics data in a SQL database for use in Tableau. How can we do this?
Asked
Active
Viewed 4,588 times
2 Answers
2
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)

Giorgos
- 352
- 1
- 10
0
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

Sven
- 16
-
Is that one time only? Or can you set it up to export it every x time? – fvl Sep 06 '18 at 13:55