Security event logging
Security events on a service integration bus are logged as audit or error records in the SystemOut.log file for the bus.
Note: 這個主題參照一或多個應用程式伺服器日誌檔。
此外,在分散式和 IBM® i 系統上,另外也建議您可以配置伺服器來使用「高效能可延伸記載 (HPEL)」日誌和追蹤基礎架構,而不使用 SystemOut.log、SystemErr.log, trace.log 及 activity.log 檔案。HPEL 與原生 z/OS® 記載機能也可以一起使用。如果您使用 HPEL,則可以從伺服器設定檔 bin 目錄,利用 LogViewer 指令行工具來存取您所有的日誌和追蹤資訊。請參閱有關利用 HPEL 疑難排解應用程式的資訊,以取得更多使用 HPEL 的相關資訊。
A security event is the outcome of an attempt by a connecting client
application to authenticate to a bus. There are two possible outcomes:
authentication success, and authentication failure. Success is logged
as an audit record, and failure as an error record. You can control
the type and number of audit and error records logged for a bus by
configuring a custom property for the bus, in the administrative console.
The property is a name-value pair called audit.bus.authentication that
can have one of the following three string values:
- all
- Audit every attempt to authenticate to the bus.
- failure
- Audit only failure to authenticate to the bus.
- none
- Do not audit any attempt to authenticate to the bus.