Security::LogProfile::FilterKey

Introduced : BIG-IP_v11.3.0
Filter key - Specifies which criterion in the filters setting (list) requests must meet to be logged.

Members

Member

Value

Description

FILTER_KEY_UNKNOWN

0

Filter key is unknown (or is unsupported by iControl).

FILTER_KEY_REQUEST_TYPE

1

Request type: Specifies which kind of requests the system, or server, logs.

FILTER_KEY_PROTOCOL

2

Protocols: Specifies whether request logging is dependent on the protocol.

FILTER_KEY_RESPONSE_CODE

3

Response status codes: Specifies whether request logging is dependent on the response status code. Note: This filter setting applies only to requests that are not blocked by the system.

FILTER_KEY_HTTP_METHOD

4

HTTP methods: Specifies whether request logging is dependent on the HTTP method.

FILTER_KEY_SEARCH_ALL

5

Request containing string all: Specifies that the system logs all requests, regardless of string. This is the default among all request containing string settings. Note that only one of these settings can be selected per logging profile.

FILTER_KEY_SEARCH_IN_HEADERS

6

Request containing string search in headers: Specifies that the system logs only requests containing a specific string in headers.

FILTER_KEY_SEARCH_IN_POST_DATA

7

Request containing string search in post data: Specifies that the system logs only requests containing a specific string in post data.

FILTER_KEY_SEARCH_IN_QUERY_STRING

8

Request containing string search in query string: Specifies that the system logs only requests containing a specific string in query string.

FILTER_KEY_SEARCH_IN_REQUEST

9

Request containing string search in request: Specifies that the system logs only requests containing a specific string in request.

FILTER_KEY_SEARCH_IN_URI

10

Request containing string search in URI: Specifies that the system logs only requests containing a specific string in URI.


See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.