Azure Application Insights/Log Analytics: How am I supposed to join exceptions with requests and/or traces?
Azure Application Insights has a table called exceptions
. (In Log Analytics the same table is called AppExceptions
.)
How to find non distinct/duplicate messages in Azure Application Insights?
In my traces
table, I’ve got messages like so:
Application Insights – Render timechart with two queries
I’ve got a query that renders a timechart like so. However, how can I also plot on the same graph where customDimensions.["Is Successful"] == "True"
?
Application Insights KQL query – not in sub query
How can I return results of a query that aren’t in the results of another query? For example, I want to return the results that are returned from the first query and are not also in the second query:
App Insights Kusto time series chart with series for each severity over time
I have the following query: