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

use meta in antispam_field #632

Merged
merged 10 commits into from
Sep 4, 2024
Merged

use meta in antispam_field #632

merged 10 commits into from
Sep 4, 2024

Conversation

DmitryRomanov
Copy link
Collaborator

@DmitryRomanov DmitryRomanov commented May 28, 2024

Description

Use value from in antispam

pipelines:
  http:
    input:
      type: http
      address: ":9400"
      meta:
        remote_addr: "{{ .remote_addr }}"
    settings:
      antispam_threshold: 10
      antispam_field: remote_addr

meta from file input plugin

filename

symlink

inode

offset

antispam_banned metric with antispam_field label

pass eventTime (decoded from cri format) to antispam

dont count event in antispam if period more than maintenance period

@DmitryRomanov DmitryRomanov merged commit dbbab19 into master Sep 4, 2024
8 checks passed
@DmitryRomanov DmitryRomanov deleted the meta-in-antispam branch September 4, 2024 07:00
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.

3 participants