-
Notifications
You must be signed in to change notification settings - Fork 592
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
Adjusting regular expressions for features extraction #2932
Conversation
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.
Can you please decouple the changes to the features.yaml from the changes to the yeti analyzer?
Have this PR just focused on the features changes and add the changes for the analyzer in your #2930 PR
I sent it too soon because I'm working out of the same branch, but it should get decoupled as soon as the other one is merged. :) |
Some changes to the regexes in features.yaml, mostly relaxing them:
\[sshd, pid: \d+\]
and\[sshd\] \[\d+\]
.*
at the start of some regexes which must've made them much slower.