10000 Murmur regex filter update by dankmaster · Pull Request #3883 · fail2ban/fail2ban · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Murmur regex filter update #3883

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dankmaster
Copy link
@dankmaster dankmaster commented Nov 15, 2024

Support for multiline logging.
This will catch cases where the exception is thrown on the next line. Ie, these:

2024-11-13 07:29:21.851 1 => <0:(-1)> New connection: 91.238.000.00:65070
2024-11-13 07:29:21.859 1 => <0:(-1)> Connection closed: Error during SSL handshake: error:0A00010B:SSL routines::wrong version number [13]

Before submitting your PR, please review the following checklist:

  • [X ] CHOOSE CORRECT BRANCH: if filing a bugfix/enhancement
    against certain release version, choose 0.9, 0.10 or 0.11 branch,
    for dev-edition use master branch
  • CONSIDER adding a unit test if your PR resolves an issue
  • [X ] LIST ISSUES this PR resolves
  • [X ] MAKE SURE this PR doesn't break existing tests
  • [X ] KEEP PR small so it could be easily reviewed.
  • [X ] AVOID making unnecessary stylistic changes in unrelated code
  • [X ] ACCOMPANY each new failregex for filter X with sample log lines
    within fail2ban/tests/files/logs/X file

Support for multiline logging.
This will catch cases where the exception is thrown on the next line.
Ie, these:

<W>2024-11-13 07:29:21.851 1 => <0:(-1)> New connection: 91.238.000.00:65070
<W>2024-11-13 07:29:21.859 1 => <0:(-1)> Connection closed: Error during SSL handshake: error:0A00010B:SSL routines::wrong version number [13]
@dankmaster dankmaster changed the title Update murmur.conf Update to Murmur.conf filter to support multiline and failed SSL Handshake errors Nov 15, 2024
@dankmaster dankmaster changed the title Update to Murmur.conf filter to support multiline and failed SSL Handshake errors Murmur regex filter update Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0