Access Log Filtering Criteria

A set of rules which together determine whether a log record should be logged or not.

Dependencies

The following objects have Access Log Filtering Criteria:

Properties

Use the --advanced option to access advanced properties.

Basic Properties

connection-client-address-equal-to

SynopsisFilters log records associated with connections which match at least one of the specified client host names or address masks.
DescriptionValid values include a host name, a fully qualified domain name, a domain name, an IP address, or a subnetwork with subnetwork mask.
Default ValueNone
Allowed ValuesAn IP address mask.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

connection-client-address-not-equal-to

SynopsisFilters log records associated with connections which do not match any of the specified client host names or address masks.
DescriptionValid values include a host name, a fully qualified domain name, a domain name, an IP address, or a subnetwork with subnetwork mask.
Default ValueNone
Allowed ValuesAn IP address mask.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

connection-port-equal-to

SynopsisFilters log records associated with connections to any of the specified listener port numbers.
Default ValueNone
Allowed ValuesAn integer. Lower limit: 1. Upper limit: 65535.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

connection-protocol-equal-to

SynopsisFilters log records associated with connections which match any of the specified protocols.
DescriptionTypical values include "ldap", "ldaps", or "jmx".
Default ValueNone
Allowed ValuesThe protocol name as reported in the access log.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

log-record-type

SynopsisFilters log records based on their type.
Default ValueNone
Allowed Values

abandon: Abandon operations

add: Add operations

bind: Bind operations

compare: Compare operations

connect: Client connections

delete: Delete operations

disconnect: Client disconnections

extended: Extended operations

modify: Modify operations

rename: Rename operations

search: Search operations

unbind: Unbind operations

Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

request-target-dn-equal-to

SynopsisFilters operation log records associated with operations which target entries matching at least one of the specified DN patterns.
DescriptionValid DN filters are strings composed of zero or more wildcards. A double wildcard ** replaces one or more RDN components (as in uid=dmiller,**,dc=example,dc=com). A simple wildcard * replaces either a whole RDN, or a whole type, or a value substring (as in uid=bj*,ou=people,dc=example,dc=com).
Default ValueNone
Allowed ValuesA string.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

request-target-dn-not-equal-to

SynopsisFilters operation log records associated with operations which target entries matching none of the specified DN patterns.
DescriptionValid DN filters are strings composed of zero or more wildcards. A double wildcard ** replaces one or more RDN components (as in uid=dmiller,**,dc=example,dc=com). A simple wildcard * replaces either a whole RDN, or a whole type, or a value substring (as in uid=bj*,ou=people,dc=example,dc=com).
Default ValueNone
Allowed ValuesA string.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

response-etime-greater-than

SynopsisFilters operation response log records associated with operations which took longer than the specified number of milli-seconds to complete.
DescriptionIt is recommended to only use this criteria in conjunction with the "combined" output mode of the access logger, since this filter criteria is only applied to response log messages.
Default ValueNone
Allowed ValuesAn integer. Lower limit: 0.
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

response-etime-less-than

SynopsisFilters operation response log records associated with operations which took less than the specified number of milli-seconds to complete.
DescriptionIt is recommended to only use this criteria in conjunction with the "combined" output mode of the access logger, since this filter criteria is only applied to response log messages.
Default ValueNone
Allowed ValuesAn integer. Lower limit: 0.
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

response-result-code-equal-to

SynopsisFilters operation response log records associated with operations which include any of the specified result codes.
DescriptionIt is recommended to only use this criteria in conjunction with the "combined" output mode of the access logger, since this filter criteria is only applied to response log messages.
Default ValueNone
Allowed ValuesAn integer. Lower limit: 0.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

response-result-code-not-equal-to

SynopsisFilters operation response log records associated with operations which do not include any of the specified result codes.
DescriptionIt is recommended to only use this criteria in conjunction with the "combined" output mode of the access logger, since this filter criteria is only applied to response log messages.
Default ValueNone
Allowed ValuesAn integer. Lower limit: 0.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

search-response-is-indexed

SynopsisFilters search operation response log records associated with searches which were either indexed or unindexed.
DescriptionIt is recommended to only use this criteria in conjunction with the "combined" output mode of the access logger, since this filter criteria is only applied to response log messages.
Default ValueNone
Allowed Valuestrue
false
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

search-response-nentries-greater-than

SynopsisFilters search operation response log records associated with searches which returned more than the specified number of entries.
DescriptionIt is recommended to only use this criteria in conjunction with the "combined" output mode of the access logger, since this filter criteria is only applied to response log messages.
Default ValueNone
Allowed ValuesAn integer. Lower limit: 0.
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

search-response-nentries-less-than

SynopsisFilters search operation response log records associated with searches which returned less than the specified number of entries.
DescriptionIt is recommended to only use this criteria in conjunction with the "combined" output mode of the access logger, since this filter criteria is only applied to response log messages.
Default ValueNone
Allowed ValuesAn integer. Lower limit: 0.
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

user-dn-equal-to

SynopsisFilters log records associated with users matching at least one of the specified DN patterns.
DescriptionValid DN filters are strings composed of zero or more wildcards. A double wildcard ** replaces one or more RDN components (as in uid=dmiller,**,dc=example,dc=com). A simple wildcard * replaces either a whole RDN, or a whole type, or a value substring (as in uid=bj*,ou=people,dc=example,dc=com).
Default ValueNone
Allowed ValuesA string.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

user-dn-not-equal-to

SynopsisFilters log records associated with users which do not match any of the specified DN patterns.
DescriptionValid DN filters are strings composed of zero or more wildcards. A double wildcard ** replaces one or more RDN components (as in uid=dmiller,**,dc=example,dc=com). A simple wildcard * replaces either a whole RDN, or a whole type, or a value substring (as in uid=bj*,ou=people,dc=example,dc=com).
Default ValueNone
Allowed ValuesA string.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

user-is-member-of

SynopsisFilters log records associated with users which are members of at least one of the specified groups.
Default ValueNone
Allowed ValuesA valid DN.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

user-is-not-member-of

SynopsisFilters log records associated with users which are not members of any of the specified groups.
Default ValueNone
Allowed ValuesA valid DN.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo