Scroll to navigation

ZEEKCTL(8) System Administration Utilities ZEEKCTL(8)

NAME

zeekctl - interactive shell for managing Zeek installations

SYNOPSIS

zeekctl [command]

DESCRIPTION

zeekctl is an interactive interface for managing either a standalone or a Zeek cluster installation. If a zeekctl command is specified directly on the command-line, then zeekctl performs the action associated with that command immediately (instead of running the interactive interface).

Before actually running zeekctl you first need to edit the zeekctl.cfg, node.cfg, and networks.cfg files. In the zeekctl.cfg file, you should review the zeekctl options and make sure the options are set correctly for your environment. Next, edit the node.cfg file and specify the nodes that you will be running. Finally, edit the networks.cfg file and list each network that is considered local to the monitored environment (see the examples in the file for the format to use).

When running zeekctl for the first time, you must run the zeekctl deploy command before running any other commands in order to apply the configuration settings. You must also run zeekctl deploy each time you change the configuration (including any Zeek scripts) or upgrade Zeek.

OPTIONS

Report interface statistics with capstats
Check configuration before installing it
Delete working dirs (flush state) on nodes
Print zeekctl configuration
Perform jobs intended to run from cron
Enable/disable "cron" jobs
Check, install, and restart
Print nodes' current disk usage
Output diagnostics for nodes
Execute shell command on all hosts
Exit from the interactive interface
Update zeekctl installation/configuration
Print nodes' current packet counters
Print node configuration
Print status of nodes' remote connections
Print values of script variable at nodes
Run Zeek (with options and scripts) on trace
Stop and then restart processing
List the Zeek scripts the nodes will load
Start processing
Summarize node status
Stop processing
Show Zeek processes ala top

Commands provided by plugins:

Show Zeek processes on nodes' systems

AUTHOR

zeekctl was written by The Zeek Project <info@zeek.org>.

November 2014