Hi,

Could you please explain how to make it work?

I've installed the plugin and enabled it.
Configured the pipeline as well and messages processed in the pipeline but 
nothing appears in the metrics.


*I configured the following rule:*

---------------------------------------------------

rule "inflate threat intel results"
when
  has_field("srcip")
then

let src_addr_intel = threat_intel_lookup_ip(to_string($message.srcip), 
"srcip");
set_fields(src_addr_intel);

end

---------------------------------------------------

Is it correct?

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/7765d929-a5d5-4d29-8366-71b309c5b236%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to