简体   繁体   English

如何将Azure日志分析数据导出到SQL数据库中?

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

We need the Log Analytics data in a SQL database for use in Tableau. 我们需要SQL数据库中的Log Analytics数据才能在Tableau中使用。 How can we do this? 我们应该怎么做?

Log files are saved in Azure Storage Account, if you read the following article I think that you solve your problem. 日志文件保存在Azure存储帐户中,如果您阅读以下文章,我认为您可以解决问题。

Connect to Azure Blob Storage (SQL Server Import and Export Wizard) 连接到Azure Blob存储(SQL Server导入和导出向导)

You can use log search feature to export log data to SQL database: 您可以使用日志搜索功能将日志数据导出到SQL数据库:

  1. Perform a Log Search from your log analytics workspace 从日志分析工作区执行日志搜索
  2. Create a runbook to import Log Search results to SQL Server 创建运行本以将日志搜索结果导入到SQL Server

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM