Skip to content
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

[1.6.4] Move trigger bucket info logs to debug #3225

Closed
LaurenceJJones opened this issue Sep 11, 2024 · 3 comments
Closed

[1.6.4] Move trigger bucket info logs to debug #3225

LaurenceJJones opened this issue Sep 11, 2024 · 3 comments

Comments

@LaurenceJJones
Copy link
Contributor

LaurenceJJones commented Sep 11, 2024

Whilst debugging I found these extra bucket overflow log lines in info which seems to be redundant:

time="2024-09-11T13:02:54Z" level=info msg="Ip 127.0.0.1 performed 'crowdsecurity/http-probing' (11 events over 1.257163608s) at 2024-09-11 13:02:54.340366354 +0000 UTC"
time="2024-09-11T13:02:54Z" level=info msg="Ip 127.0.0.1 performed 'crowdsecurity/http-path-traversal-probing' (4 events over 507.053012ms) at 2024-09-11 13:02:54.341673979 +0000 UTC"
time="2024-09-11T13:02:54Z" level=info msg="Bucket overflow" bucket_id=withered-grass cfg=blue-bush name=crowdsecurity/http-cve-2021-41773 partition=5060c213c6c428b0a86d0728741390c35942a040
time="2024-09-11T13:02:54Z" level=info msg="Ip 127.0.0.1 performed 'crowdsecurity/http-cve-2021-41773' (1 events over 91ns) at 2024-09-11 13:02:54.348111753 +0000 UTC"
time="2024-09-11T13:02:54Z" level=info msg="Bucket overflow" bucket_id=morning-fire cfg=blue-bush name=crowdsecurity/http-cve-2021-41773 partition=5060c213c6c428b0a86d0728741390c35942a040

These only seems to effect trigger buckets so I guess the code is around there 🤷🏻

l.logger.Infof("Bucket overflow")

Copy link

@LaurenceJJones: Thanks for opening an issue, it is currently awaiting triage.

In the meantime, you can:

  1. Check Crowdsec Documentation to see if your issue can be self resolved.
  2. You can also join our Discord.
  3. Check Releases to make sure your agent is on the latest version.
Details

I am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository.

Copy link

@LaurenceJJones: There are no 'kind' label on this issue. You need a 'kind' label to start the triage process.

  • /kind feature
  • /kind enhancement
  • /kind refactoring
  • /kind bug
  • /kind packaging
Details

I am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository.

@mmetc
Copy link
Contributor

mmetc commented Sep 12, 2024

#3227

@mmetc mmetc closed this as completed in 584a19f Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants