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

Previous morpheus.parsers.windows_event_parser.WindowsEventParser
Next morpheus.pipeline
© Copyright 2024, NVIDIA. Last updated on Apr 25, 2024.