How to view more than 30000 items in Azure Log Analytics Workspace?

Jean Paul Luna [jean_paulluna] 21 Reputation points
2022-02-21T18:33:09.24+00:00

I know that there is a limit of 30,000 items for the results in the Log Analytics Workspace but is there a work around to get more than just 30000 results?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,849 questions
0 comments No comments
{count} votes

Accepted answer
  1. SwathiDhanwada-MSFT 17,881 Reputation points
    2022-02-22T17:28:49.433+00:00

    @Jean Paul Luna [jean_paulluna] Welcome to Microsoft Q & A Community Forum. I understand you are trying to retrieve more than 30,000 records from LA workspace which is max limit. I would suggest you to try querying your Azure monitor data using Azure Data Explorer.

    Traverse to https://dataexplorer.azure.com/ -> Click on Add Cluster -> Add link of LA workspace in the format https://ade.loganalytics.io/subscriptions/<subscription-id>/resourcegroups/<resource-group-name>/providers/microsoft.operationalinsights/workspaces/<workspace-name> -> Choose convenient Display Name -> Click Ok.

    After adding it , try querying the data using kusto query language which is same language that is used to query LA workspaces.

    Reference : https://learn.microsoft.com/en-us/azure/data-explorer/query-monitor-data

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Jean Paul Luna [jean_paulluna] 21 Reputation points
    2022-02-23T17:53:36.33+00:00

    @SwathiDhanwada-MSFT I just realized that our organization doesn't have any Azure Data Explorer Clusters configured. Thanks for pointing me to the right direction. I appreciate it!

    0 comments No comments

  2. JP Luna 21 Reputation points
    2022-03-04T22:00:50.83+00:00

    @SwathiDhanwada-MSFT Another question if I may. If I were to use logic apps to send me an automated email that contains a .csv file using the same query that I am now using, would the file attachment still only have a hard limit of 30,000 results? Thanks!