IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Metricbeat
editMetricbeat
editThese anomaly detection job wizards appear in Kibana if you use the Metricbeat system module to monitor your servers. For more details, see the datafeed and job definitions in GitHub.
- high_mean_cpu_iowait_ecs
-
-
For Metricbeat data where
event.dataset
issystem.cpu
andsystem.filesystem
. -
Models CPU time spent in iowait (
partition_field_name
ishost.name
). -
Detects unusual increases in cpu time spent in iowait (using the
high_mean
function).
-
For Metricbeat data where
- max_disk_utilization_ecs
-
-
For Metricbeat data where
event.dataset
issystem.cpu
andsystem.filesystem
. -
Models disc utilization (
partition_field_name
ishost.name
). -
Detects unusual increases in disk utilization (using the
max
function).
-
For Metricbeat data where
- metricbeat_outages_ecs
-
-
For Metricbeat data where
event.dataset
issystem.cpu
andsystem.filesystem
. -
Models counts of Metricbeat documents
(
partition_field_name
isevent.dataset
). -
Detects unusual decreases in Metricbeat documents (using the
low_count
function).
-
For Metricbeat data where