Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1360866

Summary: Unable to use logFilePrefix for response time filter on an EAP 6 Domain Mode and JON 3.3.x
Product: [JBoss] JBoss Operations Network Reporter: Amana <ajuricic>
Component: ConfigurationAssignee: Michael Burman <miburman>
Status: CLOSED WONTFIX QA Contact: Mike Foley <mfoley>
Severity: medium Docs Contact:
Priority: high    
Version: JON 3.3.5, JON 3.3.6CC: dsteigne, fbrychta, loleary, miburman
Target Milestone: ---Keywords: Triaged
Target Release: JON 3.3.9   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-03 14:40:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Amana 2016-07-27 16:42:50 UTC
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:

Comment 1 Amana 2016-08-01 13:39:21 UTC
Hi all,

Any updates about this BZ? Does it need additional information?

Thank you!

Comment 5 Filip Brychta 2017-08-03 14:40:24 UTC
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.