This Zeek package provides the integration with Tenzir.
Install the package and you're good to go:
zkg install zeek-tenzir
Here are a few things you can do with the Tenzir package.
event zeek_init()
{
Tenzir::postprocess("import");
}
This Zeek package comes with a BSD 3-clause license.