jenkinsci / jenkinsci/support-core-plugin

[JENKINS-21595] Include recent access logs

Open
#696 0 comments 0 reactions 0 assignees View on GitHub
component:support-core-plugin imported-jira-issue priority:major resolution:unresolved
Dominant language
Java
Stars
19
Forks
77
Avg merge
17h 53m
Merged PRs (30d)
3

Description

Since Jenkins bugs sometimes involve 404s or similar problems especially from AJAX requests, or performance issues caused by excessive REST API calls, it would be useful for a support bundle to include something like a web server's access log, probably just for the past 100 or so requests. Minimally it should display the request URI and the response status code.

(I am assuming it is possible to capture requests in an early servlet filter, as the Monitoring plugin does.)

---
Originally reported by jglick, imported from: Include recent access logs


  • status: Open
  • priority: Major
  • component(s): support-core-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 20251212-090250

Raw content of original issue

Since Jenkins bugs sometimes involve 404s or similar problems especially from AJAX requests, or performance issues caused by excessive REST API calls, it would be useful for a support bundle to include something like a web server's access log, probably just for the past 100 or so requests. Minimally it should display the request URI and the response status code.

(I am assuming it is possible to capture requests in an early servlet filter, as the Monitoring plugin does.)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.