0

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

fvl
  • 121
  • 1
  • 2
  • 6

2 Answers2

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:

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