AzureStorageLogReader

Hits

It is a GUI Windows application (.Net 4.8) that allows to read and export the Azure Storage Log files. (Check the Website)

Version 1.4.0. Updates:

  1. Added new feature to choose log from containers “insights-logs-storagewrite” and “insights-logs-storagedelete”
  2. Added a form “Select Container” to display and choose from the above containers
  3. Added “Refresh” feature to open the “Select Container” form

image

image

image

image

Version 1.3.0.

Updates:

Compiled to run as a 64 bits Application to have more memory addressing space, preventing getting OOM exceptions when loading big logs.

New button to load log files from a folder recursively.

New filter option that allows custom filters:

Exampple:

Version 1.2.0.

Added support to read logs directly from an Event Hub.

Load from Event Hub:

Version 1.1.0.

This version supports the *.log extension (classic) and the JSON format (preview), more information about the new storage accounts logs here: https://docs.microsoft.com/en-us/azure/storage/blobs/monitor-blob-storage?tabs=azure-portal#creating-a-diagnostic-setting

Select Mode:

Now it is also possible to add a connection pane, connect to a SA using the Key or SAS, and load the logs directly from the selected storage account:

Load logs from SA:

Send logs to grid:

Version 1.0.0.

The application allows us to read log files appending the data to the table, using the Add Log files button, it is possible to choose multiple files.

Select files:

It is possible to choose which columns appear in the grid.

Choose columns:

And allows to Sort and Filter the grid.

Filter:

And export data to Excel format.