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

Set severity of detectors #832

Open
landauermax opened this issue Jul 19, 2021 · 4 comments
Open

Set severity of detectors #832

landauermax opened this issue Jul 19, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request low Low priority issue
Milestone

Comments

@landauermax
Copy link
Contributor

It should be possible to set the severity of detectors and add this information to the output if set. E.g., a parameter severity = 0.7 can be added to a value detector monitoring critical states, while severity = 0.1 can be set for less important detectors that are more likely to produce false positives. Please make sure that this parameter does not interfere with the confidence that is available for some detectors in the output.

@landauermax landauermax added enhancement New feature or request medium Medium priority issue labels Jul 19, 2021
@ernstleierzopf
Copy link
Contributor

What should this parameter do, outside of giving information to the reader? If there is no use case in calculations, then a string value could be better fitted. For example severity = "critical" or severity = "info" for those two examples.

@landauermax
Copy link
Contributor Author

They are mainly for displaying the anomalies in a SIEM (for example, a lot of low-severity alerts can be less critical than a few high-severity alerts) and numeric correlation (for example, a "total severity" can be calculated by aggregating the severities of all alerts occurring in a certain time window). I think INFO is generally not an appropriate level for anomalies, since every anomaly should be at least a warning. Anyway, it is up to the SIEM to categorize the anomalies in high/medium/low or whatever categories based on the numeric value.

@ernstleierzopf ernstleierzopf added this to the 2.5.0 milestone Jul 20, 2021
@ernstleierzopf
Copy link
Contributor

This issue should be solved before the unittests are rewritten and extended.

@4cti0nfi9ure 4cti0nfi9ure modified the milestones: 2.5.0, 2.6.0 Nov 24, 2021
@whotwagner
Copy link
Contributor

I would like to have tags for events that we generate. So that we can add different tags to the output. One of them could be the severity

@4cti0nfi9ure 4cti0nfi9ure added low Low priority issue and removed medium Medium priority issue labels Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low Low priority issue
Projects
None yet
Development

No branches or pull requests

4 participants