Metrics anomaly detection configurations
These anomaly detection jobs can be created in the Infrastructure app in Kibana. For more information about their usage, refer to Inspect metric anomalies.
Detect anomalous memory and network behavior on hosts.
Name | Description | Job (JSON) | Datafeed |
---|---|---|---|
hosts_memory_usage | Identify unusual spikes in memory usage across hosts. | code | code |
hosts_network_in | Identify unusual spikes in inbound traffic across hosts. | code | code |
hosts_network_out | Identify unusual spikes in outbound traffic across hosts. | code | code |
Detect anomalous memory and network behavior on Kubernetes pods.
Name | Description | Job (JSON) | Datafeed |
---|---|---|---|
k8s_memory_usage | Identify unusual spikes in memory usage across Kubernetes pods. | code | code |
k8s_network_in | Identify unusual spikes in inbound traffic across Kubernetes pods. | code | code |
k8s_network_out | Identify unusual spikes in outbound traffic across Kubernetes pods. | code | code |