Security Onion Restart #10525
Replies: 1 comment 3 replies
-
Our official recommendation is that you avoid modifying all.rules directly. As you mentioned, you can add your own rules as shown at https://docs.securityonion.net/en/2.3/local-rules.html. If your ruleset is available via HTTP, then another option might be to add the ruleset itself as shown at https://docs.securityonion.net/en/2.3/rules.html. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning all,
My organization is testing a couple of components regarding the all.rules file in the manager or minion. As of this moment we have disabled the cronjob everyday that updates the all.rules file.
Our objective is to manually edit the all.rules file without any of the rules we write to be overwritten. (We are aware that we can create a separate rule file for custom rules, but due to our other platform this is what we are looking at for now).
Ever since we turned off the cronjob for daily updates, the rules we have been writing into all.rules have appeared successful and have remained. We recently noticed that if you restart the Security Onion Manager, all the rules we previously wrote into all.rules will be completely removed.
Does anyone know how to prevent all.rules from being overwritten when the Security Onion Manager restarts?
Due to the way how our platform works, another solution we thought of is if there is a way to prevent the Security Onion Manager from updating any minion all.rules.
All of this seems a bit wonky, but if we could just do either of the two above, we'd be golden!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions