-
Notifications
You must be signed in to change notification settings - Fork 613
[Rule Tuning] Remove host.os.type Unit Test Forwarded Events Exception
#5317
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
Conversation
Rule: Tuning - GuidelinesThese guidelines serve as a reminder set of considerations when tuning an existing rule. Documentation and Context
Rule Metadata Checks
Testing and Validation
|
|
⛔️ Test failed Results
|
host.os.type Unit Test Exceptionhost.os.type Unit Test Forwarded Events Exception
Mikaayenson
left a comment
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.
Looks good in general. Can you add back port test output to the summary?
|
Just as a note for backport testing, I think for this case it will be slightly different from a normal backport test, as I think the main test is to see if the addition of the As it sits right now, if one were to run this test against 8.19 rules, it would fail like this: But this is not accurate to what would fail post-merge. This would only be the case for rules that have a min stack of 9.0+. |
|
Spot checking a few index templates in 8.19.7 the Full index mapping (prior to adding agent) Also present in sysmon_operational (ref)
Full index template ref:
|
eric-forte-elastic
left a comment
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.
🟢 Manual review, see above testing/evidence looks good to me! 👍


Issues
Resolves #5045
Summary
As we no longer have the limitation of the Forwarded Logs not populating the
host.os.typefield, this PR removes the exception from the unit tests and adjust the rules.