Skip to content

Add support for Logical_Op to grep filter #706

@marevers

Description

@marevers

Fluent Bit 2.1 has a new parameter for the grep filter plugin: Logical_Op. With that parameter it is possible to include multiple regex matchers in a single filter and choose what logical operation should be use to combine these matchers. More information: Fluent Bit Manual - Grep

E.g.

[FILTER]
    Name       grep
    Match      *
    Regex      log foo
    Regex      log bar
    Logical_Op OR

It would be nice if aws-for-fluent-bit would support this also in the future.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementFeature request or enhancement on existing features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions