IBM Operations Analytics - Log Analysis, Version 1.3.2

Log file annotations

The annotations that are defined by the log file index configurations are described here.

The following sections describe the fields that are defined in the index configuration file. These fields, or annotations, are displayed in the IBM® Operations Analytics - Log Analysis Search workspace, and can be used to filter or search the log records. Fields are extracted from the fields of a log record or collected from metadata around the log file. Each table gives the names of the fields (these names correspond to fields in the IBM Operations Analytics - Log Analysis Search workspace), descriptions of how the related annotations are made, and the index configuration attributes assigned to the fields.

Log record annotations

The following table lists the index configuration fields that relate to log record annotations. Each field corresponds to part of a SystemOut, SystemErr, or trace log record. The fields are listed in the order in which they appear in a log record.
Table 1. Log record index configuration fields
Field Description Attributes
timestamp The timestamp of the log record, which is located at the beginning of a line and delimited by brackets ([...]).
dataType: DATE 
retrievable: true 
retrieveByDefault: true 
sortable: true 
filterable: true 
searchable: true
threadID An eight-character alphanumeric (0-9, A-F) thread identifier, which is enclosed by single white space characters, that follow a timestamp.
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: false 
filterable: false 
searchable: true
shortname A sequence of characters that represents a short name, which is enclosed by single white space characters, that follow a thread identifier.
dataType: TEXT 
retrievable: true 
retrieveByDefault: false
sortable: false 
filterable: false 
searchable: false
severity A single-character event type code or severity code (A, C, D, E, F, I, O, R, W, Z, <, >, 1, 2, 3), enclosed by single white space characters, that follow a short name.
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: true 
filterable: true 
searchable: true
className If present, a sequence of characters that represents a fully qualified class name (for example, com.ibm.ws.webcontainer.servlet.ServletWrapper) that follows a severity or the string "class=".
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: false 
filterable: true 
searchable: true
methodName If present, a sequence of characters that represents a method name, which is enclosed by single white space characters, that follow a class name or the string "method=".
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: false 
filterable: false 
searchable: false
msgclassifier If present, a defined sequence of characters that ends with a colon (:) and that represents a message identifier (for example, WSVR0605W).
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: false 
filterable: true 
searchable: true
message If present, the text of the system, error, or trace message. This field is annotated only if a msgclassifier field is present.
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: false 
filterable: false
searchable: true
javaException If present, the Java exception names that fit the following pattern:

*.*Exception

dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: false 
filterable: true 
searchable: true

Stack trace annotations

The following table lists the index configuration fields that relate to log record stack trace annotations.
Table 2. Stack trace index configuration fields
Field Description Attributes
exceptionClassName The class name in the top stack trace entry.
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: false 
filterable: true 
searchable: true
exceptionMethodName The method name in the top stack trace entry.
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: false 
filterable: false
searchable: true
fileName The file name in the top stack trace entry.
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: false 
filterable: false 
searchable: true
lineNumber The line number in the top stack trace entry.
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: false 
filterable: false 
searchable: true
packageName The package name in the top stack trace entry.
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: false 
filterable: false 
searchable: true

Metadata annotations

The following table lists the index configuration fields that relate to metadata annotations.
Table 3. Metadata index configuration fields
Field Description Annotation attributes
application The application name populated by the service topology data source field.
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: false 
filterable: false 
searchable: true
hostname The host name populated by the service topology data source field.
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: true 
filterable: true 
searchable: true
logRecord The entire log record output by the splitter.
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: false 
filterable: false 
searchable: true
datasourceHostname The host name specified in the data source.
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: false 
filterable: true
searchable: true
middleware The middleware name populated by the service topology data source field.
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: false 
filterable: false 
searchable: true
service The service name populated by the service topology data source field.
dataType: TEXT 
retrievable: true 
retrieveByDefault: true 
sortable: false 
filterable: false 
searchable: true


Feedback