[JBoss JIRA] (WFLY-1013) Can't set attribute "suffix" on web access-log
by James Livingston (JIRA)
[ https://issues.jboss.org/browse/WFLY-1013?page=com.atlassian.jira.plugin.... ]
James Livingston reassigned WFLY-1013:
--------------------------------------
Assignee: James Livingston (was: Tomaz Cerar)
> Can't set attribute "suffix" on web access-log
> ----------------------------------------------
>
> Key: WFLY-1013
> URL: https://issues.jboss.org/browse/WFLY-1013
> Project: WildFly
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Web (Undertow)
> Environment: N/A
> Reporter: Ed Roberts
> Assignee: James Livingston
> Labels: logging, suffix, web
>
> In JBoss 5.x you used to be able to specify a suffix attribute value for the JBossWeb access log file, which would be appended to generated log file names.
> In JBoss 7.x you can only specify a prefix. For the logging handlers you can specify both a prefix and a suffix, which is inconsistent.
> Please add the suffix attribute to the access-log element within the parent virtual-server element of the web subsystem xml configuration.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (WFLY-3164) Create customized Audit Logger
by Kabir Khan (JIRA)
Kabir Khan created WFLY-3164:
--------------------------------
Summary: Create customized Audit Logger
Key: WFLY-3164
URL: https://issues.jboss.org/browse/WFLY-3164
Project: WildFly
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Domain Management
Reporter: Kabir Khan
Assignee: Brian Stansberry
Fix For: 9.0.0.CR1
Some users want to have a single line audit log formatter. I think it would be better to have the ability to add your own formatter from a module, something along the lines of:
{code}
<custom-formatter code="org.blah.MyCustomFormatter" module="org.blah/mymodule">
<property name="layout">...</property>
<property name="propB">...</property>
</custom-formatter>
{code}
We'd need an SPI, and a slight reworking of the audit log internals. In any case doing this will put us in a better position to provide the single line logger if this proposal is not acceptable to our users.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (WFLY-3163) EAP audit log should display the EAP version instead of the AS version
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-3163?page=com.atlassian.jira.plugin.... ]
Brian Stansberry reassigned WFLY-3163:
--------------------------------------
Assignee: Brian Stansberry (was: John Doyle)
> EAP audit log should display the EAP version instead of the AS version
> ----------------------------------------------------------------------
>
> Key: WFLY-3163
> URL: https://issues.jboss.org/browse/WFLY-3163
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Domain Management
> Affects Versions: 8.0.0.Final
> Reporter: Tom Fonteyne
> Assignee: Brian Stansberry
>
> EAP audit log should display the EAP version instead of the AS version
> Currently the audit log shows the AS version number instead of the EAP version. Example:
> Feb 13 07:55:43 efjkffglk000000719 syslogappname[553]: 2014-02-13 07:55:43 - {"type" : "core", "r/o" : false, "booting" : false, "version" : "7.3.0.Final-redhat-14", "user" : "$local", "domainUUID" : null, "access" : "NATIVE", "remote-address" : "10.10.10.250/10.10.10.250", "success" : true, "ops" : [{"address" : [{ "host" : "master" },{ "core-service" : "management" },{ "access" : "audit" },{ "logger" : "audit-log" }], "operation" : "write-attribute", "name" : "enabled", "value" : false, "operation-headers" : {"caller-type" : "user", "access-mechanism" : "NATIVE", "domain-uuid" : "fead80e4-690d-4bcf-af71-ecaf30f98381", "push-to-servers" : null}}]}
> "version" : "7.3.0.Final-redhat-14"
> This should show:
> "version" : "6.2.1.GA"
> There's a request that it show something like "6.2 CP01" but that is a patch file name, not a software version, and is unknown to the software.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (WFLY-3163) EAP audit log should display the EAP version instead of the AS version
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-3163?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-3163:
-----------------------------------
> EAP audit log should display the EAP version instead of the AS version
> ----------------------------------------------------------------------
>
> Key: WFLY-3163
> URL: https://issues.jboss.org/browse/WFLY-3163
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Domain Management
> Affects Versions: 8.0.0.Final
> Reporter: Tom Fonteyne
> Assignee: Brian Stansberry
>
> EAP audit log should display the EAP version instead of the AS version
> Currently the audit log shows the AS version number instead of the EAP version. Example:
> Feb 13 07:55:43 efjkffglk000000719 syslogappname[553]: 2014-02-13 07:55:43 - {"type" : "core", "r/o" : false, "booting" : false, "version" : "7.3.0.Final-redhat-14", "user" : "$local", "domainUUID" : null, "access" : "NATIVE", "remote-address" : "10.10.10.250/10.10.10.250", "success" : true, "ops" : [{"address" : [{ "host" : "master" },{ "core-service" : "management" },{ "access" : "audit" },{ "logger" : "audit-log" }], "operation" : "write-attribute", "name" : "enabled", "value" : false, "operation-headers" : {"caller-type" : "user", "access-mechanism" : "NATIVE", "domain-uuid" : "fead80e4-690d-4bcf-af71-ecaf30f98381", "push-to-servers" : null}}]}
> "version" : "7.3.0.Final-redhat-14"
> This should show:
> "version" : "6.2.1.GA"
> There's a request that it show something like "6.2 CP01" but that is a patch file name, not a software version, and is unknown to the software.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (WFLY-3163) EAP 6.2 audit log should display the EAP version instead of the AS version
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-3163?page=com.atlassian.jira.plugin.... ]
Brian Stansberry moved PRODMGT-721 to WFLY-3163:
------------------------------------------------
Project: WildFly (was: Product Management)
Key: WFLY-3163 (was: PRODMGT-721)
Issue Type: Bug (was: Feature Request)
Workflow: GIT Pull Request workflow (was: JBoss Platforms RFE Workflow v2)
Affects Version/s: 8.0.0.Final
(was: 6)
Component/s: Domain Management
(was: Enterprise Application Platform (EAP))
Security: Public
> EAP 6.2 audit log should display the EAP version instead of the AS version
> --------------------------------------------------------------------------
>
> Key: WFLY-3163
> URL: https://issues.jboss.org/browse/WFLY-3163
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Domain Management
> Affects Versions: 8.0.0.Final
> Reporter: Tom Fonteyne
> Assignee: John Doyle
>
> EAP audit log should display the EAP version instead of the AS version
> Currently the audit log shows the AS version number instead of the EAP version. Example:
> Feb 13 07:55:43 efjkffglk000000719 syslogappname[553]: 2014-02-13 07:55:43 - {"type" : "core", "r/o" : false, "booting" : false, "version" : "7.3.0.Final-redhat-14", "user" : "$local", "domainUUID" : null, "access" : "NATIVE", "remote-address" : "10.10.10.250/10.10.10.250", "success" : true, "ops" : [{"address" : [{ "host" : "master" },{ "core-service" : "management" },{ "access" : "audit" },{ "logger" : "audit-log" }], "operation" : "write-attribute", "name" : "enabled", "value" : false, "operation-headers" : {"caller-type" : "user", "access-mechanism" : "NATIVE", "domain-uuid" : "fead80e4-690d-4bcf-af71-ecaf30f98381", "push-to-servers" : null}}]}
> "version" : "7.3.0.Final-redhat-14"
> This should show:
> "version" : "6.2.1.GA"
> There's a request that it show something like "6.2 CP01" but that is a patch file name, not a software version, and is unknown to the software.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (WFLY-3163) EAP audit log should display the EAP version instead of the AS version
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-3163?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-3163:
-----------------------------------
Summary: EAP audit log should display the EAP version instead of the AS version (was: EAP 6.2 audit log should display the EAP version instead of the AS version)
> EAP audit log should display the EAP version instead of the AS version
> ----------------------------------------------------------------------
>
> Key: WFLY-3163
> URL: https://issues.jboss.org/browse/WFLY-3163
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Domain Management
> Affects Versions: 8.0.0.Final
> Reporter: Tom Fonteyne
> Assignee: John Doyle
>
> EAP audit log should display the EAP version instead of the AS version
> Currently the audit log shows the AS version number instead of the EAP version. Example:
> Feb 13 07:55:43 efjkffglk000000719 syslogappname[553]: 2014-02-13 07:55:43 - {"type" : "core", "r/o" : false, "booting" : false, "version" : "7.3.0.Final-redhat-14", "user" : "$local", "domainUUID" : null, "access" : "NATIVE", "remote-address" : "10.10.10.250/10.10.10.250", "success" : true, "ops" : [{"address" : [{ "host" : "master" },{ "core-service" : "management" },{ "access" : "audit" },{ "logger" : "audit-log" }], "operation" : "write-attribute", "name" : "enabled", "value" : false, "operation-headers" : {"caller-type" : "user", "access-mechanism" : "NATIVE", "domain-uuid" : "fead80e4-690d-4bcf-af71-ecaf30f98381", "push-to-servers" : null}}]}
> "version" : "7.3.0.Final-redhat-14"
> This should show:
> "version" : "6.2.1.GA"
> There's a request that it show something like "6.2 CP01" but that is a patch file name, not a software version, and is unknown to the software.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months