Skip to content

Instantly share code, notes, and snippets.

@craigeddy
Created January 31, 2024 13:39
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 craigeddy/4c44a5441a93fec89674691c72ffe6de to your computer and use it in GitHub Desktop.
Save craigeddy/4c44a5441a93fec89674691c72ffe6de to your computer and use it in GitHub Desktop.
Query AppInsights Custom Event For a Custom Dimension
union isfuzzy=true customEvents
| where tostring(customDimensions.SubjectId) == "a1f9c74c-4cd4-4d56-9741-42042097634f"
| order by timestamp desc
| take 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment