Skip to content
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

Update ML page with anomaly detection jobs from Elastic integrations #3648

Merged
merged 17 commits into from
Aug 9, 2023
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/detections/machine-learning/machine-learning.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,19 @@ prior to the time they are enabled. After jobs are enabled, they continuously
analyze incoming data. When jobs are stopped and restarted within the two-week
time frame, previously analyzed data is not processed again.

[float]
susan-shu-c marked this conversation as resolved.
Show resolved Hide resolved
[[ml-integrations]]
=== Jobs in advanced analytics (UEBA) Elastic integrations
susan-shu-c marked this conversation as resolved.
Show resolved Hide resolved

{ml} jobs can also be installed via https://docs.elastic.co/integrations[Elastic integrations]. We currently have the following Advanced Analytics integrations for Security:
susan-shu-c marked this conversation as resolved.
Show resolved Hide resolved

* https://docs.elastic.co/integrations/ded[Data Exfiltration Detection]
* https://docs.elastic.co/integrations/dga[Domain Generation Algorithm Detection]
* https://docs.elastic.co/integrations/lmd[Lateral Movement Detection]
* https://docs.elastic.co/integrations/problemchild[Living off the Land Attack Detection]

Read more about the {ml} jobs enabled by these Integrations in the https://www.elastic.co/guide/en/security/current/prebuilt-ml-jobs.html#security-integrations-jobs[Prebuilt jobs page].
susan-shu-c marked this conversation as resolved.
Show resolved Hide resolved

[float]
[[view-anomalies]]
== View detected anomalies
Expand Down