Search code examples
azure-application-insightsazure-log-analyticsazure-monitoringazure-monitor-workbooks

Text truncated in Azure Monitor Workbook Table Columns


Im trying to write queries on Azure Workbook so that I can run queries on our logs, which would allow me to drill down and view exactly what the exception message is. While doing so, when I execute a KQL query, on the workbooks, the column values are truncated as shown in picture. I want to be able to see the full error stack in order to troubleshoot the issue. Now I can get the operation_Id from here and then run it in Log Analytics to view full details, but I would like to view everything I need on this single page within Azure WorkBook. Clicking on the column doesn't expand it.

enter image description here


Solution

  • You cannot expand a particular column when you execute a kql query on the workbooks.

    If you change the visualization to Text you will be able to see the complete stack error message as show in the below image

    enter image description here