Filter tables rows and hide and select columns

Click a column heading and use the following from the drop down list:

Control

Purpose

Sort.

Sort column in ascending or descending order.

Columns.

Pick the columns you want to view. Click a check box to display the column. Clear the check box to hide it.

Group by this field.

Group table into collapsible rows wherever the current column contains identical data ("field") values.

Filters.

  • Provide a keyword and use wildcards to view only rows that contain the keyword for the selected column or view.

    Most column and log view filters provide the following wildcard matching:

    • Match either zero characters or any one character ('?'). Example: 198.51.100.2? (Matches tokens with IP address ending with 2, or 20-29.)
    • Match either zero, any one, or many characters ('*'). Example: Stop* (Matches log strings containing Stop, Stopped, Stopping, and so on.)