The session viewer can be used to gather real-time information about user sessions that currently exist in Airlock Gateway.
Clicking on the will immediately terminate the selected session.
The session viewer can be used to gather real-time information about user sessions that currently exist in Airlock Gateway.
Clicking on the will immediately terminate the selected session.
If the query field is left empty, all existing sessions are returned. To execute the query either press Return or click the Search button.
There are two possible modes to enter queries: "Free text queries" and "Query language".
As long as the entered string does not contain '=' or '~', the query will be interpreted as free text. Every entered token will be searched for in all currently displayed columns. All sessions matching at least one token in one of those fields will be displayed.
For more specific queries, the internally used query language can be entered directly.
If the search value contains any of the following characters = ~ ( ) " whitespace
then it must be surrounded by doublequotes. Doublequotes within doublequotes must additionally be escaped with backslash.
Example: audittoken~"my \"escaped\" string"
Complex queries can be formed by using parentheses and the "and"/"or" operators to chain several conditions.
Operators | Meaning | Case sensitivity |
---|---|---|
= | Equality: Satisfied if search value and field value are exactly equal | Sensitive |
~ | Like: Satisfied if search value is a substring of the field value | Insensitive |
Columns can be enabled or disabled in the results table.
This will influence the result set when using a free text query!
Only the currently displayed columns are searched by free text queries. For example: If a query token was previously found in the "audit token" column and the "audit token" column gets turned off, that session will disappear from the results set. Inversely, by enabling new columns the result set may grow.
Sessions that satisfy the used query will be displayed.
The results can be sorted according to different fields by clicking on one of the table headers. A second click will toggle the sorting direction. The default sorting column is "idle time" (ascending).
Clicking on a row will open a window that shows all details about a single session.
A maximum of 50 sessions will be displayed. A hint will appear at the bottom of the page if there are more than 50 sessions matching the query. To see sessions that are currently not displayed, use a different sorting order or refine the query.
If no results appear, there may be several reasons. The query may be too restrictive or there may be no sessions at all (for example on a test system). If there was an error, a red warning is displayed.
The detail view of a session opens after a click on the session row in the results table. All available information about a session can be seen here.