Skip to content

Commit 8f04436

Browse files
committed
Fixed typos on operators
1 parent 2f16452 commit 8f04436

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

chapters/configuration.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -196,18 +196,18 @@ In the filters element under configuration is the list of operators that can be
196196
| is not| Negates and exact match
197197
| is any| Any of the exact values. (values are separate by ";" )
198198
| contains| The string is contained in any part of the value of the field.
199+
| contains any| Contains any of the values. (values are separate by ";" )
200+
| contains all| Contains all of the values. (values are separate by ";" )
199201
| excludes | Excludes the event from the logic if the event is the value matches
200202
| excludes all| Exclude if all values match. (values are separate by ";" )
201203
| excludes any | Excludes if any of the values match. (values are separate by ";" )
202204
| image | Name of the image without the full path.
203-
| begins with | String value starts with the specified string.
204-
| not begins with| String value does not starts with the specified string.
205-
| ends with | String value ends with the specified string.
206-
| not ends with| String value ends with the specified string.
207-
| LessThan | Numeric value is less than
208-
| MoreThan | Numeric value is more than
209-
| Contain Any | Contains any of the values. (values are separate by ";" )
210-
| Contains All | Contains all of the values. (values are separate by ";" )
205+
| begin with | String value starts with the specified string.
206+
| not begin with| String value does not starts with the specified string.
207+
| end with | String value ends with the specified string.
208+
| not end with| String value ends with the specified string.
209+
| less than | Numeric value is less than
210+
| more than | Numeric value is more than
211211

212212
Each of these operators execute against the value in a given field for each of the event types.
213213

0 commit comments

Comments
 (0)