Sample C# MVC application used to demonstrate how is possible to monitore application using Splunk
This is a small C# project that log when a new or returning user render the page and also log when user call rename button.
4 eventtypes were create: newuser
, olduser
, renamed
, request
Here is the dashboard sample used to demonstrate user usage and iteraction
Count all Asp .Net requests logs
Get average time in miliseconds to all requests
Count amount of new users that are rendering the page
Count amount of returning users that are rendering the page
Count amount of users that called renamed function
Count requests by status code