-
Notifications
You must be signed in to change notification settings - Fork 425
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
[RFC] Risk Score Extensions - Stage 2 #2276
Open
rylnd
wants to merge
12
commits into
elastic:main
Choose a base branch
from
rylnd:risk_score_extension_stage_2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+72
−36
Open
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
3ba9f6a
Stage 2 Risk Extensions RFC
rylnd 65447a6
Update rfcs/text/0042-risk-score-extensions.md
rylnd f2024e6
Merge branch 'main' into risk_score_extension_stage_2
rylnd 6460bab
Merge branch 'main' into risk_score_extension_stage_2
ebeahan 6fc0186
Replace Alert document with Risk Score document
rylnd 9cd969d
Add a more realistic category_1_count value
rylnd 323ed90
Add asset criticality fields
rylnd 54c42b5
More clearly state that the category score is normalized
rylnd 3a21061
Add more realistic fields/values for our score document
rylnd a00f454
Fix allowed values for criticality_level
rylnd 7af698b
Swap Risk Categories 2 and 4
rylnd cd6e17c
Revert "Add asset criticality fields"
rylnd 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not seeing the fields from https://github.com/elastic/ecs/blob/main/rfcs/text/0042/risk.yml included in the example alert included. Are those fields still relevant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably my misunderstanding; I didn't quite understand what "source document" meant in this context, so this is an alert document from which a risk score document would be derived. Should this instead be a risk score document?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea is to capture one or more real-world examples of how these fields are used, ideally like you'd see in the
_source
field of a ES document.I'm not familiar with what's in a risk score document. If the risk score doc provides examples using the
risk.category_*_score
andrisk.category_*_count
fields as proposed, yes, I think that's helpful.