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:
filepathstr

File path of Zeek log file

Returns:
cudf.DataFrame

Parsed Zeek log dataframe

© Copyright 2023, NVIDIA. Last updated on Aug 23, 2023.