Gather Application Insights Logs
While troubleshooting some Nerdio Manager issues, support may request Application Insights logs.
To gather the Application Insights logs:
-
In the Azure portal, search for Applications Insights.
-
Select the resource named nmw-app-insights-xxxxxx.
-
On the blade on the left side, in the Monitoring section, select Logs.
-
When presented with the Getting Started window, close it.
-
When presented with the Presets window, close it.
-
Run the Exceptions query:
-
In the query editor, type exceptions | where timestamp > ago(10d) | order by timestamp.
-
Select Run.
-
When the query finishes, select Export > Export to CSV - all columns.
-
-
Run Traces query:
-
In the query editor, type traces | where timestamp > ago(10d) and severityLevel >= 3 | order by timestamp.
-
Select Run.
-
When the query finishes, select Export > Export to CSV - all columns.
-
-
Send the two CSV files as attachments in your reply to the ticket that requested the logs.