Replies: 1 comment
-
Hi @manojkdn! The error there is because Vector cannot be sure that
to log an error and consider the condition evaluated to "false" if or
To default to Hopefully this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Could anyone help me with this error. I'm using a "filter" transform and getting an error for using >(greater than) operator whereas while using == or != I dont find any error.
ERROR:
2023-07-10T11:57:40.493859Z INFO vector::app: Loading configs. paths=["/root/.vector/config/vector.toml"]
2023-07-10T11:57:40.498064Z ERROR vector::topology: Configuration error. error=Transform "filter_out":
error[E100]: unhandled error
┌─ :1:1
│
1 │ .time_diff > 20
│ ^^^^^^^^^^^^^^^
│ │
│ expression can result in runtime error
│ handle the error case to ensure runtime success
│
= see documentation about error handling at https://errors.vrl.dev/#handling
= learn more about error code 100 at https://errors.vrl.dev/100
= see language documentation at https://vrl.dev
= try your code in the VRL REPL, learn more at https://vrl.dev/examples
Beta Was this translation helpful? Give feedback.
All reactions