Forum Discussion
neeeewbie
MVP
Feb 24, 2025I want to exclude the character ) in syslog filter.
Hi
I want to exclude the character ) in syslog filter.
However, the device does not recognize it.
setting
filter f_message {
level(notice..emerg) and not message(")");
};
error log
level(notice..emerg) and not message());
^
Due to : Bug ID 842669
2 Replies
level(notice..emerg) and not message('\\)');
I confirmed that the above code works well, but
aa) these things are also blocked..If you know the solution, please share it.
References : https://cdn.f5.com/product/bugtracker/ID842669.html
Work Around : https://my.f5.com/manage/s/article/K32513441