-
Notifications
You must be signed in to change notification settings - Fork 920
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
Drift detected (open+create) priority does not change #1314
Comments
Modifying the falco_rules.yaml inside the container as a temporary fix. I see this rule exists in falco:master(updated 4 days ago) but not in falco:latest(updated 2 months ago) |
/milestone 0.25.0 |
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh with Rotten issues close after an additional 30d of inactivity. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue with Mark the issue as fresh with Provide feedback via https://github.com/falcosecurity/community. |
@poiana: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Describe the bug
I have been testing falco-master(containerized) in our environment. "Drift detected (open+create)" rule is causing a lot of False positives and sending messages to our logging systems which I want to avoid. My falco_rules.yaml does not have this rule anywhere -
falco/rules/falco_rules.yaml
Line 2939 in 32bae35
To override this I added a custom rule in my custom rules file as ->
If you observe, I modified the priority to NOTICE, but falco config file for some reason is not respecting that. Now, if I define the priority as WARNING, Falco respects it and shows the message with priority WARNING.
How to reproduce it
On ubuntu 18.04, use falco-master docker image and try changing the priority of the rule from ERROR -> NOTICE or something lower
Expected behaviour
Priority should change to Notice/info etc. If I found the rule in my falco_rules.yaml, I could simply remove it. But its not there, so must be defined somewhere else. I want to override this rule.
Screenshots
Environment
Ubuntu 18.04
Docker falco master image - pulled and tagged 5 days ago
Additional context
I have also tried uncommenting the falco_engine_version and change it but that hasn't helped much.
The text was updated successfully, but these errors were encountered: