[DOCS] EQL: Clarify wildcard operator

This commit is contained in:
James Rodewig 2020-09-16 11:05:00 -04:00
parent ed072404ff
commit e92b237dd5
1 changed files with 2 additions and 2 deletions

View File

@ -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]
---- ----