- Machine Learning: other versions:
- Setup and security
- Getting started with machine learning
- Anomaly detection
- Overview
- Concepts
- Configure anomaly detection
- API quick reference
- Supplied configurations
- Function reference
- Examples
- Generating alerts for anomaly detection jobs
- Aggregating data for faster performance
- Customizing detectors with custom rules
- Detecting anomalous categories of data
- Detecting anomalous locations in geographic data
- Performing population analysis
- Altering data in your datafeed with runtime fields
- Adding custom URLs to machine learning results
- Handling delayed data
- Mapping anomalies by location
- Exporting and importing machine learning jobs
- Limitations
- Troubleshooting
- Data frame analytics
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Metrics anomaly detection configurations
editMetrics anomaly detection configurations
editThese anomaly detection jobs can be created in the Metrics app in Kibana.
The jobs below detect anomalous memory and network behavior on hosts and
Kubernetes pods. For more details, see the datafeed and job definitions in the
metrics_ui_*
folders in
GitHub.
- hosts_memory_usage
-
- For memory usage data about hosts in the Metrics app.
- Models system memory usage.
- Detects unusual increases in memory usage across hosts.
- hosts_network_in
-
- For network traffic across hosts in the Metrics app.
- Models inbound network traffic.
- Detects unusually high inbound traffic across hosts.
- hosts_network_out
-
- For network traffic across hosts in the Metrics app.
- Models outbound network traffic.
- Detects unusually high outbound traffic across hosts.
- k8s_memory_usage
-
- For memory usage data about Kubernetes pods in the Metrics app.
- Models system memory usage.
- Detects unusual increases in memory usage across Kubernetes pods.
- k8s_network_in
-
- For network traffic across Kubernetes pods in the Metrics app.
- Models inbound network traffic.
- Detects unusually high inbound traffic across Kubernetes pods.
- k8s_network_out
-
- For network traffic across Kubernetes pods in the Metrics app.
- Models outbound network traffic.
- Detects unusually high outbound traffic across Kubernetes pods.
Was this helpful?
Thank you for your feedback.