Created
January 31, 2024 13:39
-
-
Save craigeddy/4c44a5441a93fec89674691c72ffe6de to your computer and use it in GitHub Desktop.
Query AppInsights Custom Event For a Custom Dimension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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