eql.asciidoc 399 B

123456789101112131415
  1. [discrete]
  2. [[breaking_80_eql_changes]]
  3. ==== EQL changes
  4. //tag::notable-breaking-changes[]
  5. .The `wildcard` function has been removed.
  6. [%collapsible]
  7. ====
  8. *Details* +
  9. The `wildcard` function was deprecated in {es} 7.13.0 and has been removed.
  10. *Impact* +
  11. Use the `like` or `regex` {ref}/eql-syntax.html#eql-syntax-pattern-comparison-keywords[keywords] instead.
  12. ====
  13. // end::notable-breaking-changes[]