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

EQL: Remove "wildcard" function #76099

Merged
merged 5 commits into from
Aug 16, 2021
Merged

Commits on Aug 4, 2021

  1. Remove wildcard function

    This removes "wildcard" as an available function in EQL. This has
    already been replace with "like" and "regex" embedded synthax (and
    respective case insensitive variants).
    bpintea committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    783a1d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Address review feedback

    - remove Wildcard class;
    - recover one failed translation test.
    bpintea committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    97fde83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a22ca6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    b8a65f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    917a835 View commit details
    Browse the repository at this point in the history