Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The Jetty request logs (NCSA format, typically) are currently configured for 90 day retention.
https://www.eclipse.org/jetty/documentation/current/configuring-jetty-request-logs.html
solr/server/etc/jetty-requestlog.xml This file is partially redundant with Solr's Log4j2 based logging, but it has unique information useful for diagnosing a security breach or for seeing which of the clients in your environment are talking with Solr. Let's dial this down to 7 days, or even less (3?).
BTW our Log4j2 logs are rotated by file size, not time.
Attachments
Issue Links
- is related to
-
SOLR-14138 Fix commented-out RequestLog in jetty.xml to use non-deprecated class
- Closed
-
SOLR-14142 Enable jetty's request log by default
- Closed