Skip to main content
A newer release of this product is available.

event filter show-summary

Contributors
Suggest changes

Display event filter summary

Availability: This command is available to cluster administrators at the advanced privilege level.

Description

The event filter show-summary command displays a summary of all the event filters. For more details, use the event filter show command.

Parameters

{ [-fields <fieldname>,…​]

If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

| [-instance ] }

If you specify the -instance parameter, the command displays detailed information about all fields.

[-filter-name <text>] - Filter Name (privilege: advanced)

Selects the event filters that match this parameter value.

[-rule-count <integer>] - Number of Rules (privilege: advanced)

Selects the event filters that match this parameter value.

[-system-defined {true|false}] - System-Defined Filter (privilege: advanced)

Selects the event filters that match this parameter value. System-defined filters are defined by the system and cannot be modified or deleted.

[-access-control-role <text>] - Access Control Role (privilege: advanced)

Selects the event filters that match this parameter value. The access control role indicates the user role that created the filter and is used to control access to the filter based on RBAC rules. For filters created by 'admin', the access control role is empty (indicated by '-').

Examples

The following example displays the event filter summary:

cluster-1::*> event filter show-summary
Filter Name         Rule Count  System-Defined Access Control Role
------------------  ----------  -------------- -------------------
default-trap-events
                    4           true           -
important-events    3           true           -
no-info-debug-events
                    2           true           -
test_filter         1           false          test_role
4 entries were displayed.