-
Notifications
You must be signed in to change notification settings - Fork 254
[DOCS] Adds Metrics AD configurations to OOTB jobs #1366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
b051676
[DOCS] Adds Metrics AD configurations to OOTB jobs.
szabosteve e00d935
[DOCS] Adds description of partition field.
szabosteve b4ecf26
[DOCS] Fixes index.asciidoc.
szabosteve db308b0
Update docs/en/stack/ml/anomaly-detection/ootb-ml-jobs-metrics-ui.asc…
szabosteve 81f92a9
[DOCS] Addresses feedback.
szabosteve b526381
[DOCS] Changes link and removes configuration info.
szabosteve File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
68 changes: 68 additions & 0 deletions
68
docs/en/stack/ml/anomaly-detection/ootb-ml-jobs-metrics-ui.asciidoc
This file contains hidden or 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,68 @@ | ||
| [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 | ||
| {kibana-ref}/xpack-infra.html[Metrics app] in {kib}. When you create one of | ||
| these jobs, you need to select a field that splits the data to establish | ||
szabosteve marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| separate baselines for the job. This is called a partion field. Each value of | ||
| the partition field is modeled individually which enables more independent | ||
| anomaly scoring. | ||
|
|
||
| When you select partition field for a job, take into account field cardinality; | ||
| the number of different values that the field contains. If the partition field | ||
| has more than 1000 distinct values per job, you are advised that there might be | ||
| high memory usage. | ||
|
|
||
| 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 via the Metrics UI. | ||
szabosteve marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * Models system memory usage. | ||
| * Detects unusual increases in memory usage across hosts. | ||
|
|
||
|
|
||
| hosts_network_in:: | ||
|
|
||
| * For network traffic via the Metrics UI. | ||
| * Models inbound network traffic. | ||
| * Detects unusually high inbound traffic across hosts. | ||
|
|
||
|
|
||
| hosts_network_out:: | ||
|
|
||
| * For network traffic via the Metrics UI. | ||
| * Models outbound network traffic. | ||
| * Detects unusually high outbound traffic across hosts. | ||
|
|
||
|
|
||
| k8s_memory_usage:: | ||
|
|
||
| * For memory usage via the Metrics UI. | ||
szabosteve marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * Models system memory usage. | ||
| * Detects unusual increases in memory usage across Kubernetes pods. | ||
|
|
||
|
|
||
| k8s_network_in:: | ||
|
|
||
| * For network traffic via the Metrics UI. | ||
| * Models inbound network traffic. | ||
| * Detects unusually high inbound traffic across Kubernetes pods. | ||
|
|
||
|
|
||
| k8s_network_out:: | ||
|
|
||
| * For network traffic via the Metrics UI. | ||
| * Models outbound network traffic. | ||
| * Detects unusually high outbound traffic across Kubernetes pods. | ||
|
|
||
|
|
||
| // end::metrics-jobs[] | ||
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.