You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filter {
if ![ipv4] {
drop{
id => "drop nmap data"
}
}
}
the parser seem to can not understand it and throw an error:
Error in created hook: "Error: Parse error on line 11:
...ter { if [ipv4] { drop{ id => "d
---------------------^
Expecting 'BINARY_OPERATOR', got 'START'"
Does the jison paser just do not support this?
So i have to change my conditon to if [ipv4] != null?
The text was updated successfully, but these errors were encountered:
My origin filter:
the parser seem to can not understand it and throw an error:
Does the jison paser just do not support this?
So i have to change my conditon to if [ipv4] != null?
The text was updated successfully, but these errors were encountered: