Trying to get all GoogleBot traffic out of our logs, and this call is not working.
rule “ALLGOOGLE”
when
has_field(“src_ip”) AND $message.src_ip == “66.*”
then
drop_message();
end
I’ve changed the src_ip to 66., 66.249., 66.249.., 66.249.0.0/16 and none of them have stopped the Google Traffic logs from coming in with everything else.