Are you sure you really want to filter a src address? Because Bro typically needs full duplex traffic to work correctly, it rarely makes sense to filter with a src or dst.
Do you also have multiple “redef restrict_filters” line as you showed? You are doing full value assignment by using “=“ instead of extending the table with “+=“ which will definitely cause you trouble if that’s happening.
src_ip I want to filter out is a ‘proxy web server ip’. I want to watch only local net work log.
There is to much proxy_src_ip log that we do not need, other reason is to reduce log amount
(I am getting live traffic by mirror which our customer is doing, so I do not have any choice)
I did not write multiple “redef restrict_filters” line. I ran one line at a time.