Skip to content

geoip-enrich: remove filter #1184

Open
Open
@blotus

Description

@blotus

We should remove the filter that was added some time go in the geoip-enrich parser:

  • The filter was added because crowdsec was logging an error if we did not manage to enrich the IP (eg, in the case the DB had no entry for the IP)
  • Due to a quirk in how parser stages are handled, if an event does not enter any parser in a given stage, it will be dropped and not reach the scenarios pipeline (which can be surprising in some situations, especially when writing scenarios that work with appsec rules).

The log spam was fixed in crowdsec, so we can remove the filter.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions