zeeklog2pandas¶
Read Zeeek/Bro log and log.gz (even broken ones) into a Pandas DataFrame.
Free software: MIT license
Documentation: https://zeeklog2pandas.readthedocs.io/en/latest.
Features¶
zeeklog2pandas allows to read Zeek/Bro .log files or compressed .log.gz files, transparently into a Pandas DataFrames.
Best effort reading of corrupted or incomplete compressed .log.gz files.
Columns filtering.
Interface compatible with Pandas read_csv() function.
Credits¶
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.