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

Add support for Logical_Op to grep filter #706

Open
marevers opened this issue Jul 17, 2023 · 2 comments
Open

Add support for Logical_Op to grep filter #706

marevers opened this issue Jul 17, 2023 · 2 comments
Labels
enhancement Feature request or enhancement on existing features

Comments

@marevers
Copy link

marevers commented Jul 17, 2023

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.

@PettitWesley
Copy link
Contributor

Please post this here in the 2.0 requests tracker: #494

@PettitWesley PettitWesley added the enhancement Feature request or enhancement on existing features label Jul 27, 2023
@hoazgazh
Copy link

still waiting for Logical_Op on aws-for-fluent-bit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request or enhancement on existing features
Projects
None yet
Development

No branches or pull requests

3 participants