SaltyZeek is a salt-state geared towards deploying Zeek on an instance.
Salt-Stack will need to be installed with the following file_roots
and pillar_roots
populated:
zeek:
/location/of/zeek/folder
An example pillar sls for Zeek:
zeek:
critical_stack_api_key: "1234"
interface: "eth1"
prom_port: "True"
salt 'zeek-server' state.apply
Note: When building from source, this can take 15-30 minutes.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.