Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Domain Log Filters

Column Display     Related Tasks     

A domain log filter specifies the messages a server sends to the domain log. A message must pass all criteria specified in the filter.

When one or more log filters are configured, this page displays key information about each of them. You can also use this page to create a new log filter.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Name

An alpha-numeric value that identifies the filter.

MBean Attribute:
LogFilterMBean.Name

Changes take effect after you redeploy the module or restart the server.

Filter Expression

The filter expression to be evaluated for qualifying log messages.

The filter expression is specified as a string in the query language. The query language supports Boolean operators: AND, OR, and NOT, and relational operators. You can use the following column names (message attributes) in a query to filter data going to a log destination: RECORDID, DATE, SEVERITY, SUBSYSTEM, MACHINE, SERVER, THREAD, USERID, TXID, CONTEXTID, TIMESTAMP, MSGID, and MESSAGE.

MBean Attribute:
LogFilterMBean.FilterExpression

Related Tasks


Back to Top