Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.24 KB

File metadata and controls

37 lines (23 loc) · 1.24 KB

MonitoringAppWithSplunk

Sample C# MVC application used to demonstrate how is possible to monitore application using Splunk

Project

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. image

EventType

4 eventtypes were create: newuser, olduser, renamed, request

image

Dashboard Sample

Here is the dashboard sample used to demonstrate user usage and iteraction

image

Count - Total Requests

Count all Asp .Net requests logs

Request Time - Average (miliseconds)

Get average time in miliseconds to all requests

Count Page Rendering - New Users

Count amount of new users that are rendering the page

Count Page Rendering - Returning Users

Count amount of returning users that are rendering the page

Count Page Rendering - Renamed Users

Count amount of users that called renamed function

Status Code - Over time

Count requests by status code