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

x-pack/filebeat/input/{cel,websocket}: prevent addition of regexp extension when no patterns are provided #38181

Merged
merged 1 commit into from
Mar 6, 2024

Commits on Mar 4, 2024

  1. x-pack/filebeat/input/{cel,websocket}: prevent addition of regexp ext…

    …ention when no patterns are provided
    
    In the case of cel, the extension was always being added, and then was
    conditionally added when a pattern was configured, resulting in an
    failed configuration. In the case of websocket the conditional addition
    was not being performed, so no failure occured, but additional look-up
    load was being added. So unify the approaches to the correct conditional
    addition.
    efd6 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    87d538d View commit details
    Browse the repository at this point in the history