zeek_anomaly_detector icon indicating copy to clipboard operation
zeek_anomaly_detector copied to clipboard

Add realtime function to the tool

Open verovaleros opened this issue 1 year ago • 4 comments

We had an unused feature that is now a feature request:

    parser.add_argument('-R', '--realtime',
                        help='Read the conn.log in real time.',
                        required=False,
                        type=bool,
                        default=False)

verovaleros avatar Jun 12 '23 17:06 verovaleros

I will try to work on that part if it is not that urgent.

Wapiti08 avatar Apr 09 '24 09:04 Wapiti08

It's not urgent and we would love the contributions, thank you!

verovaleros avatar Apr 09 '24 09:04 verovaleros

Has the usage of zat been abandoned? I found the dependency on zat and pyod, but no usage for zat. The only overlap of python version is 3.8. Shall I build on top of 3.8 for that? It is more easier to build on top of zat.

Wapiti08 avatar May 03 '24 13:05 Wapiti08

I have added the real-time functions. Please have a check to accept commits. Please let me know if there is problem then.

Wapiti08 avatar Jul 05 '24 16:07 Wapiti08