|
| 1 | +[role="xpack"] |
| 2 | +[[ootb-ml-jobs-metrics-ui]] |
| 3 | += Metrics {anomaly-detect} configurations |
| 4 | +++++ |
| 5 | +<titleabbrev>Metrics</titleabbrev> |
| 6 | +++++ |
| 7 | + |
| 8 | +// tag::metrics-jobs[] |
| 9 | +These {anomaly-jobs} can be created in the |
| 10 | +{observability-guide}/analyze-metrics.html[Metrics app] in {kib}. |
| 11 | + |
| 12 | +The jobs below detect anomalous memory and network behavior on hosts and |
| 13 | +Kubernetes pods. For more details, see the {dfeed} and job definitions in the |
| 14 | +`metrics_ui_*` folders in |
| 15 | +https://github.com/elastic/kibana/tree/{branch}/x-pack/plugins/ml/server/models/data_recognizer/modules[GitHub]. |
| 16 | + |
| 17 | + |
| 18 | +hosts_memory_usage:: |
| 19 | + |
| 20 | +* For memory usage data about hosts in the {metrics-app}. |
| 21 | +* Models system memory usage. |
| 22 | +* Detects unusual increases in memory usage across hosts. |
| 23 | + |
| 24 | + |
| 25 | +hosts_network_in:: |
| 26 | + |
| 27 | +* For network traffic across hosts in the {metrics-app}. |
| 28 | +* Models inbound network traffic. |
| 29 | +* Detects unusually high inbound traffic across hosts. |
| 30 | + |
| 31 | + |
| 32 | +hosts_network_out:: |
| 33 | + |
| 34 | +* For network traffic across hosts in the {metrics-app}. |
| 35 | +* Models outbound network traffic. |
| 36 | +* Detects unusually high outbound traffic across hosts. |
| 37 | + |
| 38 | + |
| 39 | +k8s_memory_usage:: |
| 40 | + |
| 41 | +* For memory usage data about Kubernetes pods in the {metrics-app}. |
| 42 | +* Models system memory usage. |
| 43 | +* Detects unusual increases in memory usage across Kubernetes pods. |
| 44 | + |
| 45 | + |
| 46 | +k8s_network_in:: |
| 47 | + |
| 48 | +* For network traffic accross Kubernetes pods in the {metrics-app}. |
| 49 | +* Models inbound network traffic. |
| 50 | +* Detects unusually high inbound traffic across Kubernetes pods. |
| 51 | + |
| 52 | + |
| 53 | +k8s_network_out:: |
| 54 | + |
| 55 | +* For network traffic across Kubernetes pods in the {metrics-app}. |
| 56 | +* Models outbound network traffic. |
| 57 | +* Detects unusually high outbound traffic across Kubernetes pods. |
| 58 | + |
| 59 | + |
| 60 | +// end::metrics-jobs[] |
0 commit comments