Uh oh!
There was an error while loading. Please reload this page.
add command get get bruteforce stats - #39580
Closed
icewind1991 wants to merge 1 commit into
Closed
Conversation
icewind1991
requested review from
a team, ArtificialOwl, come-nc and nfebe
and removed request for
a teamJuly 26, 2023 17:20
Uh oh!
There was an error while loading. Please reload this page.
come-nc
reviewed
Jul 27, 2023
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
icewind1991force-pushed
the
bruteforce-stats
branch
3 times, most recently
from
July 28, 2023 11:34
d06411e to
1703997CompareSigned-off-by: Robin Appelman <robin@icewind.nl>
icewind1991force-pushed
the
bruteforce-stats
branch
from
July 28, 2023 13:41
1703997 to
05fc730Compareszaimen
commented
Jul 29, 2023
Contributor
Needs documentation... |
come-nc
approved these changes
Jul 31, 2023
| ->from('bruteforce_attempts') | ||
| ->groupBy(['action', 'ip']) | ||
| ->orderBy($query->func()->count('id')); | ||
| return $query->executeQuery()->fetchAll(); |
Contributor
There was a problem hiding this comment.
No closeCursor call needed here?
9 tasks
nickvergessen
commented
Aug 22, 2023
Member
Obsoleted by #39870 and also no longer possible in it's current way because we can not get a list of all throttled IPs on redis. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Can be useful for debugging.
Provides the count for each
ip,actionpair with the option to filter by ip ranges or action substrings.