Skip to content

Instantly share code, notes, and snippets.

@AlexKasaku
Created May 1, 2020 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexKasaku/4748cca767fa7da39d6792a96fecbc5c to your computer and use it in GitHub Desktop.
Save AlexKasaku/4748cca767fa7da39d6792a96fecbc5c to your computer and use it in GitHub Desktop.
Sitecore Application Insights queries
All non-INFO traces on the Content Management server:
traces
| where customDimensions.Role == "CM"
| where severityLevel > 1
| where timestamp between(datetime("2020-05-01 14:35:00") .. datetime("2020-05-01 14:45:00"))
| order by timestamp desc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment