Adjust query timeout in Azure Data Explorer client tools/interfaces

Microsoft

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 (dcnsakthi_3-1653529104927.png) 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)

dcnsakthi_0-1653527010104.png

 

Kusto Explorer:

Navigate to tools menu (dcnsakthi_4-1653529422802.png) 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)

dcnsakthi_1-1653527371010.png

 

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)

dcnsakthi_2-1653528643160.png

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)

dcnsakthi_6-1653529965376.png

 

dcnsakthi_5-1653529905096.png

Request properties and ClientRequestProperties - Azure Data Explorer | Microsoft Docs

 

Hope this helps.

0 Replies