Skip navigation.

Administration Console Online Help

PreviousNextvertical dots separating previous/next from contents/index/pdfContents

Domains: Configuration: Log Filters: Configuration

Configuration Options     Related Tasks     Related Topics

This page defines a log filter which modifies the set of messages that one or more servers send to a message destination, such as the domain log, standard out, server log file, or memory buffer of recent log events.

If you are creating a new filter, you must enter information on the Configuration page. Once you create a filter, you cannot change its name. Instead, you must create a new filter under a different name.

Configuration Options

Name Description
Name

An alpha-numeric value that identifies the filter.

This name attribute is for your identification purposes only.

After you have created a domain log filter, you cannot change its name. Instead, clone the filter and provide a new name for the clone.

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

Related Topics

 

Skip navigation bar   Back to Top