eql.asciidoc 422 B

12345678910111213141516
  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 <<eql-syntax-pattern-comparison-keywords,`like`>> or
  12. <<eql-syntax-pattern-comparison-keywords,`regex`>> keyword instead.
  13. ====
  14. // end::notable-breaking-changes[]