Here's the pipeline rule
rule "Tor Lookup: c_ip"
when
has_field("c_ip")
then
let intel = tor_lookup(to_string($message.c_ip));
set_field("tor_indicated", intel.threat_indicated);
end
If I try to access my resources via Tor Browser with IPv6 exit node, tor_indicated is never "true"
Graylog 4.1.3+9d79c05