Using a primary filter

If you want to reduce the number of results in the session table to focus on relevant sessions, you can use the primary filter of the Session Manager based on text queries.

To run a text query for the primary filter:

  1. In the main menu of the Open Single Management Platform Console, go to the Application & Services → NGFW → Monitor section.
  2. Select the Session manager tab.
  3. Enter your query in the Customize query field in the upper part of the Session Manager workspace.
  4. Click the Run query button to the right of the query field.

The query is executed, and the results matching the query are displayed in the table of sessions.

For a list of parameters used in text queries for the primary filter and the corresponding columns in the session table, see the Session parameters in the table and in text queries for the primary filter article.

For information on using comparison operators, sorting, and logical operators, see the table below.

Comparison operators for primary filter text queries

Operator

Description

eq

Equal

neq

Not equal

gt

Greater than

geq

Greater than or equal

lt

Less than

leq

Less than or equal

in

In subnet

The subnet is specified using the a.a.a.a/b pattern.

nin

Not in subnet

The subnet is specified using the a.a.a.a/b pattern.

!

Negates the result of a logical operation. Goes before parentheses.

order by

Sorts sessions by the value of the specified parameter of a Kaspersky NGFW device or a group of devices within the specified limit on the number of sessions:

  • Descending (default; applies if the sorting order is not explicitly specified)
  • Ascending

Applied applied only at the end of the filter together with the name of the parameter that you want to use for sorting.

Boolean expressions are not allowed as the sorting parameter.

Boolean operators for primary filter text queries

Operation

Priority

Description

and

1

Logical AND (multiplication)

or

2

Logical OR (addition)

Special considerations involved in using operators in queries

Examples of text queries

Page top