Bug 1011882
| Summary: | No possibility to set protocol for syslog-handler through CLI/Management API | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Ondrej Lukas <olukas> |
| Component: | Logging | Assignee: | James Perkins <jperkins> |
| Status: | CLOSED WONTFIX | QA Contact: | Nikoleta Hlavickova <nziakova> |
| Severity: | high | Docs Contact: | Russell Dickenson <rdickens> |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | brian.stansberry, jcacek, myarboro, pslavice |
| Target Milestone: | --- | ||
| Target Release: | EAP 6.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-16 17:07:01 UTC | Type: | Feature Request |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ondrej Lukas
2013-09-25 10:23:03 UTC
Is this a problem in the /core-service=management/access=audit resource tree as well, or just in subsystem=logging? Problem is only in subsystem=logging syslog-handler.
CLI commands and output:
/subsystem=logging/syslog-handler=syslog:add()
/subsystem=logging/syslog-handler=syslog:read-resource(recursive=true)
{
"outcome" => "success",
"result" => {
"app-name" => undefined,
"enabled" => true,
"facility" => "user-level",
"hostname" => undefined,
"level" => "ALL",
"port" => 514,
"server-address" => "localhost",
"syslog-format" => "RFC5424"
}
}
There is no attribute for protocol.
This will not be done for EAP 6, but I will target EAP 7 for this. The current way in EAP 6 will be to use the syslog handler as a custom-handler. |