NYU-HSRN-Network-Data-Science-Group / AutoZeekWatch

An online, deployable machine learning network intrusion detection system for Zeek.
MIT License
3 stars 0 forks source link

Investigate TSDB for Aggregated feature storage #26

Open diego-lopez8 opened 4 months ago

diego-lopez8 commented 4 months ago

We dont want to keep the agg features in memory, investigate TSDB to house these metrics and use them in your inference script

Make sure the TSDB is fast.

One good place to start is Prometheus