2021-04-23 03:49:07 +08:00
|
|
|
[discrete]
|
|
|
|
[[breaking_80_eql_changes]]
|
|
|
|
==== EQL changes
|
|
|
|
|
2021-07-27 05:43:39 +08:00
|
|
|
//NOTE: The notable-breaking-changes tagged regions are re-used in the
|
|
|
|
//Installation and Upgrade Guide
|
|
|
|
|
2021-04-23 03:49:07 +08:00
|
|
|
//tag::notable-breaking-changes[]
|
|
|
|
.The `wildcard` function has been removed.
|
|
|
|
[%collapsible]
|
|
|
|
====
|
|
|
|
*Details* +
|
|
|
|
The `wildcard` function was deprecated in {es} 7.13.0 and has been removed.
|
|
|
|
|
|
|
|
*Impact* +
|
2021-07-27 05:28:59 +08:00
|
|
|
Use the `like` or `regex` {ref}/eql-syntax.html#eql-syntax-pattern-comparison-keywords[keywords] instead.
|
2021-04-23 03:49:07 +08:00
|
|
|
====
|
2021-07-27 05:43:39 +08:00
|
|
|
// end::notable-breaking-changes[]
|