You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the documentation apply to all operating systems?
Yes
No; specify operating systems: ______
Summary
Provide a concise summary of your feature. What is the update, why does it matter, and to whom? What do 80% of target users need to know to be most easily productive using your runtime update?
Liberty Audit logs can now also be collected to OpenTelemetry using the mpTelemetry-2.0 feature, along with the audit-1.0 or audit-2.0 feature, in addition to Open Liberty runtime log sources (messages, traces, ffdcs) and application logs generated via java.util.logging (JUL).
Configuration
List any new or changed properties, parameters, elements, attributes, etc. Include default values and configuration examples where relevant:
To enable the MicroProfile Telemetry 2.0 feature to collect audit logs, add either the audit-1.0 or audit-2.0 feature and the new audit log source to the source attribute for the <mpTelemetry/> server configuration element, as stated in the following configuration to your server.xml:
<featureManager>
<feature>audit-1.0 or audit-2.0</feature>
<feature>mpTelemetry-2.0</feature>
</featureManager>
<mpTelemetry source="audit"/>
Different audit events that are captured and routed to OpenTelemetry are also configurable, by specifying the relevant audit events and outcomes in the auditFileHandler element, as follows:
Mention that the audit-1.0/audit-2.0 features are required in the server configuration, along with the audit source in the source list for the audit log events to be collected by OpenTelemetry.
Feature epic details
Operating systems
Does the documentation apply to all operating systems?
Summary
Provide a concise summary of your feature. What is the update, why does it matter, and to whom? What do 80% of target users need to know to be most easily productive using your runtime update?
Liberty Audit logs can now also be collected to OpenTelemetry using the mpTelemetry-2.0 feature, along with the
audit-1.0
oraudit-2.0
feature, in addition to Open Liberty runtime log sources (messages, traces, ffdcs) and application logs generated via java.util.logging (JUL).Configuration
List any new or changed properties, parameters, elements, attributes, etc. Include default values and configuration examples where relevant:
To enable the MicroProfile Telemetry 2.0 feature to collect audit logs, add either the
audit-1.0
oraudit-2.0
feature and the newaudit
log source to the source attribute for the<mpTelemetry/>
server configuration element, as stated in the following configuration to your server.xml:auditFileHandler
element, as follows:Updates to existing topics
Documentation to be updated: https://openliberty.io/docs/latest/reference/feature/mpTelemetry-2.0.html#logs
audit
log source:audit-1.0/audit-2.0
features are required in the server configuration, along with theaudit
source in the source list for the audit log events to be collected by OpenTelemetry.Documentation to be updated: https://openliberty.io/docs/latest/mptel-log-events-list.html
(Refer to Table A in Slide 12 and the tables in Appendix A (Slides 38 - 55) in the UFO: https://ibm.box.com/s/x5g1f0tl37w7ebujnuwzkn40r1snl0mx)
The text was updated successfully, but these errors were encountered: