monitors (search function)

Synopsis

Displays XpoLog Monitors details.

Syntax

monitors

Required Arguments

None

Optional Arguments

None

Description

The monitors function returns details information about the monitors in XpoLog, the result set includes Monitor Name, Monitor ID, Monitor's last execution time, Monitors State (OK = no alert was fired on the last execution / ALERT = alert was fired on the last execution), Monitor's Executions (number of executions), Monitor's Triggers (number of alerts fired by this monitor), Monitor's Tag (the apptags the monitor is associated too), Monitor's Risk (the risk level of this monitor).

Examples

Example 1:  

* | monitors 

Returns a table of all monitors.

Example 2:  

* | monitors | where MonitorState=ALERT

Returns a table of all monitors the at their last execution fired an alert.