CLI Guide

Table Of Contents
log filter destroy
Removes a firmware log filter.
Contexts
All contexts.
Syntax
log filter destroy
[-f|--filter] filter
Arguments
Required arguments
[-f|--filter] filter ID of filter to delete.
Description
The filter is removed from the filter stack.
Use the log filter list command to display the filters configured on the system, and associated IDs of those filters.
Example
VPlexcli:/> log filter list
1. [Source='/var/log/VPlex/cli/events.log', Component='logserver', Message matches
'Test'] Destination='null' Consume='true'
2. Component='logserver' Destination='null' Consume='true'
3. [Threshold='>0'] Destination='null' Consume='true'
VPlexcli:/> log filter destroy 1
Filter removed.
See also
log filter create
log filter list
log filter list
Lists firmware log filters, in the order that they see events.
Contexts
All contexts.
216
Commands