We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756fe70 commit 135ae08Copy full SHA for 135ae08
1 file changed
docs/static/event-data.asciidoc
@@ -149,6 +149,11 @@ filter {
149
}
150
----------------------------------
151
152
+If the evaluation of the expression generates an error, like comparing the integer value `100`
153
+with the string value `"100"`, then the processing of the event is stopped and a warning message is logged.
154
+To have the full content of the message as it is at the time of evaluation, enable debug log,
155
+see <<logging, Logging>> for more information about log levels and how to configure it.
156
+
157
You can specify multiple expressions in a single condition:
158
159
[source,js]
0 commit comments