Found the solution myself filter { split { } if [message] !~ "^{" { drop {} } }. using a conditional with regex if the string does not starts with "{" the ...
確定! 回上一頁