Red Hat Bugzilla – Bug 1360866
Unable to use logFilePrefix for response time filter on an EAP 6 Domain Mode and JON 3.3.x
Last modified: 2017-08-03 10:40:24 EDT
Description of problem: Although the rt filter works well in JON 3.3.5 with EAP 6 Domain, the logFilePrefix does not work. Setting the init-parms in standalone EAP[1] server works, but doing the same in domain[2] they are ignored and the defaults are used. [1] <subsystem xmlns="urn:rhq:rtfilter:1.0"> <init-param> <param-name> logDirectory </param-name> <param-value> /home/dsteigne/NotBackedUp/jboss-eap-6.4/standalone/log/rt </param-value> </init-param> <init-param> <param-name> logFilePrefix </param-name> <param-value> debbie_7080_ </param-value> </init-param> </subsystem> [2] <subsystem xmlns="urn:rhq:rtfilter:1.0"> <init-param> <param-name> logDirectory </param-name> <param-value> /home/dsteigne/NotBackedUp/jboss-eap-6.4/domain/log/rt </param-value> </init-param> <init-param> <param-name> logFilePrefix </param-name> <param-value> debbie_7080_ </param-value> </init-param> </subsystem> Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Hi all, Any updates about this BZ? Does it need additional information? Thank you!
Triage: Larry, Simeon, Filip: based on previous comment it's not going to be simple fix. The fix would require re-architecture of rt filter or change on EAP side which is not doable in maintenance cycle. Closing as won't fix.