Justin Leet created METRON-2263:
-----------------------------------
Summary: Update Bro Plugin README with additional Docker testing
requirements
Key: METRON-2263
URL: https://issues.apache.org/jira/browse/METRON-2263
Project: Metron
Issue Type: Improvement
Reporter: Justin Leet
Right now, there are (at least) 2 additional dependencies that need to be
installed for running the Docker stuff with the Bro plugin on Mac. Both are
available via homebrew.
* wget - this gets used by the scripts. Alternatively, this could be converted
to `curl`, which is available by default on Mac.
* bash >= 4 - Associative arrays are used, but Mac only ships with bash 3.2, I
believe for licensing issues. The scripts warn you, but there's no way to no
without running them otherwise.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)