morpheus.parsers.zeek
Functions
parse (filepath) |
Parse Zeek log file and return cuDF dataframe. |
- parse(filepath)[source]
Parse Zeek log file and return cuDF dataframe. Uses header comments to get column names/types and configure parser.
- Parameters
- filepath
File path of Zeek log file
- Returns
- cudf.DataFrame
Parsed Zeek log dataframe