Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

modify scripts and commands that run zeek #23

Merged
merged 1 commit into from
May 7, 2020
Merged

Conversation

alfred-landrum
Copy link

This is the brimsec/zeek repo side of brimdata/zui#731.

The script (mac/linux) or executable (windows) that runs Zeek, including creating required environment variables & command line options, is now zeekrunner or zeekrunner.exe . The command line options used to run Zeek are now here in this repo instead of in the zqd source. The job object based process termination for windows is removed, as it is moved into zqd; this will make it easier to eventually replace the windows zeek runner with a script or batch file.

@alfred-landrum
Copy link
Author

Ready for review: I've got PR's open in zq & brim that show pcap ingest works, using the artifact from this PR (including making a manual artifact for windows using this code).

@alfred-landrum alfred-landrum requested a review from a team May 5, 2020 22:14
brim/release Outdated Show resolved Hide resolved
@alfred-landrum alfred-landrum merged commit 4fc8af0 into master May 7, 2020
@alfred-landrum alfred-landrum deleted the add-zeek-args branch May 7, 2020 20:12
alfred-landrum added a commit to brimdata/zed that referenced this pull request May 8, 2020
The cli options used when launching zeek are removed, and will be managed in the zeek repo ( brimdata/zeek#23 ).

The zqd cli option to specify a zeek runner is -zeekrunner, which should either be a full path to a command or the name of a command available in PATH.
alfred-landrum added a commit to brimdata/zui that referenced this pull request May 8, 2020
This is part of the brimsec/brim repo side work for #731.

Use the -zeekrunner cli option to zqd ( brimdata/zed#718 ), defaulting to the value of environment variable BRIM_ZEEK_RUNNER, else to the zeekrunner included from the zdeps zeek artifact ( brimdata/zeek#23 ).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants