-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Adds Metrics AD configurations to OOTB jobs (#1366)
- Loading branch information
1 parent
473cafd
commit 2bae700
Showing
3 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
docs/en/stack/ml/anomaly-detection/ootb-ml-jobs-metrics-ui.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
[role="xpack"] | ||
[[ootb-ml-jobs-metrics-ui]] | ||
= Metrics {anomaly-detect} configurations | ||
++++ | ||
<titleabbrev>Metrics</titleabbrev> | ||
++++ | ||
|
||
// tag::metrics-jobs[] | ||
These {anomaly-jobs} can be created in the | ||
{observability-guide}/analyze-metrics.html[Metrics app] in {kib}. | ||
|
||
The jobs below detect anomalous memory and network behavior on hosts and | ||
Kubernetes pods. For more details, see the {dfeed} and job definitions in the | ||
`metrics_ui_*` folders in | ||
https://github.com/elastic/kibana/tree/{branch}/x-pack/plugins/ml/server/models/data_recognizer/modules[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 accross 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. | ||
|
||
|
||
// end::metrics-jobs[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters