morpheus.parsers.zeek#

Functions

parse(filepath[, df_type])

Parse Zeek log file and return cuDF dataframe.

parse(filepath, df_type='cudf')[source]#

Parse Zeek log file and return cuDF dataframe. Uses header comments to get column names/types and configure parser.

Parameters:
filepathstr

File path of Zeek log file

df_typeDataFrameTypeStr, default ‘cudf’

Type of dataframe to return. Either ‘cudf’ or ‘pandas’

Returns:
DataFrameType

Parsed Zeek log dataframe