Kusto 查询限制获取超时错误

Kusto Query limitation gets timeout error

我是 运行 我的 Azure 诊断中的 Kusto 查询,我在其中查询过去 1 周的日志,查询在 10 分钟后超时。有没有办法可以增加超时限制?如果是的话,有人可以指导我的步骤。我下载了 Kusto 资源管理器,但看不到任何连接 Azure 群集的简单方法。需要帮助,因为我如何从 Azure 门户内部增加此超时持续时间以进行查询我是 运行?

似乎 10 分钟是超时的最大值。

https://docs.microsoft.com/en-us/azure/azure-monitor/service-limits

查询API

Category Limit Comments
Maximum records returned in a single query 500,000
Maximum size of data returned ~104 MB (~100 MiB) The API returns up to 64 MB of compressed data, which translates to up to 100 MB of raw data.
Maximum query running time 10 minutes See Timeouts for details.
Maximum request rate 200 requests per 30 seconds per Azure AD user or client IP address See Log queries and language.

https://docs.microsoft.com/en-us/azure/azure-monitor/logs/api/timeouts

超时

Query execution times can vary widely based on:

  • The complexity of the query
  • The amount of data being analyzed
  • The load on the system at the time of the query
  • The load on the workspace at the time of the query

You may want to customize the timeout for the query.
The default timeout is 3 minutes, and the maximum timeout is 10 minutes.