Administration Console Online Help

    Previous Next  Open TOC in new window 
Content starts here

SNMP Log Filters: Configuration

Configuration Options     Related Tasks     Related Topics

Use this page to specify criteria that cause the WebLogic SNMP agent to generate an SNMP log notification trap.

The agent generates traps only for the log messages that match the criteria on this page.

Configuration Options

Name Description
Name

The name of this log filter.

Each log filter within a domain must have a unique name.

The name displays in the Administration Console, and if you use WebLogic Server command-line utilities or APIs, you use this name to identify it.

After you have created a log filter, you cannot change its name. Instead, delete it and create a new one.

MBean Attribute:
SNMPLogFilterMBean.Name

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

Severity Level

The minimum severity of a message that causes WebLogic Server to generate a trap.

MBean Attribute:
SNMPLogFilterMBean.SeverityLevel

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

Subsystem Names

A list of subsystems whose messages are selected by this log filter. If none are specified, messages from all subsystems are selected.

MBean Attribute:
SNMPLogFilterMBean.SubsystemNames

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

User IDs

A list of user IDs that causes WebLogic Server to generate a trap.

Every message includes the user ID from the security context in which the message was generated.

If the user ID field for a message matches one of the user IDs you specify in the filter, WebLogic Server generates a trap.

If this log filter doesn't specify user IDs, WebLogic Server can generate a trap for messages from all user IDs.

MBean Attribute:
SNMPLogFilterMBean.UserIds

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

Message IDs

A list of message IDs or ID ranges that cause WebLogic Server to generate a trap.

If no IDs are specified, this filter selects all message IDs.

Example list: 20,50-100,300

MBean Attribute:
SNMPLogFilterMBean.MessageIds

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

Message Substring

A string that is searched for in the message text. Only messages that contain the string are selected. If a string is not specified, all messages are selected.

MBean Attribute:
SNMPLogFilterMBean.MessageSubstring

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

Enabled Servers

The list of target servers for trap generation. If no server is specified, no trap will be generated.

MBean Attribute:
SNMPLogFilterMBean.EnabledServers

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

Related Tasks

Related Topics


  Back to Top