IBM Streams 4.3.0
IBM Streams audit log examples
Audit log entries contain information
about IBM®
Streams domains,
instances, users, operations, and operation objects. Detailed messages
can provide additional information.
Audit log format:
Timestamp* D[domain] I[instance] H[host] U[user] SUCCESS/FAILURE/NA SRC[operation-source] OBJ[operation-object] OP[operation-and-parameters] messageTimestamp* is the time that the IBM Streams component performs operations and auditing. It is not the time that the logging service and log4j write the message to the appender. This format is the same as the IBM Streams logging timestamp format, which is yyyy-MM-dd'T'HH:mm:ss.SSSZ.
The
following examples are streamtool startinstance command
operations. The first example contains a message that provides additional
information.
2015-01-16T13:30:53.869-0500 D[StreamsDomain] I[StreamsInstance] H[host1.ibm.com(192.0.2.0)] U[streamsadmin, streamsadmin] SUCCESS SRC[api] OBJ[com.ibm.streams.admin.internal.api.StreamsInstance] OP[start, authUser=streamsadmin@StreamsDomain listener=com.ibm.streams.cli.StartInstance@6b0cd689] CDISA3004W The StreamsInstance instance started with warnings for the following domain: StreamsDomain. The instance is operational. 2015-01-16T13:30:53.932-0500 D[StreamsDomain] I[StreamsInstance] H[host2.ibm.com(198.51.100.0)] U[streamsadmin, streamsadmin] SUCCESS(0) SRC[streamtool] OBJ[com.ibm.streams.cli.StartInstance] OP[startinstance, d=StreamsDomain zkconnect=host3:2181,host4:2181,host5:2181 i=StreamsInstance]