I Have my application set up with azure app insights, and I am capturing the custom events from across the application, there are events that can be triggered from multiple pages. So I am wondering is there any way in azure dashboard I could segregate events by page ?
Eg- Download button can be triggered from Search page and also from Collections page
So is there any way I could have events from Search Page shown individually and same with collections page ?
I am new to azure app insights, help is appreciated.
my current custom events look like this
It is very hard to read the events on page basis.
Thank you.
there are events that can be triggered from multiple pages.So I am wondering is there any way in azure dashboard I could segregate events by page ?
I suggest you could choose specific event name and operation name in Filters to achieve your goal:
You could also segregate events in Application Insights Analytics.
So is there any way I could have events from Search Page shown individually and same with collections page ?
You could filter the events by selecting specific event name: