eql.asciidoc 505 B

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