Forum Discussion

nsakthi's avatar
nsakthi
Icon for Microsoft rankMicrosoft
May 26, 2022

Adjust query timeout in Azure Data Explorer client tools/interfaces

Azure Data Explorer allows you to execute KQL queries via multiple interfaces/tools. This post helps you to adjust the query timeout with a few universally used tools/interfaces. 

 

  • ADX Web UI
  • Kusto Explorer
  • REST API
  • SDK

 

ADX Web UI:

Navigate to setting icon () in the top right before the user display name.

(Please follow the instructions as shown in the below image to adjust the query timeout slider)

 

Kusto Explorer:

Navigate to tools menu () in the top menu bar next to View.

(Please follow the instructions as shown in the below image to adjust the query server timeout window)

 

REST API:

Provide a request servertimout property (properties/options) in REST API

(Please follow the instructions as shown in the below image to adjust the query server timeout period)

Request properties and ClientRequestProperties - Azure Data Explorer | Microsoft Docs

 

SDK:

Add ClientRequestProperties options for norequesttiomeout or servertimout  (properties) in client app.

(Please follow the instructions as shown in the below image to manage the query server timeout period)

 

Request properties and ClientRequestProperties - Azure Data Explorer | Microsoft Docs

 

Hope this helps.

No RepliesBe the first to reply

Resources