[DOCS] EQL: Clarify wildcard operator
This commit is contained in:
parent
ed072404ff
commit
e92b237dd5
|
@ -262,8 +262,8 @@ Strings are enclosed with double quotes (`"`) or single quotes (`'`).
|
||||||
[[eql-syntax-wildcards]]
|
[[eql-syntax-wildcards]]
|
||||||
===== Wildcards
|
===== Wildcards
|
||||||
|
|
||||||
When making string comparisons using the `==` or `!=` operators, you can use the
|
When comparing strings using the `==` or `!=` operators, you can use the `*`
|
||||||
`*` operator to match specific patterns:
|
operator within the string to match specific patterns:
|
||||||
|
|
||||||
[source,eql]
|
[source,eql]
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue