Log::Filter¶
Introduced : BIG-IP_v9.0
The filter interface enables you to create and modify filters which
are used to select messages for processing by a log publisher.
Methods¶
Method | Description | Introduced |
create | Creates a log filter. | BIG-IP_v11.3.0 |
delete_all_filters | Deletes all log filters. | BIG-IP_v11.3.0 |
delete_filter | Deletes the specified log filters. | BIG-IP_v11.3.0 |
get_description | Gets the descriptions for the specified log filters. | BIG-IP_v11.3.0 |
get_level | Gets the lowest severity level of a message that will be matched by the specified log filters. | BIG-IP_v11.3.0 |
get_list | Gets the list of log filters. | BIG-IP_v11.3.0 |
get_publisher | Gets the log publisher which will send out messages chosen by the specified log filters. | BIG-IP_v11.3.0 |
get_source | Gets the source of messages for the specified log filters. | BIG-IP_v11.3.0 |
get_version | Gets the version information for this interface. | BIG-IP_v11.3.0 |
set_description | Sets the description for the specified log filters. This is an arbitrary field which can be used for any purpose. | BIG-IP_v11.3.0 |
set_level | Gets the lowest severity level of a message that will be matched by the specified log filters. | BIG-IP_v11.3.0 |
set_publisher | Sets the log publisher which will send out messages chosen by the specified log filters. | BIG-IP_v11.3.0 |
set_source | Sets the source of messages for the specified filters. If no source is specified, all sources will be filtered. | BIG-IP_v11.3.0 |
Enumerations¶
Enumeration | Description |
Source | The source is used to determine the source of logs that will be filtered. |
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.