-
Notifications
You must be signed in to change notification settings - Fork 188
Unifi logs V0.5 #1395
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
base: master
Are you sure you want to change the base?
Unifi logs V0.5 #1395
Conversation
Only suggestion i can see is to rename this to unifi-iptables-logs since i think the CEF parsing would be a separate parser just for readability. Also to set the metatags to match the iptables-log parser, or as close as possible. |
Naming can be whatever Crowdsec's team finds best, I don't mind.
I'm not sure however what you mean with this... |
I mean do the parser in such a way that when people do there own scenarios, the information is available for example like the following, this will mean any existing iptable rules done by crowdsec example (https://app.crowdsec.net/hub/author/crowdsecurity/scenarios/iptables-scan-multi_ports) should also work since the log_type is the same, and the variables match the iptable-logs parser
|
Initial push of Unifi parser + scenario. Please let me know what needs to change.