ILF to OCSF Protobuf translates OCSF json logs to ILF logs using the OCSF protobuf schema.
Important Note: This program is designed to operate on one OCSF log file at a time to test the mapping from OCSF events to ILF. It is not designed to be used in production environments.
0.2.1
Run cargo build
to build the binary file.
USAGE:
json_to_ilf --ocsf-file-path <ocsf-file-path>
Pass the path to an ILF file as input. The tool will print errors if it fails to parse the OCSF json
json_to_ilf --ilf-file /path/to/file.ilf
To update the OCSF schema, replace the ocsf.proto
file located at src/protos
The default included version is OCSF v1.2.0
This software is licensed under the Apache 2.0 license.
Note
Approved for Public Release; Distribution Unlimited. Public Release Case Number 24-3961.