Server Security Screen
You'll monitor the number of 401 and 429 errors, maintain a list of of IP address causing those errors.
Daily 400 Errors
Create a Time Shifted Graph widget.
Under Data:
- Set the field to All Lines.
- Add the query
response:401 OR response:403 request:*
- Leave Operation as Counts.
Set Duration to
Today vs Yesterday
.Set the Appearance label to
Access Forbidden/Permission Denied Requests (Daily)
.
Top IP Address
Create a Table Widget.
Under Data:
- Group by
clientip
. - Set the field to
All Lines
and add the queryresponse:401 OR response:403 request:*
. - Leave Operation as Counts.
- Group by
Set Duration to
Last 1 Day
.Data format can left at the defaults.
Under Appearance:
- Set the Table label to
Top Offending 401/403 IPs
. - Left Column Label to
Client IP
. - Right Column Label to
Request Counts
. - Turn on Display as a bar chart.
- Set the Table label to
Save your Screen. Give it the name Server Security and add the category, Web App Monitoring.
Was this page helpful?