idaholab / Malcolm

Malcolm is a powerful, easily deployable network traffic analysis tool suite for full packet capture artifacts (PCAP files), Zeek logs and Suricata alerts.
https://idaholab.github.io/Malcolm/
Other
353 stars 58 forks source link

enrichment for Arkime data #504

Open mmguero opened 3 months ago

mmguero commented 3 months ago

Enrichment takes place in the logstash pipeline. This, of course, precludes data being processed by Arkime capture from having the same enrichments done on them. Of particular note is the NetBox enrichment.

Arkime does have a plugin architecture. It's possible that we could build an Arkime plugin .so that takes care of this.

Need to:

Another option is to point Arkime capture at the elasticsearch/opensearch fluent bit input plugin and see if we can use that to get them through Logstash rather than straight into ES/OS.