- Issue created by @ressa
- πΊπΈUnited States bburg Washington D.C.
Not sure if Crawler Rate Limit β is on your radar, but it seems like that can meet this feature request easily enough. I'm using the module myself on a number of sites, and my main wish with that is that it had some sort of reporting on how much traffic it actually blocks. While I use it, I can't tell if it's effective or now. In fact that was the inspiration to create a dashboard for the Facet Bot Blocker module.
- π©π°Denmark ressa Copenhagen
Thanks for the tip, and I can see that I bookmarked the project back in March, when I got hit by the first wave of bots, but forgot about it ...
But thanks for reminding me! Because that does look a lot like what I request in this Issue Summary. I agree that it would be nice with just some very basic logging of the efficiency, to see if it works, or misses the bots, or blocks too much, etc.
I found the issue, where you suggest some logging, and perhaps, if you have the time, and it doesn't take a big effort, you could make a MR in that issue, adding some basic logging? I would be ready to test any MR's, and if nothing else, those interested could then patch the module, to get logging.
Since the feature I request is covered by Crawler Rate Limit β , I'll close this issue.
- π©π°Denmark ressa Copenhagen
Also, I just now see that a lot of great examples for reviewing the logs have been added in the Crawler Rate Limit README, so that could probably work well for me: https://git.drupalcode.org/project/crawler_rate_limit#logging-of-rate-li...
The
grep
examples could be combined with the script here to send an alert, in case a bot goes really amok: https://www.drupal.org/docs/administering-a-drupal-site/security-in-drup... β