Logs Grep Filter

The Logs grep filter allows you to search for specific text patterns within your logs using standard grep syntax. This filter helps you quickly locate log entries that match your search criteria by specifying the text pattern, selecting an operator, and identifying the relevant label or variable to filter against.

To use grep filters, follow these steps.

Equals acts as contains while not equals acts as not contains in grep search.

log grep filter
  1. Type the grep string in the search box.

    1. Choose the comparison operator:

      =~

      Regex expression equal

      !~

      Regex expression not equal

      !=

      Not equal

      =

      Equal (default)

  2. Select the operator from the search box drop-down before typing the filter query in the logs search box.

  3. Type the name of label or any variable.