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

Adds note to legacy risk scoring docs #5209

Merged
merged 1 commit into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions docs/experimental-features/host-risk-score.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[[host-risk-score]]
== Host risk score

NOTE: This page refers to the original user and host risk score modules. If you have the original modules installed, and you're running {stack} version 8.11 or newer, you can <<upgrade-risk-engine, upgrade to the latest risk scoring engine>>.
For information about the latest risk engine, refer to <<entity-risk-scoring, Entity risk scoring>>.

NOTE: This feature is available for {stack} versions 7.16.0 and newer and requires a https://www.elastic.co/pricing[Platinum subscription] or higher.

The host risk score feature highlights risky hosts from within your environment. It utilizes a transform with a scripted metric aggregation to calculate host risk scores based on alerts that were generated within the past five days. The transform runs hourly to update the score as new alerts are generated.
Expand Down
3 changes: 3 additions & 0 deletions docs/experimental-features/user-risk-score.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[[user-risk-score]]
== User risk score

NOTE: This page refers to the original user and host risk score modules. If you have the original modules installed, and you're running {stack} version 8.11 or newer, you can <<upgrade-risk-engine, upgrade to the latest risk scoring engine>>.
For information about the latest risk engine, refer to <<entity-risk-scoring, Entity risk scoring>>.

NOTE: This feature is available for {stack} versions 8.3.0 and newer and requires a https://www.elastic.co/pricing[Platinum subscription] or higher.

The user risk score feature highlights risky usernames in your environment. It utilizes a transform with a scripted metric aggregation to calculate user risk scores based on alerts generated within the past 90 days. The transform runs hourly to update scores as new alerts are generated.
Expand Down