Brotop lets you stream your bro logs to the browser for easy debugging and a real-time glimpse into whats being processed.
- Auto-detect log locations. If BroTop can't find them use the --path switch.
Just run brotop and everything would work.
Then open your browser to the port you set. (default port is 8080)
usage: brotop [<flags>]
Flags:
--help Show help.
--debug Enable debug mode.
--path=PATH Bro log path.
-p, --port=PORT Web server port.
-q, --quiet Remove all output logging.
--version Show application version.
Make sure you have go installed.
go get github.com/tools/godepgo get github.com/jteeuwen/go-bindata/...make
make package
