Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1360866 - Unable to use logFilePrefix for response time filter on an EAP 6 Domain Mode and JON 3.3.x
Unable to use logFilePrefix for response time filter on an EAP 6 Domain Mode ...
Status: CLOSED WONTFIX
Product: JBoss Operations Network
Classification: JBoss
Component: Configuration (Show other bugs)
JON 3.3.5,JON 3.3.6
Unspecified Unspecified
high Severity medium
: ---
: JON 3.3.9
Assigned To: Michael Burman
Mike Foley
: Triaged
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2016-07-27 12:42 EDT by Amana
Modified: 2017-08-03 10:40 EDT (History)
4 users (show)

See Also:
Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2017-08-03 10:40:24 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 2861851 None None None 2017-01-16 12:02 EST

  None (edit)
Description Amana 2016-07-27 12:42:50 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:
Comment 1 Amana 2016-08-01 09:39:21 EDT
Hi all,

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

Thank you!
Comment 5 Filip Brychta 2017-08-03 10:40:24 EDT
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.

Note You need to log in before you can comment on or make changes to this bug.